*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	vertical-align:middle;
	font-size:11px;
	font-family: Arial, "MS Trebuchet", sans-serif;
}
img{
	border:none;
}
#header
{
	height:146px;
	background:url(img/bg_header.jpg) repeat-x;
}

#site_search
{
	margin:0 auto;
	width:875px;
	height:36px;
	text-align: right;

}
#site_search input[type="text"]
{
	width: 152px;
	height: 16px;
	background:#ffffff url(img/bg_search.jpg) no-repeat;
	font-family: Tahoma,sans-serif;
	font-size: 12px;
	color: #999999;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 24px;
	border:1px solid #ccc;
}
#logo_header
{
	margin:0 auto;
	width:875px;
	height:65px;
	background:url(img/logo_header.jpg) center no-repeat;
}
#footer
{
	clear:both;
	height:90px;
	background:url(img/bg_footer.jpg) repeat-x;
	text-align:center;	
}
#copy
{
	height:24px;
	padding-top:8px;
}
.copy
{
	font-family: Verdana,Arial, "MS Trebuchet", sans-serif;
	font-size:12px;
	color:#ffffff;
}
.copy a
{
	font-family: Verdana,Arial, "MS Trebuchet", sans-serif;
	font-size:11px;
	color:#ffffff;
	font-weight: bold;
}
.copy a:hover,#terms a:hover,.txt_blue a:hover
{
	text-decoration: underline;
}
#terms, #powered
{
	margin-top:7px;
}

#terms a
{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:12px;
	color:#0066FF;
	font-weight: bold;
}

/*Site content*/
#content
{
	margin:0 auto;
	width:875px;
}
#div_left
{
	width:590px;	
	float:left;
	margin-top:30px;
}
#div_right
{
	width:250px;	
	float:right;
	margin-top:30px;
}
.news
{
	border-bottom:1px dotted #0066FF;
	
}
.news h1
{
	font-family: Georgia,Arial, "MS Trebuchet", sans-serif;
	font-size:20px;
	color:#666666;
	
}
.news_data
{
	font-family: "MS Trebuchet",Georgia,Arial, sans-serif;
	font-size:11px;
	color:#717171;
	margin-top:30px;
}
.news_title
{
	font-family: Georgia,"MS Trebuchet",Arial, sans-serif;
	font-size:16px;
	color:#0066FF;
	font-weight: bold;
	margin-bottom:25px;
}
.news_txt
{
	font-family: Arial,Verdana,"MS Trebuchet",Georgia,Arial,sans-serif;
	font-size:13px;
	color:#717171;
}

#tutorials,.list_tutorials
{
	margin:0 5px 0 5px;
}
#recent_forum_posts,#tutorials
{
	margin-bottom:30px;
}
.list_tutorials li
{
	margin-bottom:10px;
}

.list li
{
	margin-bottom:5px;
}

.txt_blue ,.txt_blue a
{
	font-family: Arial,"MS Trebuchet",Georgia,Arial,sans-serif;
	font-size:12px;
	color:#0066FF;
}
.txt_gray ,.txt_gray a
{
	font-family: Arial,"MS Trebuchet",Georgia,Arial,sans-serif;
	font-size:13px;
	color:#666666;
}

