/* Double Helix Enterprises LLC CSS Document */

body {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:  url(images/line2.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#cccccc;
	margin:0;
}
#wrapper {
	width:712px;
	height:100%;
	margin:0 auto;
	padding:0;
	}
#wrapper a{
	color:#CC0000;
	}
#wrapper a:hover{
	color:#FF0000;
	}
/*#sideleft{
	width:6px;
	height:inherit;
	background:url(images/side_left.bg.gif);
	background-repeat:repeat-y;
	float:left;
	}
#sideright{
	width:6px;
	height:inherit;
	background:url(images/side_right.bg.gif);
	background-repeat:repeat-y;
	float:right;
	}
#content{
	width:700px;
	height:600px;
	background-image:url(images/bg_content.jpg); 
	background-repeat:repeat-x;
	background-color:#cccccc;
	border:1px solid color:#000000;
	float:left;
	}*/
#header {
	background:url(images/header.jpg);
	width:688px;
	height:121px;
	margin-left:5px;
	margin-bottom:0;
	}
#navbar {
	height:29px;
	width:688px;
	margin-left:5px;
	margin-top:0;
	padding:0;
	background:url(images/navbar.gif);
	}
#navbar ul{
	list-style-type:none;
	padding-top: 2px;
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	margin-top:0px;
	margin-left: 170px;
	margin-bottom:0;
	}
#navbar li{
	display:inline;
	margin-left:10px;
	padding:0;
	}
#navbar a{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	}
#separater{
	clear:both;
	height:0px;
	
	}
#box{
	float:left;
	margin:12px;
	width:146px;
	background-image:url(images/bg_box.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#c5c4c3;
	border: solid 1px #999999;
	}
#boxheader{
	height:12px;
	width: 120px;
	margin-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
	text-align:center;
	border-bottom:solid 1px #666666;
	}
#boxcontent{
	font-family:Arial, Helvetica, sans-serif;
	padding:5px;
	font-size:12px;
	}
#info{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width: 450px;
	float:left;
	margin-top: 12px;
	margin-left:10px;
	}
#info a{
	color:#990000;
	}
#info a:hover{
	color:#FF0000;
	}
.title{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#990000;
	border-bottom:solid 1px #000000;
	}
#footer{
	margin-top: 15px;
	margin-left:180px;
	margin-bottom:10px;
	height: 15px;
	width: 450px;
	border: solid 1px #cccccc;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	text-align:center;
	}
#footer a{
	color:#990000;
	}
#footer a:hover{
	color:#FF0000;
	}