/* CSS Document */

body {
	margin: 0;
	padding: 0px;
	text-align: center;
	font-family: "Lucida Grande", verdana;
	background: #E9E9E9 url(../images/top_bg.gif) repeat-x top;
	font-size: 12px;
}


h1 {
	padding: 0;
	margin: 20px 60px 20px 20px;
	font-size: 15px;
	line-height: 22px;
	color: #6B3F27;
	font-weight: bolder;
	}
	
h2, h3 {
	padding: 0;
	margin: 20px 20px 0 20px;
	color: #6B3F27;
	font-size: 15px;
	line-height: 22px;
	font-weight: bolder;
	text-transform: uppercase;
	}
	
h4 {
	padding: 0;
	margin: 0 0 15px 0;
	color: #6B3F27;
	font-size: 15px;
	line-height: 22px;
	font-weight: bolder;
	text-transform: uppercase;
	}
	
	
ul {
	padding: 0px 0px 0px 0px;
	margin: 10px 5px 0px 5px;
	display: block;
	line-height: 14px;
	text-align: left;
	}
	
li {
	padding: 0px 0px 0px 0px;
	margin: 10px 5px 0px 5px;
	font-size: 12px;
	line-height: 14px;
	}

p {
	padding: 0;
	margin: 10px 20px 20px 20px;
	line-height: 15px;
	color: #000000;
	}
	
a {
	color: #6B3F27;
	text-decoration: underline;
	}
	
a:hover {
	color: #666666;
	text-decoration: none;
	}
	
img {
	border: 0px;
}

/* Custom Styles */


.container {
	display: table;
	color: #000000;
	width: 840px;
	text-align: left;
	padding: 0;
	margin: auto;
	margin-bottom: 0px;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
	}	

	
.mid {
	padding: 0;
	margin: 0 20px 10px 20px;
	}
	
.bg_left {
	background: url(../images/bg_left.gif) top right repeat-y;
	}
	
.bg_right {
	background: url(../images/bg_right.gif) top left repeat-y;
	}
	

