body {
	background-color: #868287;
}

#wrapper {
	width: 914px;
	margin: auto;
}

#header {
	background-image: url(../img/header.gif);
	height: 93px;
	width: 914px;
}

#main {
	background-image: url(../img/main_picture.gif);
	height: 270px;
	width: 914px;
}

#box_top {
	background-image: url(../img/top_box.gif);
	height: 16px;
	width: 646px;
	background-repeat: no-repeat;
}

#box_bottom {
	background-image: url(../img/bottom_form.gif);
	height: 16px;
	width: 646px;
	background-repeat: no-repeat;
}

#box_cont {
	background-image: url(../img/midlle_finalBox.gif);
	background-repeat: repeat-y;
	width: 603px;
	color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	display: table;
	padding-top:1px;
	padding-bottom:1px;
}
#box_left {
	width: 245px;
	float: left;
}

#box {
	width: 891px;
	clear: both;
	margin: auto;
}

#box_right {
	width: 646px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-image: url(../img/midlle_form.gif);
	background-repeat: repeat-y;
}

.clear {
	clear: both;
}
#form_top {
	background-image: url(../img/top_form.gif);
	background-repeat:no-repeat;
	height: 70px;
	width: 646px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	vertical-align: middle;
	padding-top: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: -20px;
}
#form_bottom {
	background-image: url(../img/bottom_form.gif);
	background-repeat:no-repeat;
	height: 16px;
	width: 646px;
	clear: both;
}

#form_cont {
	width: 646px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#box1 {
	width: 646px;
	clear: right;
}

#box2 {
	width: 646px;
	margin-left: 250px;
}

#page {
	width: 914px;
}

#page_top {
	background-image: url(../img/top_page.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 914px;
	clear: both;
}

#page_bottom {
	background-image: url(../img/bottom_page.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 914px;
	clear: both;
}
#page_cont {
	background-image: url(../img/midlle_page.gif);
	background-repeat: repeat-y;
	width: 914px;
}
#box_cont h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
}

#page_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
}
#page_text h1 {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}


#footer {
	text-align:center;
	padding-bottom: 2px;
	margin-bottom: 10px;
	padding-top: 2px;
	margin-top: 10px;
	clear: both;
}

ul#footlist {
	position:relative;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
#footlist li {
	display: inline;
	list-style-type: none;
	padding-left: 3px;
	padding-right: 3px;
}
#footlist a {
	padding: 3px 10px;
	text-decoration:underline;
}
#footlist a:link, #footlist a:visited {
	color: #000000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#footlist a:hover {
	color: #333333;
	text-decoration: none;
}

