body{
height: 100%;
width: 100%;
margin:0;
padding: 0;
line-height: 18px;
font-size: 12px;
background-color:#000;
background-image:url(../_img/backgrounds/background1.jpg);
background-repeat:repeat-x; 
font-family: trebuchet, verdana, sans-serif;
}

#page{
position: relative;
height: 100%;
width: 900px;
text-align: left;
margin-top:10px;
margin-left: auto;
margin-right: auto;
border-left: 0px solid white;
border-right: 0px solid white;
color: white;
background-color: #d6d6d6;
}

#bannertop{
position: relative;
padding: 0;
height: 145px;
text-align: center;
}

#floatcleartop, #floatclearbottom{
clear: both;
}

#main_menu{
position: relative;
height: 28px;
padding: 2px 0 2px 0;
text-align: center;
background-color: #d95c2e;
font-size: 14px;
}

#title{
position: relative;
width: 500px;
height: 65px;
left: 280px;
}

#content{
position: relative;
width: 900px;
min-height: 450px;
}

#text{
position: relative;
xfloat: right;
margin: 0 auto 0 auto;
width: 900px;
padding: 0 0px 0 0px;
text-align: justify;
}

#sidebar{
position: relative;
float: left;
padding: 0;
margin: 0 0 0 16px;
width: 200px;
height: 450px;
}

#sidebarcontent{
margin: 0 10px 0 10px;
font-size: 10px;
}

#footer{
position: relative;
margin: 0px auto 0 auto;
width: 900px;
height: 20px;
text-align: right;
color: #FFF;
background-color: #4c4c4c;
border-top: 1px solid white;
border-bottom: 1px solid white;
}

#photo{
position: relative;
float: right;
width: 200px;
height: 200px;
}