body {
	margin: 0;
	padding: 0;
	background: top left repeat-x url(../img/bg.png);
	font-size: 14px;
	font-family: "Trebuchet MS", "Times New Roman", Arial, Times, serif;
}

#page {
	margin:10px auto;
	width:790px;
	background:#fff;
	border: 3px solid #000;
	}

#header {
	width:100%;
	height:200px;
	background:url(../img/header.jpg) top center no-repeat;
	}
#numbers {
	width:100%;
		border-bottom:3px solid #000;
}

#topnav {
width:100%;
height:35px;
background: url(../img/topnav.gif);
border-bottom:3px solid #000;
text-align:center;
}
	#topnav ul {
		padding:10px;
		margin:0px auto;
		}
		
		#topnav li {
		list-style:none;
		display:inline;
		padding:10px 15px;
		}
		
		#topnav li a {
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		}
		

#content {
	width:583px;
	margin-right:3px;
	float:left;
	padding:5px 5px 5px 10px;
	}
	#content h2 {
	font-size:1.2em;
	}

#sidebar {
	width:170px;
	float:right;
	margin-left:2px;
	margin-right:5px;
	padding:5px;
	font-size:90%;
	font-weight:bold;
	border-left:1px dotted #b4978f;
	border-right:1px dotted #b4978f;

	}

		#sidebar ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
		
		#sidebar li {
			margin: 0;
			padding: 0;
		}
		
		#sidebar li ul {
			margin-left: 20px;
			padding: 0;
		}
		
		#sidebar li {
			margin: 0;
			margin: 0;
			line-height: 35px;
			border-bottom: 1px #B4978F dotted;
			text-align:center;
			font-size:110%;
		}
		
		#sidebar h2 {
			margin: 0px 0 0 20px; 
			height: 35px;
			font-size: 18px;
			color: #B4978F;
			background: url(file:///Macintosh%20HD/Users/ehoxie/Sites/Bootleggers/img/img04.gif) no-repeat right 30%;
			border-bottom: 2px #B4978F dashed;
		}
		
		#sidebar a {
			text-decoration: none;
			color:#A12B28;
		}
		
		#sidebar a:hover {
			text-decoration: none;
		}



#footer {
	clear:both;
	width:780px;
	text-align:center;
	padding:5px;
	font-size:85%;
	}
		
		#footer a {
			text-decoration:none;
			color:#A12B28;
			}
			
img.left {
	float:left;
	padding:5px;
	}

img.right {
	float:right;
	padding:5px;
	}
	
.coloralt {
	color:#548519;
	}
.red {
	color:red;
	}
.quote {
	color:#A12B28;
	}
#marquee {
	background:#006600;
	color:white;
	font-size:1.2em;
	font-weight:bold;
	}