@charset "UTF-8";
/* CSS Document */

body {margin:0px; padding:0px; text-align:center; background:#ffffff url(images/bg.png) top left repeat-x; text-align:center; font:14px Arial, Helvetica, Verdana, sans-serif; line-height:20px; color:#ff9a00;}
a {text-decoration:underline;}
a:link {color:#ff9a00;}
a:visited {color:#ff9a00;}
a:hover {color:#693a95;}
a:active {color:#693a95;}
h1 {margin:0px; padding:0px; font-size:12px; font-weight:bold; color:#000000;}
h2 {margin:0px; padding:0px; font-size:12px; font-weight:normal;}
img {border:0px;}
input {background:#fff1db; border:1px solid #ff9a00;}
.formLabel {width:200px;}

#container {position:relative; width:800px; height:600px; margin:0px auto; padding:0px; text-align:center; background:url(images/containerBg.png) top left repeat-x; overflow:visible; border-top:1px solid #ffffff;}

	#header {position:relative; width:800px; height:78px; margin:97px 0px 0px 0px; padding:0px;}
	
	#frames {position:relative; width:800px; height:280px; margin:21px 0px 0px 0px; padding:0px;}
		#leftFrame {position:relative; width:285px; height:280px; float:left; text-align:left;}
		#centerFrame {position:relative; width:234px; height:280px; float:left; text-align:center;}
		#rightFrame {position:relative; width:281px; height:280px; float:right; text-align:right;}
	
	#text {position:relative; width:800px; height:auto; margin:40px auto 0px auto; padding:0px; text-align:center;}
		#leftColumn {position:relative; width:360px; height:auto; float:left; text-align:left;}
		#rightColumn {position:relative; width:360px; height:auto; float:right; text-align:left;}
	
	#contact {position:relative; width:800px; height:auto; margin:50px 0px 0px 0px; padding:0px; font-size:16px; text-align:center; font-weight:bold; clear:both;}
	
	#copyright {position:relative; width:800px; height:auto; margin:50px 0px 0px 0px; padding:0px; color:#71767b; font-size:10px; text-align:right;}
