.title {
	margin: 0 auto;
	width: 1022px;
	height: 110px;
}

.menu {
	margin: 0 auto;
	background: url(menu.png) repeat-x;
	width: 1022px;
	border-top: #AAA 1px solid;
	border-bottom: #333 1px solid;
}

.menu2 {
	border-right: 1px #B2B2B2 outset;
	height: 34px;
}

.content {
	margin: 0 auto;
	background-color: #EEE;
	width: 1022px;
	padding: 5px 0px 10px 0px;
}

.bgmenu {
	margin: 0 auto;
	background: url(menubg.gif) repeat-x bottom;
	height: 40px;
	width: 1022px;
}

.bgmenu2 {
	margin: 0 auto;
	background: url(menubg.gif) repeat-x bottom;
	height: 26px;
	width: 1022px;
}

.secondary_menu {
	margin: 0 auto;
	background: url(menu2.png);
	width: 1022px;
	height: 22px;
	background-repeat: repeat-x;
}

.secondary_menulinks {
	color: #FFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	padding: 0px 15px;
}

.bgborder_right {
	margin: 0 auto;
	width: 1042px;
	background: url(border_right.png) right repeat-y;
}

.bgborder_left {
	margin: 0 auto;
	width: 1042px;
	background: url(border_left.png) left repeat-y;
}

.real_title {
	background: url(content1.png);
	background-repeat: repeat-x;
	border: none; 
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 900;
	height: 26px;
	padding-top: 4px;
	margin: 0px;
}

.real_content {
	border: none; 
	background: url(main_bg1.png) repeat-x; 
	height: 26px;
	padding-left: 7px;
}

.real_content2 {
	border: none; 
	background: #eeeeee; 
	height: 26px;
	padding-left: 7px;
}

body {
	background: url(bg.jpg) repeat-x #d9d8d8;
	margin: 0 auto;
	font-family: Calibri, Sylfaen, "Times New Roman", Arial;
}

.feedback {
	margin: 0px 20px;
	position: relative;
}

.menulinks {
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
}

.bottom {
	margin: 0 auto;
	background: url(bottom_bg.jpg) repeat-x;
	width: 1022px;
	height: 80px;
	text-align: center;
	color: #FFF;
}

#feedback {
	float: right;
	width: 40%;
	margin-right: 70px;
}

#mailto {
	color: #796D40;
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.menu a:link, .menu a:visited {color:#FFF; text-decoration:none; display: block; white-space: nowrap; padding: 0px 12px;}
.menu ul {margin:0; list-style:none; padding-left:0px; height:34px;}
.menu ul li {float:left; padding:0; line-height:34px;}
.menu ul li a:hover {color: #333; text-decoration:none; background:url(press.jpg);}
.secondary_menu a:hover {color: #000; text-decoration:underline;}
