body
{
width:83.25%;
font-family:Verdana, Arial;
font-size:14px;
background-color:#ccc;
}

#header
{
width:100%;
padding-left:10%;
padding-right:10%;
background-color:green;
height:150px;
border-bottom:5px solid #000;
}

#logo
{
float:left;
margin-top:20px;
}

#nav
{
float:right;
margin-top:20px;
}

#nav id
{
list-style-type:none;
}

#nav ul li
{
display:inline;
width:100px;
height:20px;
padding:5px;
}

#nav ul li a
{
text-decoration:none;
background-color:darkgreen;
color:#fff;
font-weight:bold;
width:100px;
height:20px;
padding:5px;
}

#banner
{
background-image: url(images/background.jpg);
height:400px; 
width:120%;
background-size: 100% 100%;
margin-top: 10px;
text-align:center;
color:blue;
text-shadow: 5px 5px 5px #000;
}

#content
{
float:left;
width:70%;
}

#right_sidebar
{
float:right;
width:25%
}

#icons
{
background-color:darkgreen;
width:120%;
height:100px;
}

#main_wrapper
{
clear:both;
padding-bottom:20px;
}

#footer
{
clear:both;
background-color:#623715;
width:120%;
height:50px;
text-align:center;
padding-top:5px;
border-bottom:5px solid #000;
}

#footer id
{
float:right;
margin-top:20px;
list-style-type:none;
}

#footer ul li
{
display:inline;
width:100px;
height:20px;
padding:5px;
}

#nav ul li a
{
text-decoration:none;
background-color:darkgreen;
color:#fff;
font-weight:bold;
width:100px;
height:20px;
padding:5px;
}

#copyrights
{
text-align:center;
background-color:#000;
width:120px;
height:25px;
margin-top:-17px;

}