* {
	margin: 0;
	padding: 0;
}

a:link, a:visited { 
	color: #601B23;
}

a:link:hover, a:visited:hover { 
	color: #222;
}

body {
	background: #222 url(../images/nonFluidBG.gif) center top repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
}

h2 { 
	height: 25px;
	width: 100%;
	background: #6F5F47;
	padding: 5px 0 0 10px;
	margin: 0 0 10px;
	font-size: 14px;
	letter-spacing: 2px;
	color: #C8CCBE;
	text-transform: uppercase;
}

img {
	margin: 10px auto;
}

p {
	margin: 0 10px 10px;
}

ul {
	margin:0 10px 0 15px;
	list-style: none;
	color: #601B23;
	font-weight: bold;
}

ul a {
	text-decoration: none;
}

ul ul {
	margin: 0 10px 10px;
	font-weight:normal;
	list-style: square;
}

ul ul li {
	margin-left: 5px;
}

#nav {
	width: 775px;
	height: 30px;
	margin: 0 auto;
	background: transparent url(../images/navBG.jpg) center bottom repeat-x;
	color: #FFF; 
}

#main {
	width: 775px;
	margin: 0 auto;
	background: transparent url(../images/mainBG.gif) center top repeat-y;
	text-align: center;
}

#main img {
	margin: 0;
}

#colLeft, #colCenter, #colRight {
	float: left;
		text-align: left;
}

#colLeft {
	width: 200px;
	margin: 0;
}

#colCenter {
	width: 425px;
	margin: 0;
}

#colRight {
	width: 150px;
}

#colCenter p {
	margin: 0 15px 15px;
}

#colLeft h2 {
	width: 180px;
	margin: 0 5px 15px;
}

#colCenter h2 {
	width: 405px;
	margin: 0 5px 15px;
}

#colRight h2 {
	width: 130px;
	margin: 0 5px 15px;
}

#colCenter img {
	margin: 0 5px 10px;
}

.clear {
	height: 1px;
	clear: both;
}