
body{
 background-color:#ffffff;font-size: 17px;
 }

div#contents{
 width:950px; 
 }

div#header
h1{
color:#ffffff;font-size:2.3em;padding:1.2em;margin:0px;
background-color:#4682b4;
text-align:center;
letter-spacing:1.0px;
}


div#container{
 position: relative;line-height:26px;
}


div#main{
 width:510px;
 height:3000px; 
 position: absolute;
 padding:25px 45px 0px 50px ;
 text-indent:1em; 
}

div#sidebar{
 width:300px;
 height:3000px;
 background-color:#ccccff;font-size: 20px;
 position: relative;
 left:610px;
 padding:25px 15px 0px 25px ; 
 }

div#footer{
 height:100px;
 background-color:#eeeeee;
 text-align: center;
 line-height:100px;
}




