body, html {
	background: #500707;
	color:#535151;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:100%;
	letter-spacing:normal;
	margin:0;
	min-height:100%;
	text-align:center;
	width:100%;
}
* {
	border:1;
	margin:0;
	padding:0;
}
a, a:visited, a:active {
color:#535151;
text-decoration:none;
}
a:hover {
color:#535151;
text-decoration:underline;
}
h1
{
	font-size:18px;
	color:#990000;
	font-weight:bold;
	margin-bottom:5px;

}
#root {
	margin:0px auto;
	width:1027px;

  
}
#wrapper {
  margin:0px auto;
  width:100%;
  height:100%;
  
}
#content {
	float: left;
	width: 1027px;
	height:850px;
	background: url('images/content_background.gif');
	
}



.leftbox {
background: url('images/left.gif');
float:left;
width:177px;
height:732px;
margin-top:10px;
padding:15px;
text-align:left;
}

.littlebox {
background: url('images/littlebox.gif');
float:left;
width:329px;
height:162px;
margin-top:10px;
padding:15px;
text-align:left;
}


.bigbox1 {
background: url('images/bigbox1.gif');
background-repeat:no-repeat;
float:left;
width:708px;
height:520px;
margin-top:20px;
padding:15px;
text-align:left;
}

	
	
	
.bigbox2 {
background: url('images/bigbox1.gif');
background-repeat:no-repeat;
float:left;
width:708px;
height:200px;
margin-top:20px;
padding:15px;
text-align:left;
}

.bigbox3 {
background: url('images/bigbox1.gif');
background-repeat:no-repeat;
float:left;
width:708px;
height:60px;
margin-top:20px;
padding:15px;
text-align:left;
}
.bigbox {
background: url('images/bigbox.gif');
background-repeat:no-repeat;
float:left;
width:708px;
height:520px;
margin-top:20px;
padding:15px;
text-align:left;
}
.footer {
float:left;
background: url('images/content_bottom.gif');
width:1027px;
height:32px;
margin-bottom:10px;
color:#666464;
padding-top:8px;
}




.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
.menu li{
float:left;
position:relative;
z-index:100;

}
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:31px;
}

/* style all the links */
.menu a, .menu :visited {
height:15px;
display:block;
font-size:12px;
font-weight:bold;
width:110px;
padding:10px 0 7px 0;
color:#535151;
background: url('images/menu_center.gif');
text-decoration:none;
text-align:center;
font-family:arial;
line-height:12px;
}
/* style the links hover */
.menu :hover{
color:#fff;

background: url('images/menu_center_hvr.gif');
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:110px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}

