* {
	margin: 0;
	padding: 0;
}
* html { 
	height: 100%; 
	width: 100%; 
}
body {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	background-color: #a57c52;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-x;
}

img {
	border: none;
}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #790000;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #333333;
	font-size: 14px;
	text-align: left;
	text-transform: uppercase;
	padding-top: 7px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 7px;
}
.noise{ /*
	width:100%;
	background-image:url(/images/nois.jpg);
	background-repeat:repeat-x;
	height:1037px;
	z-index:1; */
}
.holder{
	position: relative;
	margin: 0 auto;
	margin-top:0;
	width: 1076px;
}
#container{
	position:absolute;
	visibility: visible;
	margin: 0;
	padding: 0;
	width: 1076px;
	height: 1060px;
}
#menu {
	height: 24px;
	width: 661px;
	left: 46px;
	top: 325px;
	position: absolute;
	text-align: left;
}
