body {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	background-image:url(../images/bg_gradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;	
	}
	

#content {
	width:900px;
	margin:0px auto 0px auto;
	margin-top:-5px;
	*margin-top:0px;
	padding:0px 0px 0px 0px;
	background-color:#0D0D0D;
	background-image:url(../images/bgbody.jpg);
	background-position:top;
	background-repeat:repeat-y;
	}
	
	
#holder {
	width:840px;
	float:right;
	padding:0px 30px 0px 30px;
	background-color:#0D0D0D;
	background-image:url(../images/bgbody.jpg);
	background-position:top;
	background-repeat:repeat-y;
	}

#left{
	width:190px;
	float:left;
	padding:0px 0px 0px 0px;
	}
		
#leftcol {
	width:190px;
	float:left;
	padding:0px 0px 0px 0px;
	}
	
#right {
	width:618px;
	float:right;
	padding:0px 10px 0px 10px;
	border-left:1px solid #222;
	}
	
	
	
			
#footer_hold {
	width:100%;
	margin:0px auto 0px auto;
	padding:0px 0px 0px 0px;
	background-color:#FFF;
	background-image:url(../images/bgfootergrad.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}
	
#footer {
	width:840px;
	height:125px;
	margin:0px auto 0px auto;
	padding:35px 30px 0px 30px;
	background-color:#FFF;
	background-image:url(../images/bgfooter.jpg);
	background-position:top;
	background-repeat:no-repeat;
	text-align:center;
	font-size:11px;
	}
	
h1{
	font-size:22px;
	color:#CCCCCC;
	font-weight:100;
	font-family:"Georgia", Times New Roman, Times, serif;
	line-height:24px;
}

h2{
	font-size:22px;
	color:#99CC00;
	font-weight:100;
	font-family:"Georgia", Times New Roman, Times, serif
}

h5{
	font-size:16px;
	color:#CCCCCC;
	font-weight:100;
	font-family:"Georgia", Times New Roman, Times, serif;
	line-height:10px;
}

.smallerH1 {font-size: 14px}

hr {color: #000; background-color: #000; border: 1px dotted #666666; border-style: none none dotted;}

a{
color:#99CC33;
text-decoration:none;
}

a:hover{
color:#99FF00;
text-decoration:none;
}


.icons {
	margin-right:10px;
	float:right;
	overflow:hidden;
}

.icons2 {
	margin-left:600px;
}

.icons2 ul li{
	list-style:none;
	padding:5px;
}

.icons ul li{
	list-style:none;
	display:inline-block;
	padding:2px;
	float:left;
}


a.chrome{
	display:inline-block;
	width:32px;
	height:32px;
	background:url(../images/chrome.png) no-repeat;	
}

a.youtube{
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/youtube-icon.png) no-repeat;	
}

a.twitter{
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/tw_icon.png) no-repeat;	
}

a.facebook{
	display:inline-block;
	width:24px;
	height:24px;
	background:url(../images/fb_icon.png) no-repeat;	
}

input:focus{
	background:#2b2b2b;
	border:1px solid #99CC00;
	color:#99CC00;
}

textarea:focus{
	background:#2b2b2b;
	border:1px solid #99CC00;
	color:#99CC00;
}




