body {
	background:url(./images/bg.jpg);
	padding:0;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	margin:10px 0 0 0;
	}
.site {
	width:768px;
	background:url(./images/bg2.jpg) repeat-y;
	}
.header {
	background:url(./images/header.jpg) no-repeat;
	text-align:right;
	padding:30px 25px 21px 0;
	}
.nav {
	background:url(./images/nav.jpg) no-repeat;
	padding:7px 0 13px 25px;
	text-align:left;

	}
.nav a, .nav a:active, .nav a:visited {
	font-size:11px;
	color:#000000;
	padding:7px 10px 10px 10px;
	font-family:Tahoma;
	font-weight:bold;
	text-decoration:none;
	}
.nav a:hover {
	background:url(./images/link_over.jpg) repeat-x;
	text-decoration:none;
	color:#FFFFFF;
	}
.content {
	padding:13px;
	}
.left {
	width:394px;
	text-align:left;
	float:left;
	}
.left_content {
	background:url(./images/left_bg.jpg) repeat-y;
}
.left_center {
	padding:5px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	}
.right {
	width:333px;
	float:right;
}
.right_content {
	background:url(./images/right_bg.jpg) repeat-y;
}
.right_center {
	padding:5px;
	font-family:Tahoma;
	font-size:11px;
	color:#000000;
	}
.center {
	background:url(./images/center_bg.jpg) repeat-y;
	width:734px;
	margin-bottom:13px;
	}
.center_content {
	padding:5px;
	font-family:Tahoma;
	font-size:11px;
	
	color:#000000;
	}
.menu {
		font-family: Tahoma;
		font-size: 11px;
	}
.menu ul {
	position: relative;
	padding: 0 0 0 7px;
	margin:0;
	height: 24px;
	list-style: none;
}

.menu ul li {float:left;}
.menu ul li a {
	float: left;
	display: block;
	color:#000000;
	padding: 0 4px 0 4px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}

.menu ul li a b {
	float: left;
	display: block;
	padding: 0 6px 0 2px;
	font-weight: bold;
}
.menu ul li.current a, .menu ul li a {
	color: #FFFFFF;
	background: url(./images/but_left.jpg) no-repeat;
	background-position: left;	
}

.menu ul li.current a b, .menu ul li a b {
	color: #FFFFFF;
	background: url(./images/but_right.jpg) no-repeat right top;

}
.menu ul li.current a, .menu ul li a:hover {
	color: #000000;
	background: url(./images/but2_left.jpg) no-repeat;
	background-position: left;	
}
.menu ul li a {text-decoration: none;}
.menu ul li.current a b, .menu ul li a:hover b {
	color: #000000;
	background: url(./images/but2_right.jpg) no-repeat right top;
}
.menu ul li a:hover {text-decoration: none;
	}
.footer {
	padding:5px 0 0 0;
	width:768px;
	}
a, a:active, a:visited {
	font-family:Tahoma;
	font-size:11px;
	color:#0c69b1;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
h2 {
	font-size:15px;
	font-family:Arial;
	color:#0bbf2a;
	text-align:left;
	margin:0 0 5px 20px;
	}