body{
	background:url(image/bg11.gif) repeat-x #FFF;
	width:100%;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:0 auto;
}
.page
{
	width:1024px;
	margin:0 auto;
	background:#FFF;
}
#header
{
	width:100%;
	height:150px;
	color:#000;
	font-family:Algerian;
	
	}
		
#menu{
	width:100%;
	background:#363;

	height:39px;
}
#menu ul
{
	margin:0 auto;
}
#menu ul li
{
	
	float:left;
	list-style:none;
	width:150px;padding-top:5px;
}
#menu ul li a
{
	color:#FFF;
	text-decoration:none;
	
}#menu ul li a:hover
{
	color:#000;
}
#left{

	width:15%;
	float:left;
	
}
#left ul li
{
	list-style:none;
}
#left ul li a
{
	text-decoration:none;
}

.top
{

	height:29px;
	margin:0 auto;
	box-shadow:5px -5px 10px #000;
-webkit-box-shadow:5px -5px 10px #000;
-moz-box-shadow:5px -5px 10px #000000;
border-top-left-radius: 20px 20px;
border-top-right-radius:20px 20px;

}
.shadow {
 box-shadow:5px -5px 10px #000;
-webkit-box-shadow:5px -5px 10px #000;
-moz-box-shadow:5px -5px 10px #000000;

border-radius:25px; 
-moz-border-radius:25px; 
-webkit-border-radius:25px;
}
#right
{
	width:82%;
	float:right;
	border-left:#690 1px solid;
	

}
#right p
{
	padding:10px 10px 10px 10px;
}
#right h3,h1,h2,h4
{
	padding:5px;
}

#right ul 
{
	padding-left:100px;
}


#footer {
	clear: both;
	padding: 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	font-size:9px;
}