@charset "utf-8";
/* CSS Document */

body {
margin: 0 auto;
background:url(images/bg.jpg) repeat-x #dadadc;
font-family: Tahoma;
font-size:12px;
color:#333333;
}

#master {
margin: 0 auto;
width: 1000px;
height:auto;
background: #FFF;
}

#mainwrap {
width: 1000px;
height: auto;
background: #FFF;
margin: 0 auto;
}


#headerwrap {
width: 1000px;
height: 256px;
margin: 0 auto;
background: url(images/header.jpg) no-repeat;
}

#menu {
margin: 0 5px 0 0;
width: 246px;
height:auto;
background-color:#6677b9;
float:left;
}

#menuimage {
width: 246px;
height: 191px;
background:url(images/menubottom.jpg) no-repeat;
}

#footer {
margin: 0 auto;
width: 1000px;
height: 50px;
background: #2b2120;
text-align: center;
color:#FFFFFF;
float:left;
}

#footer a {
color:#FFFFFF;
}

#maincontent {
margin: 5px 8px auto;
width: 730px;
height: auto;
float:left;
}

#menubutton {
padding: 10px;
width: 171px;
height: 28px;
margin: 5px 0 5px 15px;
background:url(images/button.jpg) no-repeat;
font-family: Tahoma;
font-size: 18px;
font-weight: bold;
color:#000000;
}