@charset "utf-8";
/* CSS Document */

@import url(clear.css);

body {
	background-image: url(../images/body_back.jpg);
	color: #a28960;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}

a:link, a:visited {
	color: #a7743d;
}

a:hover, a:active {
	color: #c0aa8e;
}

.center {
	text-align: center;
	margin: 0 auto;
}

div#wrap-left {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(../images/wrap-left_back.png) repeat-y top left;
}

div#left-shadow {
	position: absolute;
	width: 50px;
	height: 32px;
	left: 0px;
	top: 307px;
	background-image:url(../images/wrap-left_shadow.png);
}

div#wrap-right {
	position: relative;
	width: 950px;
	left: 50px;
	background: url(../images/wrap-right_back.png) repeat-y top right;
}

div#container {
	position: relative;
	width: 900px;
	left: 0px;
}

  /*Header Section*/
div#head-wrap {
	position: relative;
	width: 900px;
	height: 314px;
	background-image: url(../images/header_back.jpg);
}

div#head-flash {
	position: relative;
	height: 237px;
	width: 347px;
	top: 0px;
	left: 409px;
}

  /*Menu Section*/
div#menu-wrap {
	position: relative;
	width: 900px;
	height: 136px;
	background-image: url(../images/menu_back.jpg);
}

div#menu {
	position: relative;
	top: 21px;
	width: 900px;
}

#menu ul {
	list-style-type: none;
	margin-left: 81px;
}

#menu li {
	display: inline;
	margin-left: 13px;
	margin-right: 13px;
}

  /*Content Section*/
div#content-wrap {
	position: relative;
	width: 900px;
	background-image: url(../images/content_back.jpg);
	min-height: 300px;
}

div#content-main {
	width: 520px;
	margin-left: 190px;
}

#content-main div img {
	margin: 5px;
}

#content-main form input, #content-main form textarea {
	background-color: rgba(192,170,142,.5);
	border: 2px solid #a28960;
	margin: 2px;
}

  /*Menu Section*/
div#foot-wrap {
	position: relative;
	width: 900px;
	height: 150px;
	background-image: url(../images/footer_back.jpg);
}

div#foot-main {
	position: relative;
	top: 80px;
	width: 900px;
	text-align: center;
	color: #3b2d1c;
	font-size: 12px;
	font-weight: normal;
}

#foot-main a:link, #foot-main a:visited {
	color: #654d30;
}

#foot-main a:hover, #foot-main a:active {
	color: #a7743d;
}