* {
	padding:0;
	margin:0;
	border:0;
}
body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#000;
	background-image:url(../images/bottom_back.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	text-align:center;
}
h1{
	font-size:13px;
	margin-bottom:10px;
}
h2{
	font-size:12px;
	margin-bottom:10px;
}
a{
	text-decoration:none;
}
p{
	margin-bottom:10px;
}
ul{
	padding:10px 0px 20px 30px;
}
pre{
	margin-bottom:10px;
}
input, textarea{
	padding:2px;
	margin-bottom:4px;
	border:1px solid #ccc;
}
td{
	padding:2px;
}
#container{
	width:997px;
	background-image:url(../images/back.png);
	background-repeat:repeat-y;
	margin:auto;
	text-align:left;	
}
#content{
	background-image:url(../images/top_back.jpg);
	background-repeat:no-repeat;
	padding:130px 8px 0px 8px;
}
#menuTop{
	height:20px;
	text-align:center;
	width:997px;
	margin-bottom:21px;
}
#menuTop a{
	color:#FFF;
	text-decoration:none;
	display:block;
	width:100px;
	float:left;
	line-height:20px;
	background-image:url(../images/menu_sep.png);
	background-repeat:no-repeat;
	background-position:right;
}
#menuTop a:hover{
	background-color:#b3c9dc;
	line-height:20px;
	color:#071d5b;
}
#menuLeft{
	height:24px;	
	width:807px;
	margin-bottom:61px;
	width:210px;
}
#menuLeft a{
	color:#FFF;
	text-decoration:none;
	display:block;		
	line-height:24px;
	padding-left:12px;
	border-bottom:1px solid #FFF;
}
#menuLeft a:hover{
	background-color:#b3c9dc;
	line-height:24px;
	color:#071d5b;
	padding-left:12px;
}
#contentLeft{
	width:220px;
	float:left;
}
#contentRight{
	width:690px;
	margin-left:230px;
}
