@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	color:#666666;
	text-align:center;
	background: url(../IMGs/newBack.png) center top repeat-y #dddddd;
}



/*main area*/
#main {
	margin:auto;
	width:700px;
	text-align:left;
	padding:10px 0 0 10px;
	background:url(../IMGs/helianthus_cutout.png) bottom right no-repeat;
}
	#menu {
		width: 600px;
		background:url(../IMGs/webBannor_2.png) left top no-repeat ;
		padding:100px 0 10px 90px;
		border-bottom:#000000 1px solid;
		font-size:12px;
	}
	
	#content {
		padding-top:10px;
		z-index:1;
	}
		#sideBar {
			float:right;
			width:200px;
			border-left:1px #333333 solid;
			padding-left:10px;
		}
		#mainContainer h2 {
			margin:10px 0 10px 0;
		}
		#mainCopy {
			width:480px;
		}
	#footer {
		border-top:#333333 1px solid;
		font-size:9px;
		height:50px;
		width: 690px;
	}



/*logo*/
#logo {
	position:absolute;
	top:400px;
	left:0;
	padding:5px;
	height:300px;
	z-index:0;
}

/*base styles*/
a {
	color:#0066CC;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
h3 {
	text-decoration:underline;
	padding:0;
	margin:0;
}
ul {
	padding-left:15px;
	font-size:10px;
}