div#contain {
	width: 980px;
	height: 100%;
	background: url(bg.gif);
	border: 0px solid red;
	margin:0;
	padding:0;
	}

div.header {
	display: block;
	float:left;
	width: 980px;
	border: 0px solid green;
	margin:0;
	padding-top:15px;
	}

div.middlecontent {
	display: block;
	background: url(middle.gif) top left no-repeat;
	float:left;
	width: 880px;
	height: 313px auto;
	border: 0px solid green;
	margin-top:47px;
	margin-left:12px;
	padding:0;
	}

div.mc_text {
	width: 400px;
	height: 150px;
	font-weight: none;
	font-family: Arial;
	font-size: 17px;
	color: #5FBFFF; 
	text-decoration: none;
	line-height:21px;
	margin-top: 165px;
	margin-left: 20px;
	padding:0;
}

div.mc_text span.contact { 
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	color: #FFE5C8; 
	text-decoration: none;
}

a.e {
	color: #FFE5C8;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}

a.e:hover {
	color: #FFF;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-decoration: underline;
}
	
div.leftpanel {
	display: block;
	background: url(panelbg.gif) top left no-repeat;
	color: #000;
	font-size: 17px;
	font-family: Arial;
	font-weight: none;
	float:left;
	width: 343px;
	height: 113px;
	border: 0px solid green;
	margin-top:20px;
	margin-left:12px;
	padding-top: 23px;
	padding-left: 20px;
	line-height: 21px;
	}

div.rightpanel {
	display: block;
	background: url(panelbg.gif) top left no-repeat;
	color: #000;
	font-size: 17px;
	font-family: Arial;
	font-weight: none;
	float:left;
	width: 343px;
	height: 113px;
	border: 0px solid green;
	margin-top:20px;
	margin-left:0;
	padding-top: 23px;
	padding-left: 20px;
	line-height: 21px;
	}

div.copyright {
	display: block;
	color: #80B1CF;
	font-size: 12px;
	font-family: Trebuchet ms;
	font-weight: none;
	float:left;
	width: 500px;
	border: 0px solid green;
	margin-top:20px;
	margin-left:12px;
	}
