*{
	margin: 0;
	padding: 0;
}

body{ 
	text-align: center; 
	background-color: #8c6e64;
	color:#333333;
	font: normal 11px/17px Trebuchet MS;
	}
	
#pageWrapper{ 
	margin: 0 auto;
	width: 760px; 
	height: auto; 
	text-align: left; 
	background-color:#ffffff;
	}

/*
General Settings
------------------------------------------ */
p{
	margin-bottom: 2px;
	margin-left:10px;
}

a{
	color: #666666;
	text-decoration: none;
}

.MainTitle {
	color: #663333;
	text-decoration: none;
	font: bold 14px Trebuchet MS;
}

.SubTitle {
	color: #333333;
	text-decoration: none;
	font: bold 11px Trebuchet MS;
}


/*
Header
------------------------------------------ */
#header{
	height: 80px;
	width:760;
	position: relative;
	margin-left:20px;
	margin-right:20px;
}

#header .left{
	height: 80px;
	width:496px;
	float: left;
	line-height: 80px;
}
#header .right{
	height: 70px;
	width:224px;
	float: right;
	padding-top:10px;
}

#header .left #navigation{
	height: 17px;
	list-style-type: none;
	width: auto;
}

#header .left #navigation a:hover{
	text-decoration: none;
	background-color: yellow;
	
}

#header .left #navigation li{
	float: left;
	padding:5px 5px 5px 5px;
}

#header .left #navigation .seperator{
	margin-left:5px;
	margin-right: 7px;
	float:left;
}


/*
Content Wrapper
------------------------------------------ */

#contentWrapper{
	width:760;
	position: relative;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;

}
#contentWrapper .left{
	float: left;
	width: 330px;
	background-color:#e8e8e8;
	padding:5px 10px 5px 10px;
}

#contentWrapper .right{
	float: right;
	width: 330px;
	background-color:#e8e8e8;
	padding:5px 10px 5px 10px;
}

#contentWrapper div.displayBlock{
	float: none;
	width: auto;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 20px;
}

#contentWrapper div.displayBlock img{
	float: left;
	margin-right:10px;
}


#contentWrapper .box1 {
	width: 163px;
	float: right;
	height: 110px;
	margin-left:20px;
	margin-bottom:10px;
	border: 1px solid #CCCCCC;
}

#contentWrapper .box1  img{
	margin-left:5px;
}

/*
Footer
------------------------------------------ */
#footer{
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
}

/*
Classes
------------------------------------------ */
.clear{
	clear: both;
	height: 0;
	width: 0;
	visibility: hidden;
	line-height: 0;
	float: none;
}


/*Scrolling Banner*/
/*--------------------------------------*/

.scrolling_logos {
	width: 740px;
	border-right: 0;
	border-left: 0;
	padding: 10px 0px 0px 0px;
	margin-left:20px;
	overflow:auto;
}
#scroller {
	margin: 0pt;
	padding: 0pt;
	overflow: hidden;
	width: 740px;
	height: 70px;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
}
#scroller li {
	margin: 0pt;
	float: left;
	height: 70px;
	width: 100px;
	padding:0 5px 0 5px;
	background-color:#ffffff;
}
#scroller li img {
	margin: 0pt;
	padding: 0pt;
	border:0px;
}