* {
	margin: 0;
	padding: 0;
	font: 13px/1.5em Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	background: #fff;
} 

#topbar {
	background: #9DACBF;
	height: 18px;
} 

#sitecontainer {
	background: #fff;
	margin: 0 20px 0 20px;
} 

#sitebox {
	height: 68px;
	background: #fff url(/lib/img/archytaslogo.jpg) no-repeat 0 20px;
} 

#navbar {
	height: 33px;
	background: #E8E4DF;
} 

#main {
	margin-top: 39px;
	margin-bottom:20px;
	background: #9DACBF url(/lib/img/bgmain.jpg) no-repeat;
} 

#menu {
	float:left;
	width: 18%;
	background: #BAC5D1;
	margin-top: 32px;
} 

#menu ul {
	padding-top: 15px;
	padding-bottom: 15px;
} 
#menu a {
	display: block;
	margin-left: 12px;
	margin-right: 12px;
	border-bottom: 1px solid #CFD7DF;
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
	line-height: 2em;
} 
#menu a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
} 
#menu li {
	list-style: none;
} 
#navbar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
} 
#navbar a {
	display: block;
	float: left;
	margin-left: 12px;
	margin-right: 12px;
	border-bottom: 1px solid #CFD7DF;
	color: #fff;
	text-decoration: none;
	padding-left: 5px;
	line-height: 2em;
} 
#navbar a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #fff;
} 

#navbar li {
	list-style: none;
	display: inline;
} 

#middle {
	float:right;
	width: 82%;
} 

#right {
	float: right;
	top:0;
	width: 220px;
	border-left: 1px #fff solid;
	min-height: 200px
} 

#footer {
	clear: both;
} 

#footer>p {
	padding:0; margin:0;
}

#maincontent {
	float:left;		
	width:100%;
} 

#imgbox {
	text-align: center;
	margin-top: 32px;
} 

#imgbox img {
	border: 5px #fff solid;
}

#maincontent h2 {
	margin-top: 32px;
	margin-left: 20px;
	font: 16px/1.5em "Book Antiqua", serif;
	color: #2F3946;
} 

#maincontent>p {
	margin-left: 20px;
	font: 1em/1.4em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
} 

hr.clear {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0; 
	padding:0;
	border: none;
	visibility: hidden;	
}
