body{

	background-color: #330000;    
background-attachment: scroll;
	margin-top:0px;
margin-bottom:10px;
margin-left:0px;
margin-right:0px;
font-family: Arial;
font-size: 12px;
background-repeat: no-repeat;
background-position: center;
	}
.page{
	margin-left:auto;
	margin-right:auto;
	width:960px;
	min-height:600px;
	}
.header{
	width:960px;
	height:100px;
	}
.menu{
	background-image:url(menubg.png);
	width:960px;
	height:50px;
	}
.menu a{
	
	text-decoration:none;
	float:left;
	font-family:Arial;
	font-weight:bold;
	font-size:15px;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	padding-top:16px;
	padding-left:22px;
	padding-right:22px;
	padding-bottom:16px;
		
	}

.menu a:hover{

	color:#444444;
	background-color:#E3E3E5;
	text-shadow:1px 1px 1px #fff;
	background-color:#E3E3E5;
	}	
.content{
	background-color:#ddd;
	width:960px;
	min-height:500px;
	}
.submenu{
	width:960px;
	height:40px;
	background-color:#E3E3E5;
	border-bottom:1px solid #CCCCCC;
	}
.submenu a{
	
	text-decoration:none;
	float:left;
	font-family:Arial;
	font-weight:normal;
	font-size:14px;
	color:#737373;
	margin-top:6px;
	margin-bottom:4px;
	padding-top:5px;
	padding-left:12px;
	padding-right:12px;
	padding-bottom:5px;
	border:1px solid #E3E3E5;
	}
.submenu a:hover{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color:#CFCFD1;
	border:1px solid #fff;
	color:#444444;
	}	
.footer{
  float:left;
	border-top:1px solid #F4F4F4;
	background-image:url(footerbg.png);
	width:960px;
	height:50px;
	}	
.center{
  float:left;
	width:960px;
	min-height:480px;
	background-image:url(center.png);
	background-repeat:repeat-x;
	border-top:1px solid #E3E3E5;
	background-color:#F4F4F4;
	border-bottom:1px solid #D7D7D7;
	}
.centerleft{
  background-image:url(rest.png);
	background-repeat:repeat-x;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border:1px solid #ddd;
  background-color:#fff;
    width:200px;
  	min-height:480px;
   margin-top:16px;
     margin-bottom:16px;
     margin-right:20px;
     margin-left:10px;
    float:left;
}
.centerright{
   background-image:url(rest.png);
	background-repeat:repeat-x;
  -moz-border-radius:5px;
  -webkit-border-radius:4px;
    border:1px solid #ddd;
    background-color:#fff;
 	min-height:480px;
     width:695px;
     margin-top:16px;
     margin-bottom:16px;
     margin-right:16px;
     margin-left:0px;
     float:left;
     padding:5px;
}
.lefttitle{
   padding:10px;
   font-family:Arial;
	font-weight:normal;
	font-size:17px;
	color:#737373;
    margin:5px;
    border-bottom:1px solid #ddd;
}
.leftmenu{
  margin:2px;
  padding:5px;
}
.leftmenu a{
  	text-decoration:none;
	font-family:Arial;
	font-weight:normal;
	font-size:14px;
	color:#737373;
    border-bottom:1px solid #ccc;
    display:block;
    margin:5px;
    padding:4px;
}
.leftmenu a:hover{
 color:#333;
}

