/* CSS Document */
html, body {
margin:5px;
background-color:#ffffff;
	scrollbar-face-color:#B9Ab81;
  	scrollbar-arrow-color:#8D5040;
  	scrollbar-track-color:#8D5040;
  	scrollbar-shadow-color:#B9Ab81;
  	scrollbar-highlight-color:#B9Ab81;
  	scrollbar-3dlight-color:#B9Ab81;
  	scrollbar-darkshadow-color:#B9Ab81;
}

#container{
width:100%;
text-align:center;
}

#main{
width:750px;
margin-right:auto;
margin-left:auto;
}

#topRow{
width:100%;
background-image:url(resources/Cool-Delta.Home.jpg);
height:125px;
text-align:left;
}
#line750 {
width:100%;
height:5px;
background-image:url(resources/line.gif);
font-size:1px;
}
#nav {
width:100%;
height:25px;
background-color:#B9Ab81;
}
#middleRow{
width:720px;
text-align:left;
background-color:#E1E0E0;
padding-top:30px;
padding-bottom:30px;
padding-left:30px;
}
#middleRow2{
width:710px;
text-align:left;
background-color:#E1E0E0;
padding:20px;
overflow-x:hidden;
}

#bottomRow{
width:750px;
background-color:#E1E0E0;
text-align:left;
}

#col1{
		float:left;
		width:240px;
		}

#col2{
		text-align:center;
		}

#col3{
		float:right;
		width:240px;
		}
#footer {
		clear:both;
		margin-top:3px;
		padding-top:10px;
		width:100%;
		background-image:url(resources/line.gif);
		background-repeat:no-repeat;
		text-align:left;
}

.bodyBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link {color:#000000; text-decoration:none;}
a:visited {color:#000000; text-decoration:none;}
a:hover {color:#ff0000; text-decoration:none;}
a:active {color:#000000; text-decoration:none;}

.footerGrey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.nameWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.headBr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #8D5040;
}
#span.headBr a:link {color: #ff0000;}
