@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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container {
	height:100%;
	width: 923px;
	padding:10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 4px double #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/Blendlogo_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 180px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#mainContent a{
	color: #FF7F00;
	text-decoration: none;
}
#Header{
	width: 923px;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(images/Header_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 200px;
}
#News {
	width: 230px;
	height:500px;
	float: right;
	display: block;
	background-attachment: scroll;
	background-image: url(images/BlendHTMLsitelayout_10.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF7F00;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 55px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0.5em;
}
#News a{
	color: #FF7F00;
}
.Thumbs{
	border: 3px double #666666;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;
}
.imgFloatRight{
float:right;

}
.imgFloatLeft{
float:left;

}
.imgFloatBoth{
float:both;

}
#mainNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
 }
#mainNav ul {
	marging: 0;
	padding: 0;
	list-style:none;
	float:left;
	width: 665px;
	border: 3px solid #666666;
}

#mainNav ul li{
 	float:left;
}

#mainNav ul li a {
	display: inline;
	padding: 0 1em;
	line-height: 3em;
	text-decoration: none;
	color: #5a4a42;
}
#footer{
	width: 100%;
	text-align: center;
	vertical-align: bottom;
}
.clear {
	clear: both;
}
