body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #bcbcbc;
	margin:0;
	padding:35px 0 0 0;
	background-image: url(/images/bg-body.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
#wrapper {
	width:800px;
	margin:auto;
	background-image: url(/images/bg-main2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	border:0;
	padding:0 0 3px 0;
}
#top {
	background-image: url(/images/bg-main2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding:3px 15px 0 14px
}
#topleft {
	display:block;
	float:left;
	width:217px;
	border-bottom:1px solid #FFFFFF;
}
#top2 {
	display:block;
	float:right;
	width:535px;
}
#infield {
	
	background-image: url(/images/bg-infield.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	width:800px;
}
#middle {
	padding:0 15px 0 15px
}
#left {
	display:block;
	float:left;
	width:217px;
}
#pix {
	display:block;
	float:right;
	width:535px;
}
#main {
	display:block;
	float:right;
	width:485px;
	padding:15px 20px 10px 20px;
	line-height:18px;
}
div#navi {
	width: 217px;
	display:block;
	float:left;
}
div#navi ul {
	margin:0;
	padding:0;
}
div#navi li {
	list-style-type:none;
	display:block;
	background-color:#000000;
	float:right;
	width:217px;
	height:35px;
	text-align:left;
	border-bottom:1px solid #FFFFFF;
}

div#navi li a {
	display:block;
	float:left;
	width:172px;
	height:35px;
	text-decoration: none;
	margin:0;
	padding:0;
	color: #FFFFFF;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height:35px;
	padding-left:45px;
	background-image: url(/images/but1.jpg);
	background-repeat: no-repeat;
}
div#navi li a:link {
	color: #FFFFFF:
}
div#navi li a:visited {
	color: #FFFFFF;
}
div#navi li a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(/images/but2.jpg);
	background-repeat: no-repeat;
}

div#navi ul li.selected a {
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(/images/but2.jpg);
	background-repeat: no-repeat;
}

div#navi ul li.selected a:hover {
	color: #FFFFFF;
	text-decoration:none;
	background-image: url(/images/but1.jpg);
	background-repeat: no-repeat;
}

h1, h2, h3, h4, h5, h6 { 
	margin: 15px 0;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight:bold;
}
p { 
	margin: 10px 0;
}
ul, ol { 
	margin: 15px 0 0 15px;
}
.clear {
	clear:both;
}
a, a:visited {
	color:#669900;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer {
	font-size: 10px;
	color:#747474;
	text-align:center;
	padding:20px;
	padding-left:220px;
	line-height:18px;
}
#footer a:link, #footer a:visited {
	color:#747474;
	text-decoration:none;
	font-weight:normal;
}
#footer a:hover {
	color:#747474;
	text-decoration:underline;
}

