body{
	background:#e5e5e5;
	width:100%;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin:0 auto;
}
.page
{
	width:1024px;
	margin:0 auto;
}
#header
{
	width:100%;
	height:150px;
	}
		
#menu{
	width:100%;
	background:url(image/menu.png);
	height:39px;
}
#menu ul
{
	margin:0 auto;
}
#menu ul li
{
	
	float:left;
	list-style:none;
	width:160px;padding-top:5px;
}
#menu ul li a
{
	color:#FFF;
	text-decoration:none;
	
}
#menu ul li a:hover
{
	color:#000;
}
#left{
	width:15%;
	float:left;
	background:url(image/full.png);
}
#left ul li
{
	list-style:none;
}
#left ul li a
{
	text-decoration:none;
}

.top
{
	background:url(image/top.png) 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;
	background:url(image/full.png);

}
#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;
}