body{
margin-top:20px;
background-color:#333333;
background-image:url(images/bg_fade.jpg);
background-repeat:repeat-x;

}

p, tr{
margin:0px;
padding:20px;
text-align:center;
color:#ffffff;
font-family:verdana;
font-size:12px;
text-align:center;
}

h2{
margin:0px;
padding:10px;
text-align:center;
color:#cccccc;
font-family:verdana;
font-size:15px;
font-weight:bold;
}

h3{
margin:0px;
padding:10px;
text-align:center;
color:#990066;
font-family:verdana;
font-size:14px;
font-weight:bold;
}

form{
margin:10px;
text-align:left;
}

a{
font-family:verdana;
font-size:12px;
}

a:link, a:visited{
color:#990066;
text-decoration:none;
}

a:hover{
color:#990066;
text-decoration:underline;
}

#main_container{
margin:0px;
overflow: hidden;
width:858px;
height:auto;
overflow:auto;
background-color:#000000;
text-align:center;
html {
	overflow-x: hidden;
	overflow-y: auto;
} 
/*
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
*/
/*border:1px solid #ffffff;*/
}

#header{
width:858px;
height:124px;
background-color:#000000;
/*
border-top:1px solid #cccccc;
border-left:1px solid #cccccc;
border-right:1px solid #cccccc;
*/
}

#menu_box{
font-size:11px;
float:left;
width:67px;
height:auto;
text-align:left;
}

#menu_box ul{
font-size:11px;
margin: 0px;
padding: 0px;
width: 67px;
line-height:0px;
list-style-type: none;
}

#menu_box a{
font-size:11px;
display: block;
padding: 10px;
width: 67px;
background-color: #000000;
border-bottom:1px solid #333333;
border-right:solid 1px #333333;
}

#menu_box a:link, #menu_box a:visited
{
font-size:11px;
color: #ffffff;
text-decoration: none;
}

#menu_box a:hover
{
font-size:11px;
background-color: #990066;
color: #fff;
}



#content_box{
float:left;
width:720px;
height:auto;
}

#image_left{
float:left;
margin:10px;
}

#image_right{
float:right;
margin:10px;
}

#footer{
margin:0px;
width:858px;
height:60px;
text-align:center;
color:#000000;
background-color:#000000;
padding-bottom: 10px
}





