@charset "UTF-8";

* {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

body {
	color: #333333;
	background-color: #86878b;

	font-family: Verdana, Arial, Sans-serif;
	font-size: 9pt;
}

a {
	color: #3288b0;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

a img {
	border: none;
}

#menu_box a {
	color: #626262;
	text-decoration: none;
}

#menu_box  a:hover {
	color: #1790c5;
}

#container {
	text-align: center;
	width: 100%;
}

#frame {
	position: relative;
	text-align: left;
	margin: 0px auto;
	width: 775px;
	background-repeat: no-repeat;
	background-position: center top;
}

#header {
	width: 100%;
	height: 740px;
}

#contents {
	width: 100%;
	background-position: center;
	background-image: url(../img/bg_spacer.gif);
	background-repeat: repeat-y;
	position: relative;
	padding-top: 1px;
}

#main_cont {
	position: relative;
	margin-top: -400px;
	width: 460px;
	margin-left: 250px;
	padding-bottom: 20px;
	font-size: 11.5px;
}

#footer {
	position: relative;
	width: 100%;
	background-image: url(../img/footer.jpg);
	height: 61px;
}

#menu_box {
	width: 178px;
	position: absolute;
	left: 53px;
	top: 72px;
}

#menu_items li {
	position: relative;
	background-image: url(../img/menu_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 31px;
	width: 178px;
	list-style-type: none;
}

#menu_items li a {
	position: absolute;
	top: 6px;
	left: 35px;
	font-size: 13px;
}

#navigation_box {
	position: absolute;
	left: 280px;
	top: 57px;
}

#navigations li {
	font-size: 10px;
	list-style-type: none;
	float: left;	
}

#navigations li a {
	color: #3288b0;
}

#navi_home {
	list-style-image: url(../img/icon_home.gif);
}

#navi_contacts {
	list-style-position: inside;
	list-style-image: url(../img/icon_contact.gif);
	margin-left: 20px;
}



#main_cont p {
	margin-bottom: 20px;
}

#main_cont ul {
	margin-bottom: 20px;
}

#main_cont h2 {
	color: #1c8fbe;
	font-weight: normal;
	margin-bottom: 10px;
	font-size: 20px;
}

#main_cont h3 {
	color: #d56603;
	font-weight: normal;
	margin-bottom: 5px;
	font-size: 14px;
}

#main_cont h4 {
	color: #000000;
	font-weight: normal;
	margin-bottom: 5px;
	text-decoration: underline;
}

#main_cont table {
	margin-bottom: 20px;
	font-size: 13px;
}

#main_cont li {
	list-style-type: none;
}

