* {
	color:white;	
}

body {
	background:#FFFFFF url("../images/backgroundbody.jpg") repeat-x;
	margin:0px 0px 0px 0px;
}

#header {
	height:120px;
	width:848px;
	position:absolute;
	left:50%;
	margin:0px 0px 0px -512px;
	padding:46px 88px 0px 88px;	
	background-color:#FFFFFF;
}

#main {
	height:auto;
	width:1125px;
	position:absolute;
	top:166px;
	left:50%;
	margin:0px 0px 0px -512px;
	padding:0px 0px 0px 0px;
	background:url("../images/gradient.jpg") repeat-x;
}

#subheading {
	width:915px;
	height:193px;
	float:left;
	margin:0px 0px 0px 28px;
	padding:20px 27px 0px 27px;	
	background:url("../images/subhead_back.jpg") no-repeat;
}

#orange {
	width:272px;
	min-height:596px;
	float:left;
	margin:0px 0px 0px 83px;
	padding:0px 5px 0px 10px;
	background:#f66400 url("../images/orange.jpg") top left repeat-x;
	
}

#blue {
	width:272px;
	min-height:596px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 10px;
	background:#1e54de url("../images/blue.jpg") top left repeat-x;
	
}

#green {
	width:272px;
	min-height:596px;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 5px 0px 10px;
	background:#4ec02e url("../images/green.jpg") top left repeat-x;
	
}

#footer {
	width:1024px;
	height:109px;
	position:absolute;
	top:1024px;
	left:50%;
	margin:0px 0px 0px -512px;
	padding:0px 0px 0px 0px;
	background:#FFFFFF url("../images/footer_grad.jpg") repeat-x;	
}

.footer_left {
	width:auto;
	height:109px;
	position:absolute;
	top:1024px;
	left:50%;
	margin:0px 0px 0px -782px;
	padding:0px 0px 0px 0px;	
}

.footer_right {
	width:auto;
	height:109px;
	position:absolute;
	top:1024px;
	left:50%;
	margin:0px 0px 0px 512px;
	padding:0px 0px 0px 0px;	
}

.thumbs {
	width:50px;
	height:50px;
	background:none;
	border:1px #66ff44;
	margin:5px 5px 0px 0px;
	padding:0px 0px 0px 0px;
	float:left;
		
}

h1 {font-family:arial; font-size:30px; font-weight:normal; color:black; margin:0px;}
h2 {font-family:arial; font-size:18px; font-weight:bold; color:white; margin:0px;}
h3 {font-family:arial; font-weight:normal; color:white; margin:0px;}
.normal_black {font-family:arial; font-size:12px; font-weight:normal; color:black;}
.normal_white {font-family:arial; font-size:12px; font-weight:normal; color:white;}
.normal_white_2 {font-family:arial; font-size:16px; font-weight:normal; color:white;}
.footer_black {font-family:arial; font-size:12px; font-weight:normal; color:grey;}
.footer_white {font-family:arial; font-size:10px; font-weight:normal; color:white;}
.left {text-align:left; margin-right:80px;}
.middle {text-align:center; margin-right:80px; margin-top:-85px;}
.right {text-align:right; margin-top:-45px; margin-right:90px;}

a:link {text-decoration:none}      /* unvisited link */
a:visited {text-decoration:none}  /* visited link */
a:hover {text-decoration:underline}  /* mouse over link */
a:active {text-decoration:none}  /* selected link */





