@charset "utf-8";
/* CSS Document */
.top {
	height:25px;
	background:url(images/cross.gif) no-repeat;
	text-align:center;
}
.left {
	width:112px;
	text-align:center
}

.right {
	width:112px;
	text-align:center;
	
}
.bottom {
	height:34px;
	background:url(images/cross.gif) no-repeat;
	text-align:center;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px; 
}

body#bd {
	background: #FFFFFF url(images/home.gif) repeat;
	background-position:bottom;
}

#meno {
	
}

#bgcenter {
	/* 
	opacity:0.4;
 	filter:alpha(opacity=40);
	*/
	width: 897px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: red;
	text-decoration: none;
}

div#top {
	position: absolute;
	top: 34px;
	left: 84px;
}

div#left {
	position: absolute;
	top: 55px;
	left: 89px;
	text-align: left;
}

div#bottom {
	position: absolute;
	top: 540px;
	left: 81px;
}

div#right {
	position: absolute;
	top: 55px;
	right: 57px;
	text-align: left;
}

ul.top {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.top li {
	
	margin: 0;
	padding: 0;
	display: inline;
	line-height:23px;
}

ul.top li a {
	color: #FFFFFF;
	padding: 0 9px 0px 7px;
}

ul.top li a:hover,
ul.top li a:active,
ul.top li a:focus {
	color: yellow; font-weight: bold;
	text-decoration: none;
}

ul.bottom {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.bottom li {
	line-height:26px;
	margin: 0;
	padding: 0;
	display: inline;
}

ul.bottom li a {
	color: #FFFFFF;
	padding: 0 6px 0px 9px;
}

ul.bottom li a:hover,
ul.bottom li a:active,
ul.bottom li a:focus {
	color: yellow; font-weight: bold;
	text-decoration: none;
}

ul.left {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.left li {
	background:url(images/button.gif) no-repeat;
	background-position:center;
	margin: 0;
	padding: 0;
	display: block;
	padding: 8px 0px;
} 

ul.left li a {
	color: #FFFFFF;
}

ul.left li a:hover,
ul.left li a:active,
ul.left li a:focus {
	color: yellow; font-weight: bold;
	text-decoration: none;
}

ul.right {
	
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.right li {
	background:url(images/button.gif) no-repeat;
	background-position:center;
	margin: 0;
	padding: 0;
	display: block;
	padding: 8px 0px;
}

ul.right li a {
	color: #FFFFFF;
}

ul.right li a:hover,
ul.right li a:active,
ul.right li a:focus {
	color: yellow; font-weight: bold;
	text-decoration: none;
}

#name {
	font-family:Arial, Helvetica, sans-serif;
	color:#003468;
	font-weight:bold;
	font-size:13px;
	padding-top:160px;
	padding-left:40px;
	/*letter-spacing:1px;*/
	
}
#center {
	
	background:url(images/center_bg.gif) no-repeat;
	height:477px;
	margin-top:55px;
	/*margin-left:40px;*/
	background-position:center center;
	width:800px;
	padding-bottom:95px;
	padding-left:10px;
}
 #content {
 	width:960px;
	background-position:center;
 }
.inputbox {
background:#F8F8F7 none repeat scroll 0 0;
border:1px solid #E7E8E6;
color:#666666;
font-size:100%;
padding:2px;
margin-left:10px;
}
.search {
	margin-right:40px;
}