#main_container {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana;
	font-size: 9px;
	color: #9c5410;
}

#top_left {
	width: 423px;
	height: 139px;
	float: left;
	background-image:url(../images/top_left.jpg);
	background-repeat: no-repeat;
}

#top_logo {
	width: 371px;
	height: 139px;
	float: left;
}

#top_right {
	width: 406px;
	height: 139px;
	float: left;
	background-image:url(../images/top_right.jpg);
	background-repeat: no-repeat;
}

#slide_left {
	width: 216px;
	height: 268px;
	float: left;
	background-image:url(../images/moving_left.jpg);
	background-repeat: no-repeat;
}

#slides {
	width: 766px;
	height: 268px;
	float: left;
}

#slide_right {
	width: 218px;
	height: 268px;
	float: left;
	background-image:url(../images/moving_right.jpg);
	background-repeat: no-repeat;
}

#menu_left {
	width: 216px;
	height: 53px;
	float: left;
}

#menu_right {
	width: 218px;
	height: 53px;
	float: left;
}

#titles {
	float: left;
	margin-left: 10px;
	margin-top: 15px;
	font-family: verdana;
	font-size: 13px;
	color: #D32701;
}

#sep_h_contact {
	float: left;
	margin-left: 10px;
	margin-top: 5px;
	height: 4px;
	background-image:url(../images/sep_h.gif);
	background-repeat: repeat-x;
}

#center_blank {
	float: left;
	width: 30px;
	height: 480px;
	margin-top: 15px;
	margin-left: 25px;
	background-image:url(../images/sep_v.gif);
	background-repeat: repeat-y;
}

#contact_text_bold {
	float: left;
	width: 50px;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
}

#contact_text {
	float: left;
	width: 160px;
	font-size: 11px;
	line-height: 18px;
}

#left_clear {
	float: left;
	width: 216px;
/*	height: 300px; */
}

#right_clear {
	float: left;
	width: 218px;
/*	height: 300px; */
}

#main_content {
	float: left;
	width: 766px;
/*	height: 300px; */
	font-family: verdana;
	font-size: 10px;
	color: #9c5410;
	background-color: #251A10;
	background-image:url(../images/bg_main.jpg);
	background-repeat: repeat-x;
}

#main_footer {
	height: 68px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana;
	font-size: 9px;
	color: #000000;
	background-image:url(../images/bg_footer.jpg);
	background-repeat: repeat-x;
}

#footer_content {
	width: 766px;
	margin-left: auto;
	margin-right: auto;
	font-family: verdana;
	font-size: 9px;
	color: #9c5410;
}

#foto_frame {
	width: 186px;
	height: 214px;
	float: left;
}

/* floating windows */
#layer1 {
	position: absolute;
	left: 150px;
	top: 500px;
	width:500px;
	background-color:#251A10;
	border: 1px solid #9c5410;
	z-index: 50;
}

#layer1_handle {
	background-color:#000000;
	padding:2px;
	text-align:center;
	font-weight:bold;
	color: #9c5410;
	vertical-align:middle;
}

#layer1_content {
	padding:5px;
}

#layer2 {
	position: absolute;
	left: 670px;
	top: 500px;
	width:500px;
	background-color:#251A10;
	border: 1px solid #9c5410;
	z-index: 50;
}

#layer2_handle {
	background-color:#000000;
	padding:2px;
	text-align:center;
	font-weight:bold;
	color: #9c5410;
	vertical-align:middle;
}

#layer2_content {
	padding:5px;
}

#close1 {
	float:right;
	text-decoration:none;
	color:#9c5410;
	cursor: hand;
}

#close2 {
	float:right;
	text-decoration:none;
	color:#9c5410;
	cursor: hand;
}

/* floating windows */