/* CSS Document */

body{
	font-family: "garamond", Times New Roman, serif;
	font-size: 14px;
	color: #58585a;
}

a{
	color: #5bb6eb;
	text-decoration: none;
}

a:visited{
	color: #c562a2;
}

a img{
	border: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times New Roman", Serif;
	font-weight: normal;
}

h1{
	font-size: 24px;
	background: url(images/header.jpg) no-repeat left center;
	text-indent: 40px;
}

h2{
	font-size: 22px;
}
h3{
	font-size: 20px;
}
h4{
	font-size: 18px;
}

.wrapper{
	width: 839px;
	margin: auto;
	overflow: hidden;
}

.top{
	width: 100%;
	overflow: hidden;
}

.logo{
	background: url(images/logo.jpg) no-repeat;
	height: 194px;
	width: 252px;
	float: left;
	display: block;
	text-indent: -4000px;
}

.menu{
	width: 100%;
	overflow: hidden;
}

.menu ul{
	margin: 0px;
	padding: 0px;
	padding-right: 20px;
	list-style: none;
	text-align: right;
}

.menu ul li{
	display: inline;
	padding: 0px 10px 0px 13px;
	background: url(images/menu_middot.gif) no-repeat left center;
}

.menu ul li.menuitem1 { background: none; }

.menu ul li a{
	color: #58585a;
	text-decoration: none;
	font-weight: bold;
}

.container_topshadow{
	background: url(images/container_to.jpg) no-repeat center top #D00;
	width: 100%;
	height: 12px;
}

.container_lefbg{
	width: 100%;
	overflow: hidden;
	background: url(images/container_left.jpg) no-repeat left -12px;
}

.container_rightbg{
	width: 100%;
	overflow: hidden;
	background: url(images/container_right.jpg) no-repeat right -12px;
}

.container_lefbg_bottom{
	width: 100%;
	overflow: hidden;
	background: url(images/container_left_bottom.jpg) no-repeat left bottom;
}

.container_rightbg_bottom{
	width: 100%;
	overflow: hidden;
	background: url(images/container_right_bottom.jpg) no-repeat right bottom;
}

.content{
	width: 775px;
	padding: 20px;
	margin: auto;
	border: solid 1px #bcbdbf;
	background: url(images/content.jpg) no-repeat left bottom #f2f2f2;
}

.bottom{
	width: 100%;
	height: 82px;
	background: url(images/bottom.jpg) no-repeat center top;
}

.bottom ul{
	margin: 0px;
	padding: 10px;
	list-style: none;
	text-align: center;
}

.bottom ul li{
	padding: 0px 15px;
	display: inline;
	font-weight: bold;
}






















