/* CSS Styles */

body {
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 90%;
	color: black;
	background-color: #B4CFF5;
	line-height: 180%;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* Set the page width */
#header {
	width: 720;
	margin: 0 auto;
	height: 120px; 
	text-align: left;
}

#wrapper-menu-top, #wrapper-content, #wrapper-footer {
	width: 720;
	margin: 0 auto;
	text-align: left;
}

#wrapper-header {
/*	background-color: #33CC66; */
  	background: transparent url('images/bg.png') top center repeat-x;
}

#header {
	background: transparent url('images/solarheader.gif') no-repeat center top;
}

#wrapper-header2 {
	background: transparent url('images/bg02-blue-left.png') top left no-repeat;
}

#wrapper-header3 {
	background: transparent url('images/bg02-blue-right.png') top right no-repeat;
}

#header h1 {
	margin: 0 0px;
	padding: 0;
	line-height: 1em;
	color: black;
	text-align: center;
/*	font-size: 230%; */
}

#header h2 {
	margin: 0 0px;
	padding: 0;
	line-height: 1em;
	color: black;
	text-align: center;
	font-size: 130%; 
}
#wrapper-content {
	background: white url('images/bg02-white-left.png') no-repeat left top;
} 

#content {
  	background-color: white; 
/*	background: transparent url('images/bg02-white-right.png') no-repeat right top; */
/*	padding: 10px; */
} 

#wrapper-footer {
	margin-top: 1em;
	text-align: center;
}

#footer {
	margin: 0 auto;
	background-color: #e5f0fc;
	line-height: 1em;
	border: 1px solid #ccc;
	border-bottom: 0;
	clear: both;
}

h2 { font-size: 110%; }
h3 { font-size: 100%; }

a:link, a:visited { color: blue; text-decoration: none; }
a:hover{ color: #666; text-decoration: none; }
