#banner {
	height:150px;
}
#container{
	position:relative;
	margin:0 auto;
	height:auto;
	height:100%;
	min-height:100%;
	width:625px;
	background:#EAE7E2;
}
#logo {
	padding-top:70px;
	padding-bottom:10px;
	}
#navbar {
	background-color:#D9CFC4;
}
#content {
}
img {
	border: 0px;
}
h2 {
	font-family: "helvetica", "arial";
	font-size: 17px;
	font-weight: 600;
	color: #222222;
	padding-left:10px;
	margin-bottom:-5px;
}
p {
	font-family: "helvetica", "arial"; 
	font-size: 13px; 
	color: #444444;
	padding-right:10px;
	padding-left:10px;
}
html,body {
	margin:0 auto;
	height:100%;
}
a:link {
	text-decoration: underline;
	color: #444444;
}
a:visited {
	text-decoration: underline;
	color: #444444;
}
a:active {
	text-decoration: underline;
	color: #444444;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a.navlink {
	font-family: "helvetica", "arial";
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	color: #666666;
	display: block
}
a.navlinkthis {
	font-family: "helvetica", "arial";
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	color: #000000;
	display: block
}
.navlinkthis {
	height:15px;
	width:120px;
	text-align:center;
}
.navlink {
	height:15px;
	width:120px;
	text-align:center;
}