body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-attachment: fixed;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: small;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #4A6022;
	}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #4A6022;
}
h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-bottom: -1em;
}
h4 {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#container {
	width: 900px;
	background-color: #FFFFFF;
	border: thin outset #6E9135;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	position: relative;
	margin-top: -6px;
}
#container #header {
	background-image: url(images/SolarBanner1.jpg);
	height: 200px;
	width: 900px;
	position: relative;
}
#container  #logo {
	background-image: url(images/TheSolarLogo2.png);
	background-repeat: no-repeat;
	height: 143px;
	width: 325px;
	position: absolute;
	z-index: 1;
	left: 19px;
	top: 22px;
}
#container   #nav {
	width: 200px;
	float: left;
	position: relative;
	padding: 10px;
}

#container #nav li {
	list-style-type: none;
	margin-left: -40px;
	margin-bottom: 0.5em;
	font-size: medium;
	border-top-style: double;
	border-top-color: #667F2C;
	margin-top: 0.5em;
	padding-top: 0.5em;
	text-transform: capitalize;
	font-variant: small-caps;
	padding-left: 10px;
	font-weight: bold;
}
#container #nav a {
	text-decoration: none;
	color: #000000;
	display: block;
}
#container #nav a:hover {
	text-decoration: none;
	color: #0033FF;
	display: block;
	filter: DropShadow(Color=000, OffX=5, OffY=5, Positive=1);
}
#container   #main {
	width:400px;
	float:left;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#container   #sub {
	position: relative;
	width: 200px;
	float: right;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#container #sub li {
	list-style-type: none;
	margin-left: -3em;
	margin-bottom: 0.8em;
	font-size: small;
	border-top-style: double;
	border-top-color: #667F2C;
	border-right-color: #667F2C;
	border-bottom-color: #667F2C;
	border-left-color: #667F2C;
	margin-top: 0.5em;
	padding-top: 0.5em;
}
#container #sub a {
	text-decoration: none;
	color: #000000;
	display: block;
}
#container #sub a:hover {
	text-decoration: none;
	color: #0033FF;
	display: block;
}
#contact {
	position:absolute;
	left:491px;
	top:26px;
	width:128px;
	height:44px;
	z-index:1;
	font-size: large;
	font-variant: small-caps;
	color: #FAD451;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
#container #contact a {
	color: #FAD451;
	text-decoration: none;
	display: block;
}
#container #contact a:hover {
	background-color: #7181B4;
	display: block;
}


#footer {
	clear: both;
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
