
html,body{margin:0; padding:0;}
body{font: 76% arial,sans-serif; background: #ECEDE7;}
body {
background-image : url(image/bg.jpg); 
background-repeat : repeat-x; 
font: 76% arial,sans-serif; text-align:center;
} 
p{margin: 10px 10px;}

a:hover {color : #e22; text-decoration : none; } 

a{text-decoration:none; color: #395e39;}

div#header h1{font-size : 40px; line-height:40px; margin:0;
background-color : #333;color: #83A7A0;}
  
div#container{text-align:left; background: #FFFFF0; margin-left : auto; 
margin-right : auto;}
div#container{width:700px; height:auto;}

div#content p{line-height:1.4;}
div#content{float:left; width:500px;}

div#navigation{background:#B9CAFF;}
div#navigation{float:right;width:200px;}

div#extra{background:#83A7A0;}
div#extra{float:right; clear:right; width:200px;}

div#footer{background: #333; color: #FFF;}
div#footer p{margin:0; padding:5px 10px;}
div#footer{clear:both; width:100%;}










