/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background: #3a2d21;
	font-family: helvetica, verdana, arial, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 19px;
	text-align: left;
}

a {
	color: #666633;
	text-decoration: none;
}

a:hover {
	color: #669900;
	text-decoration: underline;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 0;
}

#wrapper {
	width: 700px;
	background: #fff;
	margin: 16px auto 0;
	padding: 0;
	height: 1180px;
}

#header {
	width: 650px;
	margin: 0 0 0 25px;
	height: 110px;
}

#content {
	width: 648px;
	margin: 0 0 0 25px;
	background: #fff;
	border: 1px solid #fff;
}

#promos {
	background: #99FF99;
}

#event {
	background: #ccff99;
}

#blog {
	background: #FFF;
}

#left {
	width: 325px;
	margin: 35px 0 0 30px;
	text-align: left;
	float: left;
	display: inline;
}

#right {
	width: 200px;
	margin: 30px 30px 0 0;
	text-align: left;
	float: right;
}

#footer {
	width: 700px;
	height: 30px;
	text-align: center;
	background: #b0a790 url(../images/footer_back.gif) no-repeat;
	margin: 0 auto;
	color: #FFF;
	padding-top: 7px;
}

#footer2 {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	color: #b0a790;
}

.clear {
	clear: both;
	width: 648px;
	height: 25px;
}

.logo {
	margin: 20px 0 0;
}

.small {
	font-size: 9px;
	line-height: 12px;
	color: #b0a790;
}
	

