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

/* general tag styling */
@import url(general.css);

* html img,  html .png {
	behavior: expression(
		(this.runtimeStyle.behavior="none")
		&& (this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
		this.src = "/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

body {
	/*background: #e4ceb2;
	background: #b2a183;
	background: #92451a;*/
	background: #cc9966;
	/*background: url(http://www.legendsfinewood.com/images/page_body_bg.png) 50% 0 repeat-x fixed #1a0400;*/
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-family: "Courier New", Courier, monospace;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-family: "Times New Roman", Times, serif;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:	center;
}

fieldset, img, a img  {  
	border: 0; 
}

label,input,textarea {
	display: block;
	width: 160px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 10px;
}

a:link, a:visited {
	/*color: #733200;*/
	color: #fff;
	text-decoration: none;
	width: 100%;
}

a:hover {
	color: #4c3222;
	text-decoration: underline;
}

div#container {
	width: 1000px;
	text-align: left;
}

div#header {
	background: url(http://www.legendsfinewood.com/images/header.png) no-repeat bottom;
	height: 118px;
	margin: 0;
	padding: 0;
	clear: none;
}

div#navcontainer {
	margin: 0;
	margin-left: auto;
	margin-right: auto;
}

ul.mainmenu {
	list-style: none;
	margin: 0 auto auto 0;
	padding: 0;
	float: left;
	width: 100%;
	background: #893207;
}

ul.mainmenu li {
	float: left;
	display: inline;
	padding: 8px 15px 8px 15px;
	background: #893207;
}

ul.mainmenu li, ul.mainmenu li a, ul.mainmenu li:active, ul.mainmenu li a:active {
	color: #FFFFFF;
	font-size:18px;
	text-decoration: none;
}

ul.mainmenu li a {
	width: 100%;
}

ul.mainmenu li:hover, ul.mainmenu li a:hover {
	color: #660000;
	background: #CCCCCC;
}

div#main {
	background:url(http://www.legendsfinewood.com/images/content_bg.png) #afa082 repeat-y;
	margin: 0;
	padding: 0;
}

div#content {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}

div#container {
	margin-left: auto;
	margin-right: auto;
	min-height: 800px;
}

div#footertop {
	background: url(http://www.legendsfinewood.com/images/footer_top.png) no-repeat;
	margin: 0;
	padding: 0;
	height: 13px;
}

div#footer {
	background: url(http://www.legendsfinewood.com/images/footer.png) no-repeat;
	height: 23px;
	margin: 0;
	padding-top: 2px;
	color: #FFFFFF;
	text-align: center;
}

div#bottom {
	text-align:center;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

div#center {
	width: 60%;
	float:left;
	margin: 0;
}

div#center_module {
	/*padding-left: 50px;*/
}

div#center_module ul {
	margin-left: 40px;
	
}

div#right_module {
	width: 40%;
	float: right;
}

div#right_module h2 {
	font-size-adjust: -2px;
}

div#right_module ul{
	padding-left: 25px;
}

div#right_module div# {
	/*margin: 20px;*/
}

div#frame {
	/*width: 480px;
	height: 380px;*/
	background: url(http://www.legendsfinewood.com/images/frame.png) no-repeat;
	background-position: top;
	padding: 30px 75px; /*30x26*/
	margin: 0;
}

div#opensign {
	/*position: absolute;
	top: 150px;
	*/
	position: relative;
	right: -60px;
	top: 0px;
	z-index: 3;
}

