* {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
	width: 957px;
	margin-left: auto;
	text-align: left;
	margin-right: auto;
	background: url(../images/bg/bgTile.jpg) repeat-y;
	height: auto;
}
#header {
	background: url(../images/bg/bgHeader.jpg);
	height: 143px;
	width: 957px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	margin-top: 20px;
}
#topNav {
	list-style: none;
	margin-left: 40px;
	padding-top: 10px;
}
#topNav li {
	float: left;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #FFFFFF;
}
#topNav li.last {
	border-style: none;
}



#mainNav {
	background: url(../images/bg/bgMainNav.jpg) no-repeat center;
	height: 31px;
	width: 953px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border-top: 1px solid #3B1816;
}
#mainNav ul {
	list-style: none;
	margin-top: 4px;
	margin-left: 20px;
}
#mainNav ul li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 13px;
	border-right: 1px solid #FFD784;
}
#mainNav ul li.last {
	border-style: none;
}

#leftNav {
	background: url(../images/bg/bgLeftNav.jpg) no-repeat;
	height: 200px;
	width: 191px;
	position: absolute;
}
#leftNav ul {
	padding-top: 65px;
	list-style: none;
	margin-left: 25px;
}
#leftNav ul li {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#leftNav a:link, #leftNav a:active, #leftNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#leftNav a:hover {
	color: #A0B7D9;
	text-decoration: underline;
}



#content {
	width: 766px;
	z-index: 1;
	background: url(../images/bg/bgContentLeft.jpg) no-repeat left top;
	float: right;
}
#bottom {
	background: url(../images/bg/bgBottom.jpg);
	height: 33px;
	width: 957px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 957px;
	margin-right: auto;
	margin-left: auto;
}



div.emptyClear {
	clear: both;
}
table {
	margin-right: 15px;
	width: 98%;
}
table.contact {
	background: #E8E8E8;
	border-top: 1px solid #999999;
	border-right: 3px solid #999999;
	border-bottom: 3px solid #999999;
	border-left: 1px solid #999999;
	width: 75%;
}
