/* thecozorts */
a{
color:#ffffff;
text-decoration:none;
}
body{
background:#999999;
}
#pagewrapper{
margin: 0 auto;
width: 800px;
height: 800px;
color: #ffffff;
padding:10px;
}
#banner{
margin:0 auto;
width:800px;
height: 150px;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:24px;
text-align:center;
background:url(../images/bannerbackground.jpg);
border-bottom: 5px white solid;
}
#content{
margin: 0 auto;
float:left;
width:800px;
background:#000000;	
}
#leftbar{
margin: 0 auto;
float:left;
width:150px;
background:#333333;
}
#leftbarbutton{
margin:5 auto;
float:left;
width:150px;
height:25px;
border-bottom: 1px solid #CCCCCC;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:16px;
text-align:center;
vertical-align:middle;
}
#rightcontent{
margin: 0 auto;
float:left;
width:600px;
padding:10px;
}