/* Generic Selectors */

body {
	font-family: times new roman, serif;
	color: #3B414B;		
	background: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align="center"	
}

p { 
	margin-top: 0px;
	}


h1 {	font-family: Arial, sans-serif;
	font-size: 20px;
}


h2 {	font-family: Arial, sans-serif;
	font-size: 18px;
}


h3 {
	font-size: 16px;
	font-weight: normal;
}


h4 {
	font-size: 15px;
	font-weight: normal;
}

h5 {
	font-size: 14px;
	font-weight: normal;
}


ul#nobullets a {
	line-height:120%;
	font-style:normal;
	font-size:16;
  padding:0 8px;
	display:block;
  	width:120px;
}

ul#nobullets {
	list-style-type: none;
}

hr {
	color: #f3eddd;
	background-color: #f3eddd;
	width: 80%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


:link {
	color: #c8a27d;
	text-decoration: none;
}


:visited { 
color: #c8a27d;
text-decoration: none;
}


:hover {
color: #3B414B;
padding-bottom: 0px;
text-decoration: none;
}


li :hover {
	color: #3B414B;
	background: #CCCC99;
	background-position: left;
	background-repeat: repeat-y;	
	text-decoration: none;
}
  



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 907px;
	text-align="left";
	position: relative;
	background-color: #ffffff;
	}


#main {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:907px;
	margin:0px 0px 0px 0px; /*top right bottom left*/
	z-index:4;
	height:800px;
background: url(bg.jpg);
	}

#header {
	position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:907px;
	margin:0px 0px 0px 0px; /*top right bottom left*/
	padding:0px;
	z-index:3;
	height: 295px;
	overflow:auto;
	background: url(header.jpg) no-repeat;
	}

#centredoc {
	position:absolute; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:520px;
	margin:200px 0px 0px 60px; /*top right bottom left*/
	padding:10px;
	z-index:3;
	height: auto;
	overflow:auto;
	}

#nav {
	position:absolute;
	width:180px;
	height: 280px;
	top:240px;
	left:620px;
	padding:10px;
	z-index:4;
	}

#contact {
	position:absolute;
	width:240px;
	height:50px;
	top:530px;
	left:625px;
	z-index:2;
	border-style: dashed;
	border-width: medium;
	border-color: #f3eddd;
	padding-left: 12px;
	}

#left {
	position:absolute;
	height:100px;
	top:0px;
	left:-10px;
	z-index:2;
	background: url(left.jpg);
	}