body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #e5e6ea;
	color: #7e7c7c;
}
#content {
	margin: auto;
	height: 290px;
	width: 866px;
}
#content a { color: #7e7c7c; text-decoration: none; border: hidden;}
#content a:visited { color: #7e7c7c; text-decoration: none; border: hidden;}
img {
	border: 0px;
}
#bottom2 a { color: #666666; text-decoration: underline;}
#bottom2 a:visited { color: #666666; text-decoration: underline;}
#bottom1 a { color: #666666; text-decoration: underline;}
#bottom1 a:visited { color: #666666; text-decoration: underline;}
#bottom2 a { color: #666666; text-decoration: underline;}
#bottom2 a:visited { color: #666666; text-decoration: underline;}
#bottom1 a { color: #666666; text-decoration: underline;}
#bottom1 a:visited { color: #666666; text-decoration: underline;}
#bottom3 a { color: #666666; text-decoration: underline;}
#bottom3 a:visited { color: #666666; text-decoration: underline;}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center top;
}

#summary {
	height: 205px;
	width: 415px;
	overflow: hidden;
	font-size: small;
	float: right;
	padding-right: 25px;
}

#menubar {
	background-image: url(../images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	font-variant: small-caps;
	/* font-weight: bold; */
	height: 90px;
}

#menubar ul li {
	display: block;
	list-style-type: none;
	float: left;
	padding-top: 36px;
}

#menubar ul li a {
	background-image: url(../images/menu_sep.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 16px;
	text-decoration: none;
	color: #7e7c7c;
	height: 50px;
}

#menubar a:visited {
	color: #7e7c7c;
}

#menubar li.menu-current { 
	font-weight: bold;
}

#top_left {
	height:268px;
	margin-bottom:20px;
	width:421px;
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
}

#top_right {
	height:268px;
	margin-bottom:20px;
	width:421px;
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	float: right;
	overflow: hidden;
}

#bottom1 {
	height: 10px;
	width: 845px;
	position: relative;
	background-image: url(../images/content_bottom1.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
	padding-right: 10px;
}

#bottom2 {
	height: 321px;
	width: 845px;
	position: relative;
	background-image: url(../images/content_bottom2.png);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
	padding-left: 10px;
	padding-right: 10px;
}

#bottom3 {
	height: 10px;
	width: 845px;
	position: relative;
	background-image: url(../images/content_bottom3.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding-left: 10px;
	padding-right: 10px;
}

#bottom_content {
	padding: 10px;
}

#footer {
	position: relative;
	margin: auto;
	top: 20px;
	height: 25px;
	width: 865px;
	font-variant: small-caps;
	font-size: x-small;	
	text-align: right;
}