/* Copyright monstervision ~ web design */

body {
	font:12px verdana, arial, helvetica, sans-serif;
	background: #d8ae7c url(assets/background-image.jpg) repeat-x top center;
	text-align: justify;
	color: white;
	
	}

h1 {
	font: 20px "Trebuchet MS", verdana, arial, helvetica;

}

h2 {
	font: 20px "Trebuchet MS", verdana, arial, helvetica;

}
/* Start of page structure elements */
/* Container wraps up all divs below allowing centering to be applied */
#container {
	position:absolute;
	left:50%;
	width:700px;
	min-height: 585px;
	margin: 20px 0px 30px -360px;
	
	}

/* for Mozilla/Safari/Opera */
*>#container { min-height: 585px;}
/* for IE, with IE5/Mac backslash filter \*/
* html #container {height: 585px;}
/* end filter */
	
/* Masthead */
#masthead {
	height: 100px;
	width: 700px;
}

#bodyWrapper {
	width: 660px;
	padding: 20px;
}
#bodyWrapper h1{color:white}
/* Footer structure layout code */
#footer {
	position: relative;
	width: 700px;
	height: 30px;

}

/* for Mozilla/Safari/Opera */
*>#footer {
	position: relative;
 	bottom: 0px;
	margin-top: 60px;
 }
/* for IE, with IE5/Mac backslash filter \*/
* html #footer {
 	margin-top: 60px;
}
/* end filter */

.footertext {
	text-decoration: none;
	color: #FFDC6A;
	position: absolute;
	top: 7px;
	}

#description_title {
	margin: 20px 10px 0px 10px;
	width: 640px;
	height: 35px;
	background-image: url(assets/titlemask640.gif);
	background-position: top left;
	background-repeat: no-repeat;
}


#description_title p {
	font:16px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: white;
	padding-top:8px;
	padding-left: 10px;
}

.button {
	margin-left: 100px;
	border: none;
	margin-top: -5px;
}

.button a {
	border: none;
	text-decoration: none;
}

.button {display:block; height:77px; background-image:url(assets/button.png); width:490px;}
a.button:hover{background-position: 0 77px}


.content {
	padding-left: 30px;
	padding-right: 30px;
}

.view {
	margin-left: 10px;
}

.contactdetails {
	margin-left:25px;
	/*color: #005AAA;*/
	font-size:12px;
	margin-bottom: -5px;
}

.contactdetails a {
text-decoration: none;
font-weight:bold;
color:white;
border-bottom:dotted 1px white
/*color: #005AAA;*/
}
.contactdetails a:hover {
text-decoration: none;
border-bottom: none;
}
