

/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #963;}
a:hover {color: #C60;}

img {
border: 0;
}

body {
	background: #FFFF00 url(graphics/bg.jpg) repeat-x left bottom;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: normal 1.8em Tahoma,sans-serif;
	margin-bottom: 4px;
}





h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background-color: #FFF;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 853px;
}

/* header */
.top {
	padding: 10px 10px 0;
}

/* title */
.header {
	background-color: #FFFF00;
	border: 10px solid #fff;
	font-size: 2.2em;
	height: 140px;
	margin: 0 auto;
	padding: 10px 10px 5px;
	width: 833px;
}
.header .left, .header .right {
	background-color: #FFFF00;
	color: #333333;
	height: 105px;	
}


/* navigation */
.navigation {	
	background: #D9E1E5 url(graphics/nav.jpg);
	border: 1px solid #D8EBD8;
	height: 41px;
}
.navigation a {
	background: transparent url(graphics/nav.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #333300;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 14px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(graphics/nav.jpg) left bottom; 
color: #000000;
}

/* main */
.main {
	border-top: 4px solid #FFF;
	margin-left: 0px;
	margin-right: 0px;
	background:  url(graphics/solar_sign_main_photo_855x570.jpg)
}





/* footer */
.footer {
	background: url(graphics/bgfooter.jpg) repeat-x;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 39px;
	text-align: center;
}
.footer a,.footer a:hover {color: #FFF;}



