@charset "utf-8";
/* CSS Document */
body{
background-color:#3a3e49;
text-align:center;
margin:0px;
padding:0px;
}

input, select{
margin:0px;
padding:0px;
}

#wrapper{
width: 1024px;
margin: auto;
}

#top{
width: 1024px;
margin: 0px;
padding: 0px !important;
}

#nav{
float: left;
width: 209px;
height: 344px;
margin: 0px;
padding: 0px !important;
}

#flash{
width: 815px;
height: 344px;
margin: 0px 0px 0px 209px; /*Make left margin the width of the left column*/
padding: 0px !important;
background: url(../images/banner.jpg);
}

#bottom{
background: url(../images/fakecolumn.gif)top left repeat-y;
width: 1024px;
margin: 0px;
padding: 0px !important;
display:table
}

#left{float: left;
width: 209px;
margin: 0px;
padding: 0px !important;}


#content{
background: url(../images/contentarea_06.jpg) repeat-y;
width: 815px;
margin: 0px 0px 0px 209px; /*Make left margin the width of the left column*/
padding: 0px !important;}

#body{
padding: 0px 260px 0px 10px
}
