* {
	font-family: Myriad, Arial;
}

body {
	padding: 0px;
	margin: 0px;
	background-image: url(images/solar-light-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#header {
	width: 1024px;
	height: 300px;
	background: url('images/solar lights.jpg');
}

#header img {
	float: right;
	margin-top: 234px;
	margin-right: 3px;
}

#logo {
	padding-top: 27px;
	text-align: center;
	width: 160px;
}


#title {
	font-size: 24px;
	font-weight: normal;
	color: #525252;
	text-transform: lowercase;
}


#linkswraper{
	padding-top: 15px;
	background-color: #33CC00;
}


#links {
	background-color: #33CC00;
}

#links ul{
	list-style-image: url('images/arrow.gif');
	color: #33CC00;
	margin-top: 0px;
	margin-left: 0px;
	padding-left: 20px;
	padding-top: 15px;
	line-height: 13pt;
}

#links ul li{
	padding-bottom: 3px;
	background-color: #33CC00;
}

#links a {
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: lowercase;
	text-decoration: none;
	padding-right: 5px;
	padding-top: 25px;
	line-height: 16pt;
}



#content {
	font-size: 14px;
	padding: 15px;
	color: #333333;
	line-height: 18pt;
	padding-top: 10px;
}

#content h1 {
	font-size: 32px;
	font-weight: bolder;
	color: #006600;
	padding-top: 10px;
	padding-left: 15px;
}

#footer {
	background-color: #33CC00;
}

#footer table{
	font-family: Arial;
	font-size: 12px;
	color: #33CC00;
	height: 26px;
	text-transform: uppercase;
}

#footer table td {
	padding-left: 180px;
	background-color: #33CC00;
}
