html {overflow-y: scroll;}
body {
background-image:url(http://solarehf.is/site_media/images/body.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
margin:0px;
padding:0px;
font-family:Arial;
font-size:11px;
}
p {
outline:0;
margin:0;
padding:0;
font-size:13px;
}
span {
    font-size: 13px;
}
div.staff {
    font-size: 13px;
}
#container {
width:930px;
padding-top:15px;
margin:auto;
}

#header {
padding-top:17px;
width:100%;
height:93px;
background:url(http://solarehf.is/site_media/images/header.png) no-repeat bottom left;

}

#nav {
padding:50px 0px 0px 50px;
}
#nav a {
padding-right:6px;
display:block;
float:left;
color:black;
text-decoration:none;
font-weight:bold;
}
#nav a:hover {
text-decoration:underline;
}
#nav span {
float: left;
padding-right:15px;
}
#main {
width:100%;
background-image:url(http://solarehf.is/site_media/images/bg.png);
background-repeat:repeat-y;
float:left;
}

#inner {
padding-left:45px;
width:820px;
position:relative;
float:left;
}

#inner_left {
width:630px;
float:left;
}
#inner_right {
width:190px;
float:left;
}
#headline {
font-weight:bold;
position: relative;
float:left;
width:200px;
}

#content {
float:left;
width:380px;
padding:80px 0px 80px 20px;
font-size:10px;
}
#input {
float:right;
width:190px;
height:30px;
}
#footer {
width:100%;
height:30px;
padding:30px 0px 20px 0px;
background-image:url(http://solarehf.is/site_media/images/bottom.jpg);
background-repeat:no-repeat;
float:left;
}


img, div, input { behavior: url("iepngfix.htc") }

