body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #352118;

} 
#tdbg {
	background-color: #0F0704;
	background-image: url(images/index_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 300px;
}

.colorOne
{
	border: 0px solid #ffffff;
	color: #ffffff;
	width: 250px;
	height: 160px;
	padding: 10px;
	text-align: left;
	/*border: 3px solid #ffffff;*/
    background-color: #e67817;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.colorTwo
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #415c70;
    width: 250px;
    height: 80px;
    padding: 10px;
    text-align: left;
    /*border: 3px solid #ffffff;*/
    background-color: #415C70;
}

.colorThree
{
    margin: 0 auto;
    border: 0px solid #ffffff;
    color: #ffffff;
    width: 250px;
    height: 40px;
    padding: 10px;
    text-align: left;
    /*border: 3px solid #ffffff;*/
    background-color: #666666;
}

.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.whitelinks {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}
.whiteheaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

a.whitelinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.clientview {
	margin-top:5px;
	padding-bottom:5px; 
	padding-top:5px; 
	border-top-style:dotted; 
	border-top-color:#FFFFFF; 
	border-top-width:1px;
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 350px; 
	height: 200px;
	overflow: hidden;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:350px;
		height:200px;
		overflow:hidden;
		float:left;
		padding:1em;		
		}
	div.scroller div.content {
		width: 350px;
		}


