@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	background-color: f5f2f1;
	border: 1;
	border-color: #FFFFFF;
	float: center;
}
#container  {
	margin: 0;
	text-align: left;
	width: 955px;
	background-image: url(../images/_container_bg.gif);
	padding: 10;
	height: 750px;
}
#header  {
	height: 110px;
	width: 760px;
	float: left;

} 
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 165px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
}
#mainContent  {
	width: 760px;
	float: left;
	background-color: #f5f2f1;
	color: #666666;
	margin: 0px;
	text-align: left;
	padding: 10;
	font-size: 80%;

} 
#features {
	height: 220px;
}
#subfeatures {
	float: none;
	width: 400px;
	margin-top: 10px;
	margin-left: 20px;
	background-color: #FFFFFF;
}
#subfeatures_container {
	float: left;
}
#pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#pagetext_body {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 15px;
}
#footer  {
	padding: 2px;
	background-color: #fddede;
	font-size: 10px;
	text-align: center;
	margin: 0px;
	width: 955px;
	float: center;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subf_item {
	float: left;
	width: 175px;
	margin-left: 10px;
	padding-bottom: 15px;
}
.subf_thumb {
	display: inline;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.subf_desc {
	float: left;
	width: 150px;
}
.subfeatures_column_desc {
	font-weight: normal;
	text-decoration: none;
}
#searchbox {
	padding: 10;
	float: center;

}
#placeholder_pics {
	background-image: url(../images/placeholder_pics.gif);
	padding-left: 10px;
	width: 180px;
	background-position: right;
	float: right;
	padding-right: 10px;
	margin-right: 40px;
}
#news {
	width: 180px;
	float: right;
	color: #F5F2F1;
	font-size: x-small;
}
#news h2 {
	font-size: small;
}
