@charset "utf-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 0;
	background-color:#FFFFFF;
	}
a { 
	text-decoration : none; 
	color: #910000; }
	
a:hover { 
	text-decoration : underline; }
	ul {
padding-left: 20px;
list-style-type: disc;
}
.cleara {
clear: both;
}
#top_wrap {
	background-image: url(images/top_bg.gif);
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	top: 0;
	margin: 0 auto;
	width: 100%;
	height: 90px;
	display: block;
padding: 0;
}

#top_menu {
margin: 0 auto;
height: 90px;
width: 750px;
padding: 0;
}
#top_home {
width: 115px;
height: 90px;
float: left;
}
#top_right {
width: 635px;
height: 90px;
float: right;
padding: 0;
margin: 0;
}
#body_wrap {
width: 750px;
margin: 0 auto;
clear: both;
position: relative;
padding: 0;
margin-bottom:10px;
}
#content_area {
min-height: 400px;
}

#base_l {
float: left;
height: 22px;
}
#base_r {
float: right;
width: 90px;
height: 22px;
}
#next {
text-align: right;
padding: 22px;
font-size: 11px;
font-weight: bold;
}

