body, html { 
padding : 0; 
margin : 0; 
} 
body { 
background: #F36468 url() repeat-x;
text-align: center;
font : 85%/170% "Arial", sans-serif;
color : #202020; 
} 
#container { 
margin : 0 auto; 
text-align : left; 
width: 790px;
margin-top: 20px;
background : #62AEAC;
} 
#header {
height:100px;
background: #62AEAC url() no-repeat center top;
text-align:center;
}
#sidebar { 
width: 200px;
float: right;
margin-bottom: 20px;
padding: 10px;
} 
#content {
width: 770px;
padding: 10px;
margin-bottom: 20px;
float: left;
}
#footer {
clear:both;
background :#076C82;
text-align:center;
padding:10px;
height:40px;
}
#top {
padding: 10px;
width: auto;
}

.top1 {
width: 760px;
height: 400px;
font-size: 12px;
background: #EB8A05;
float: left;
margin-bottom: 10px;
padding: 5px;
}

.top2 {
background: #EB8A05;
width: 370px;
font-size: 12px;
margin-bottom: 10px;
float: right;
padding: 5px;
}

a:link,a:visited {
text-decoration: none;
color: #595959;
font-weight:400;
text-align:justify;
padding:0;
text-decoration: none;
} 
a:hover { 
color: #595959;
text-decoration: underline;
}