/* CSS Document */

body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;*/
	margin: 0;
	background-image: url(../images/waynes.gif);
}

img {
	border: none;
}

.special {
	width:5px;
	visibility:hidden;
}

#awning {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}

#light {
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 610px;
}

#header {
	margin-left: 194px;
	height: 41px;
}

#headerGrad {
	/*position: relative;
	top: -41px;
	left: 511px;*/
	top: 0px;
	position: absolute;
	margin-left: 705px;
	float: right;
	width: 100%;
}

#headerShadow {
	width: 100%;
	height: 15px;
}

#container {
	width: 100%;
	background-image: url(../images/navBkg.gif);
	background-repeat: repeat-y;
}

#content {
	margin-left: 169px;
	width: 460px;
	padding: 10px;
}

#content H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFCC99;
	margin-top: 30px;
	margin-bottom: -12px;
}

#content P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAF0DB;
}

#content td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAF0DB;
}

#content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FAF0DB;
}

#content A {
	color: #FFCC99;
	text-decoration: underline;
}

#content .wrapper {
	padding: 10px 20px;
}

#sidebar {
	width: 169px;
	float: left;
	/*background-image: url(../images/navBkg.gif);
	background-color: #2D1A13;*/
}

#sidebar .wrapper {
	margin-top: 87px;
	float: left;
}

#bboard {
	width: 377px;
	height: 350px;
	position: absolute;
	margin-left: 649px;
	float: right;
	background-image: url(../images/bbBkg.jpg);
	/*visibility: hidden;*/
}

#bbBottom {
	position: relative;
	top: 100%;
	left: 0px;
	margin-top: -18px;
}

#bboard .wrapper {
	padding: 0px 20px;
	z-index: 10;
}

#rail {
	width: 100%;
	height: 20px;
	background-color: #2D1A13;
	background-image: url(../images/chairRail.gif);
	clear: both;	
}