body{ 
background-color:#C6B691;
font-size:16px; 
margin:0; 
padding:0; 
width:100%;
}

#wrapper{
width: 100%;
}

#left{ 
position:absolute;
top:0;
margin-left: 80px;
width:150px;
background-color:#8C3333; 
border-left: 2px solid black;
border-right: 2px solid black;
border-bottom: 2px solid black;
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
}

#innerleft{ 
width:130px;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;
background:black url('../images/logoarch.jpg') no-repeat center top;
min-height:650px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:650px; /* for IE5.x and IE6 */
}


#header{ 
margin: 0 auto;
background-color:#8C3333;
border-top: 2px solid black;
height:65px;
position:relative;
}

#header h1{
color: #C1BCBC;
font-size: 14px;
margin-left: 240px;
white-space:pre;
float:left;
margin-top: 48px;
}

#header h2{
color: #C1BCBC;
font-size: 14px;
white-space:pre;
float:right;
margin-right: 10px;
margin-top: 48px;
}

#top{ 
margin: 0 auto;
background:#EFE7D4 url('../images/manynames.jpg') no-repeat left top;
border-top: 3px solid black;
border-bottom: 3px  solid black;
height:95px;

}

#center { 
margin-left: 234px;
margin-top: 0px;
background:#C6B691 url('../images/tilefront.jpg') no-repeat center top;
min-height:600px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:600px; /* for IE5.x and IE6 */
}



#navigation {
                padding-top: 160px;
                font-family: "Arial"; 
}


#navigation ul {
	list-style: none;
	padding: 0;
	margin-left:4%;
		
}

#navigation li{
	font-size: 95%;
}

#navigation a:link, #navigation li a:visited {
	color: #C6B691;
	background-color: transparent;
	display: block;
	padding: 0;
	padding-left: 3px;
	padding-bottom: 7px;
	text-decoration: none;
}


#navigation a:hover{
	color: #8C3333;
}




#footer { 
	clear:both;
	background-color:#333;
	height:30px;
}

