body{
	background-image:url(images/bg.jpg);
	background-attachment:fixed;
	background-position: top left;
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	color:#111;
}

#wrapper{
	position:relative;
	float:left;
	margin-left:400px;
	width:670px;
}
#header{
	width:100%;
}
#nav{
	width:100%;
	height:30px;
}
#nav li{
	display:block;
	float:left;
	padding:4px 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333;
}
#nav a{
	color:#333;
	text-decoration:none;
}
#nav a:hover{
	color:#c30909;
	text-decoration:underline;
}
#flash{
	width:635px;
	padding:10px 7px;
	border-bottom: 4px double #333;
}
#main p{
	font-size:13px;
	line-height:18px;
	font-weight:bold;}
#main li{
	font-size:13px;
	line-height:20px;
	list-style:square;
	font-weight:bold;
}
ul.twocol li{
  width:48%;
  display:block; 
  float:left; 
 }
#left{
	width:325px;
	display:block;
	float:left;
}
#right{
	width:325px;
	display:block;
	float:right;
}
#video{
	width:325px;
	height:182px;
	padding-bottom:6px;
	margin-bottom:40px;
	background-image:url(images/bg-vid.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#footer{
	width:100%;
	min-height:100px;
	display:block;
	clear:both;
}
#hq{
	width:100%;
	height:50px;
	padding-right:50px;
}
.space{
	display:block;
	float:left;
	margin-left:20px;
	font-size:10px;
	margin-top:20px;
}
.nobold{
	font-weight:normal;
	width:305px;
	padding:10px;
	font-size:13px;
}
.nosquare{
	display:block;
	float:left;
	width:170px;
	text-align:right;
}
/*************************   Prettier Form            ********************************/

div.fields{display:block; width:240px;  margin-left:10px;float:left;
 font-family:  Helvetica, Arial, sans-serif;
	color:#111;
	font-size:13px;
	line-height:15px;
	font-weight:bold;}
.fields input{width:230px;
height:20px;
margin-top:-10px;
border:1px solid #ccc;
background-color:#eee;
}
.fields textarea{width:230px;
border:1px solid #ccc;
background-color:#eee;
min-height:75px;
margin-top:-10px;
}
.btn{width:130px;
height:20px;
margin-left:10px;
border:1px solid #eee;
background-color:#444;
color:#fff;
}