body {
	background-repeat: no-repeat;
	color: black;
	background-color: #303030;
	margin: 0px;
	background-image: url(../images/bg.jpg);
	background-attachment:fixed;
	font-family: Georgia;
}

.clear { clear:both; }

img { border: 0px;}

img a { border: 0px; }

html {
	margin: 0px;
}

ul { display: inline; list-style: none;}

h1 {
	color: #885500;
	font-size: 32px;
	padding-top:20px;
}

h4 {
	color: #885500;
	font-size: 24px;
	font-weight: bold;
}

h6 {
	color:white;
	font-weight: bold;
	font-size: 22px;
	height: auto;
}

a {
	color: #453313;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #fe9500;
}

#mainWrap {
	width: 1205px;
	height:100%;
	margin: 0 auto;
}

.wrapper{
	width: 960px;
	height: 100%;
	background-color: #fff;
	margin: 0 auto;
}

#topImage {
	margin:0 auto;
	background-image: url(../images/topImage.png);
	width: 1205px;
	height: 400px;
}

#contentLeft{
	width: 600px;
	height:auto;
	float:left;
	margin-left:10px;
	color: #b16f00;
	font-size:16px;
	margin-bottom:50px;
	margin-right:20px;
}

#contentRight {
	width: 310px;
	height: 100%;
	float:right;
	background-color: #ebdabd;
	border-left: 1px solid #dbc296;
	color: #885500;
}

.sideBox {
	width: 289px;
	height: auto;
	font-size: 16px;
	color: #68573b;
	padding: 10px;
	border-bottom: 1px solid #dbc296;}

#menu {
	height:auto;
	width:600px;
	padding-bottom: 30px;
}

.button {
	font-size: 30px;
	height: auto;
	width: auto;
	float: left;
	display: block;
	background-color: #dbc296;
	margin-right:35px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.button a:hover {
	color: white;
	background-color: #453313;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.advertiseBox {
	width:auto;
	height:auto;
	border: 1px solid #dbc296;
}

.advertiseBoxEmpty {
	width:270px;
	height:auto;
	border: 1px solid #dbc296;
	padding: 10px;
	margin-top:5px;
}

#footerWrap {
	width: 100%;
	height: auto;
	min-height: 200px;
	background-color: #453313;
	padding-top: 10px;

}

.footerBox {
	color: white;
	width: 309px;
	margin-left: 5px;
	margin-right: 5px;
	height:100px;
	float: left;
	font-size: 16px;
}

.footerBox a {
	color: #ebdabd;
	font-weight: bold;
}

#images img {
	margin-top: 40px;
	border: 5px solid #000;
}
