body{
	background-color:#E1D8CE;
	font-family: arial; sans-serif;
	font-size:12px;
}

div{
	position:absolute;
}

p{
	margin:5px;
	padding:5px;
}

H1 {
	font-size:14px;
	color: gray;
      }

img{
	border:none;
}

a:link, a:visited, a:active{
	color:#C59B1B;
	font-weight: bold;
	text-decoration: none;
}

a:hover{
	color:#7A6F3A;
	font-style:none;
}


a.nav:link, a.nav:visited, a.nav:active {
	color:#75A04B;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	font-family: serif;
	font-size:13px;
}

a.nav: hover{
	color:#75A04B;
	font-style:none;
}


a.sub:link, a.sub:visited, a.sub:active {
	color:#1D7231;
	font-weight: bold;
	text-decoration: none;

}

a.sub: hover{
	color:#1D7231;
	font-style:none;
}


a.blue:link, a.blue:visited, a.blue:active {
	color:#A35777;
	font-weight: bold;
	text-decoration: none;

}

a.blue: hover{
	color:#C74A7E;
	font-style:none;
}

hr{
	background-color:none;
	border: 1.5px solid #3c4d4e;
}

/* styles for each div layer */

#layout{
	top:0px;
	left:0px;
}



#main{
	background-image:url('main-2010.jpg');
	width:801px;
	height:620px;
	margin-left:75px;
}

#accreditations{
	margin-left: 875px;

}

#gallery{
	top: 150px;
	width:470px;
	left:375px;
	height: 409px;
	overflow: auto;
}


#nav{
	top:200px;	
	width:120px;
	left:375px;
	text-align:right;
	line-height: 20px;
}


#content{
	top: 150px;
	width:350px;
	left:510px;
	height: 409px;
	overflow: auto;
	}

#contact {
	top: 14px;
	width: 200px; 
	left: 650px;
	text-align: right; 	
}
	

#copyright{
	width: 550px;
	top: 800px;
	left: 180px;
	z-index: 0;
}