/******* maincontainer styles *******/
body{
background:#000000 url(/images/bg.gif) repeat-x;
color:#ffffff;
font-family: Arial;
margin:0;
padding:0;
font-size:12px;
line-height:125%;
}
#wrapper{
margin:0 auto;
width:802px;
}
#maincontainer{
width:800px;
float:left;
border-right:1pt #989899 solid;
border-left:1pt #989899 solid;
padding-top:50px;
padding-bottom:20px; /*Center container on page*/
} 

#header{
background:#021a1c;
float:left;
width:800px;
height:64px;
border-top:1pt solid #818d8e;
border-bottom:1pt solid #818d8e;
}
.left{
float:left;
}
.valign{
vertical-align:top;
padding:0 3px;
}
#search{
width:200px;
padding-top:30px;
padding-right:10px;
text-align:right; 
float:right;
}
#menu{
background:#000000;
float:left;
width:800px;
padding:0px;
border-bottom:1pt solid #818d8e;
}
#menu ul
{
float:right;
text-align: left;
list-style: none;
margin:0;
padding:0px;
}

#menu li
{
float:left;
display: inline;
list-style: none;
padding:0px;
margin:0px;
}

#menu li a
{
float:left;
text-align:center;
padding:31px 11px;
text-decoration:none;
border-left:1px dotted #8d8e8f;
}

#menu a:hover {
text-decoration: none;
color:#bdbdbe;
background:url(/images/menu_over_bg.gif) repeat-x;
}
#main_content{
float:left;
background:#3b3b3c;
width:720px;
padding:40px;
margin-bottom:1px;
min-height:250px;
}
#content{
float:left;
width:400px;
padding-right:70px;
}
#content ul { 
      line-height:100%;
    list-style-type:none;
	margin: 0px;
       padding:0px; 
      float:left;
     width:120px;
	
}
#content li {display:block;
           width:100px;
        padding-left:10px;
	padding-bottom:10px;
        background:transparent url(/images/bullet.gif) no-repeat;
        background-position:0px 5px;
		margin:0px;
}

#artwork{
float:left;
width:217px;
background:#3e3e3e;
padding:10px;
text-align:center;
}
#footer{
float:left;
width:784px;
padding:8px;
background:transparent url(/images/footer_bg.gif) no-repeat;
border-bottom:1px solid #818d8e;
border-top:1px solid #818d8e;

}
#footer_right{
float:right;
text-align:right;
width:330px;
}
#footer_right a{
padding:0px 10px;
text-decoration:none;
}