body {
	margin:0;
	padding:0;
	background: #E9ECF0;
	font-family: Tahoma;
	font-size: 12px;
}
h1 {
	font-family: Verdana, Arial;
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight:bold;
}
p {
	text-align: justify;
}
#main{
	margin:0 auto; width:980px;
}
#main_logo {
	background-image:url(../images/bg_body.png);
	background-repeat: repeat-y;
	height:80px;
	padding:0px 10px 0px 10px;
}
#main_body {
	background-image:url(../images/bg_body.png);
	background-repeat: repeat-y;
}
#footer {
	background-image:url(../images/bg_footer.png);
	background-repeat: no-repeat;
	background-position:top;
	vertical-align:top;	
	text-align:center;
	padding:30px 20px 0px 20px;
	color:#000099;
	height:80px;
}
#footer a {
	color:#000099;
	text-decoration:none;
}
#footer a:hover {
	color:#0066FF;
}
#content {
	width:690px;
	vertical-align:top;
	padding:0px 0px 10px 30px;
}
#content_big {
	width:920px;
	vertical-align:top;
	padding:0px 30px 10px 30px;
}
#menu {
	width:200px;
	vertical-align:top;
	padding:0px 30px 100px 30px;
}
#menu_logo {
	height:55px;
	width:200px;
	text-align:center;	
	font-weight:bold;
	background-image:url(../images/bg_menu.png);
	background-position:center;
	background-repeat:no-repeat;
}
#menu_line a {
	width:200px;
	text-align:left;
	font-weight:bold;
	padding-left:16px;
	color:#000099;
	text-decoration:none;
}
#menu_line a:hover {
	color:#00FFFF;
}
#menu_on {
	background-image:url(../images/bg_menu_set.png);
	background-repeat:no-repeat;
	background-position:left;
	height:15px;
}
#menu_off {
	height:15px;
}
	