
html{height:100%;}

body {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0;
	height: 100%;
	min-height: 100%;
	background-color:#FFFFFF;
	color:#000000;
	font: small Arial, Helvetica, Verdana, sans-serif;
	width: 850px;
}

#outwrapper {
	width: 810px;
	padding-left: 15px;
	padding-right: 10px;
	background-color:#000000;
	background-image: url(images/mainback.gif);
	background-repeat: repeat-y;
	*height: 100%;
	min-height: 100%;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

#header {
	padding: 0px;
	margin: 0px;
}

#footer {
color: #FFFFFF;
clear: both;
/* margin-top: 30px; */
padding-top: 20px;
text-align: center;
font-size: 10px;
}

#footer a{
color: #FFFFFF;
font-size: 10px;
text-decoration: none;
}

#leftbar {
	float: left;
}

#content_top {
	width: 460px;
	height: 26px;
	min-height: 26px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 15px;
	background-image: url(images/content_top.jpg);
	background-position: top left;
	background-color: #555555;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;
}

#content_top2 {
	width: 740px;
	height: 26px;
	min-height: 26px;
	margin-top: 25px;
	margin-left: 25px;
	margin-right: 25px;
	padding-left: 15px;
	background-image: url(images/content_top2.jpg);
	background-position: top left;
	background-color: #555555;
	background-repeat: no-repeat;
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;
}


#content {
	width: 445px;
	background-color: #555555;
	margin-left: 25px;
	margin-right: 25px;
	pading-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: justify;
	color:#FFFFFF;
}

#content a{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;	
}
	
#content_bottom {
	width: 475px;
	height: 26px;
	margin-left: 25px;
	margin-right: 25px;
	background-image: url(images/content_bottom.jpg);
	background-position: bottom right;
	background-color: #555555;
	background-repeat: no-repeat;
}

#content_bottom2 {
	width: 755px;
	height: 26px;
	margin-left: 25px;
	margin-right: 25px;
	background-image: url(images/content_bottom2.jpg);
	background-position: bottom right;
	background-color: #555555;
	background-repeat: no-repeat;
}

#rightbar {
	float: right;
}

#content2_top {
	width: 232px;
	height: 26px;
	min-height: 26px;
	margin-top: 25px;
	margin-right: 25px;
	padding-left: 15px;
	background-image: url(images/content2_top.jpg);
	background-position: top left;
	font-weight: bold;
	font-size: 14px;
	color:#FFFFFF;
}

#content2 {
	width: 217px;
	background-color: #2C2C2C;
	margin-right: 25px;
	padding-bottom: 1px;
	padding-left: 15px;
	padding-right: 15px;
	color:#FFFFFF;
}

#content2_bottom {
	width: 248px;
	height: 26px;
	margin-right: 25px;
	background-image: url(images/content2_bottom.jpg);
	background-position: bottom right;
}

#content2 a{
color: #FFFFFF;
text-decoration: none;
font-weight: bold;	
}

#top_nav{

	width: 800px;
	height: 27px;
	margin: 0px;
	padding: 0px;

}

#top_nav a:link, #top_nav a:visited {
	float:left;
 	text-decoration: none;
 	color: #FFFFFF;
 	background-image:url(images/button.jpg);
	background-position: bottom;
 	width: 100px;
 	height: 19px;
	font-size: 10px;
	text-align: center;
	padding: 8px 0px 0px 0px;
}

#top_nav a:hover {
	background-image:url(images/button_on.jpg);
}