@charset "utf-8";
/* CSS Document */

/*BACKGROUND SECTION*/
.page {background-color:#3CB371; width:80%; margin:auto; padding:10px;}

/*HEADER SECTION*/
.header-main {background-color:;}
#id-index01 {color:#008000;}
.social-sites li {display:inline-block; position:relative; left:800px; top:-30px;}

.nav-main li {display:inline-block;}



/*MAIN SECTION*/
main {background-color:#90EE90; width: 65%; float:left}

/*SIDEBAR SECTION*/
.sidebar {background-color:#6B8E23; width:30%; float:right; padding: 10px}

/*FOOTER SECTION*/
.footer-main {background-color:#DEB887; clear:both;}


