@charset "utf-8";
/* CSS Document */

body {
/*background-color:#240e03;*/
background-image:url(../images/Bg_Texture___wood_by_nortago.jpg);
background-repeat:repeat;

}
#wrapper {
margin-left:auto;
margin-right:auto;
width:1000px;
height:auto;
}
#navigation {
width:1000px;
height:40px;
background-color:#d2da00;
font-size:24px;
float:left;
}
#navigation a {
text-decoration:none;
color:#333333;
}
#navigation a:hover {
text-decoration:none;
color:#006600;
}
#divide {
height:1px;
width:1000px;
float:left;
}
#header {
width:1000px;
height:300px;
float:left;
margin:0px;
}
#content {
background-color:#d2da00;
width:1000px;
height:auto;
float:left;
}
#footer {
color:#FFFFFF;
width:1000px;
height:auto;
float:left;
}


