body {
	background-color: #D2CDAF;
	margin-top: 0px;
	margin-bottom: 0px;
}

#wrapper {
	width:934px;
	margin:auto;
	background-image: url(../img/line_body.gif);
	background-repeat: repeat-y;
}

#header {
	width:886px;
	margin:auto;
	background-image: url(../img/header.gif);
	height: 88px;
}

#menu {
	width:886px;
	height: 34px;
	margin:auto;
	background-image: url(../img/menu.gif);
	background-repeat:no-repeat;
	text-align:center;
}

#main {
	width:883px;
	margin:auto;
	background-image: url(../img/main_image.gif);
	background-repeat:no-repeat;
	height: auto;
	background-color: #BEBA94;
}

#main_empty {
	width:886px;
	margin:auto;
	height: 200px;
	clear: both;
}

#main_empty_left {
	width:1px;
	float:left;
	height: 245px;
}


#main_middle {
	width:886px;
	margin:auto;
	height: 1px;
	background-color: #BDB993;
}

#main_bottom {
	width:883px;
	margin:auto;
	background-image: url(../img/bottom_main_image.gif);
	background-repeat:no-repeat;
	height: 19px;
}


#main_text {
	width:auto;
	margin:auto;
	padding-bottom: 40px;
	padding-top: 5px;
	padding-right: 40px;
	padding-left: 40px;
}

#main_other {
	width:886px;
	margin:auto;
	height: 105px;
}

#main_step2 {
	width:886px;
	margin:auto;
	height: 20px;
}


#main_other_text {
	padding-bottom: 40px;
	padding-top: 20px;
	width: 860px;
	padding-left: 0px;
	padding-right: 0px;
	margin: auto;
}


.clear{
	clear:both;
}

#main_text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #000000;
}

#main_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}


ul#navlist {
	position:relative;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	top:7px;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-left: 6px;
	padding-right: 6px;
}
#navlist a {
	padding: 3px 10px;
}
#navlist a:link, #navlist a:visited {
	color: #FFFFFF;
 background-color:;
	font-weight:bold;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#navlist a:hover {
	color: #FFFF99;
	text-decoration: none;
}
#main_other_text h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
#main_other_text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}
#main_other_text h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}
#main_other_text h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
}
#error_message {
	color: #990000;
	text-align: center;
	font-size: 19px;
	margin-top: 2pt;
	margin-right: 0px;
	margin-bottom: 2pt;
	margin-left: 0px;
	font-weight: bold;
	position: absolute;
	top: -48px;
	left: 273px;
	width: 288px;
}

