@charset "UTF-8";
/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
	background-color:#ffffff;
	
	background-image:url(../images/bg.jpg);
	
	background-repeat:repeat-x;

}

a {
text-decoration:none;
color:#660000;

}

.wrapper {
	width: 723px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0px;
	
}
.white_box{

}

.float_right{
	float: right;
}

.float_left{
	float: left;
}

.top_header{
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	width:723px;
	height:369px;
	float:left;
	font-size:14px;
	border-right:#000000 solid 1px;
	}
	
.top_header a{
color:#CCCCCC;

}
.top_header a:hover{
color:#FFFFFF;

}

.nav{
width:190px;
height:145px;
margin-left:532px;
}
*html .nav{
height:130px;
padding-top:15px;
}

.nav li{
list-style-image:url(../images/bullet_1.gif);
font-variant:small-caps;
margin-top:4px;
padding-left:4px;
}
.header_test{
width:180px;
height:135px;
margin-left:532px;
padding:5px;
}
.header_base{
width:422px;
height:75px;
padding-left:285px;
padding-top:0px;
color:#FFFFFF;
text-align:center;

}
h3{
padding:0px;
margin:0px;
margin-bottom:5px;
}
*html h3{
margin-top:10px;
}
.bulk_holder{
width:723px;
float:left;
background-color:#FFFFFF;
background-image:url(../images/cont_bg.jpg);
background-repeat:repeat-y;
background-position:left;
border-right:#000000 solid 1px;
}
.left_col{
width:245px;
float:left;
font-size:11px;
padding:10px;
color:#333333;
}
.right_col{
width:435px;
padding-right:10px;
float:right;
color:#000000;
font-size:11px;

}





.footer {
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
text-align:right;
padding-top:10px;
padding-right:10px;
height:82px;
width:713px;
float:left;
color:#FFFFFF;
border-right:#000000 solid 1px;
border-bottom:#000000 solid 1px;

}

.footer a{
color:#FFFFFF;
}