@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html {
;}

body{
position:relative;
width:976px;
margin:0 auto;
text-align:left;}

#header{
width:100%;
position:relative;
float:left;
}

div#content{
width:100%;
position:relative;
float:left;
background-color:#FFF6B4;
}

div#menu1{
width:20%;
position:relative;
float:left;
}

div#main{
width:60%;
position:relative;
float:left;
}

div#menu2{
width:20%;
position:relative;
float:right;
clear:right;
}

div#footer{
width:100%;
position:relative;
float:left;
background-color:#FFF6B4;}





