/*** The Essential Code site wide generic tags***/
body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin: 0px auto;
	width: 753px;         /*** 2 x LC width + RC width ***/
	padding: 0;
	position: relative;
	background-color: #ffffff;
}
a {
	border: none;
	color:#339;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	border: none;
	font-weight: bold;
	color:#333;
}
h4 {
	font-size: 18px;
	text-align: center;
}
p {
	font-size: 12px;
	font-weight: normal;
	padding-left: 0px;
	color: #000000;
	margin: 0px;
	text-align: left;
	padding-right: 0px;
}
/*** table stuff ***/
table {
	border: 1px solid black;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid black;
	text-align: left;
}	
tr {
	color: #000000;
}
/*** special containers that are likely site wide ***/
#header {
	width: 100%;
	height: 80px;
	margin-left: 10px;
	color: #000000;
}
#header2 {
	margin-left: 10px;
}
#header2 p{
	text-align: center;
	width: 750px;
}
#left {
	width: 110px;
	position: absolute;
	left: 0px;
	padding: 5px;
	background-color: #ffffff;
	color: #000000;
}
#left p{
	margin-left: 10px;
	color: #000000;
}
#news {
	position: relative;
	color: #000000;
	border: 1px solid black;
	padding: 4px 20px 4px 20px;
	background-image: url('image/bgcolor.jpg');
	width: 750px;
	min-height: 550px;
}
#news a {
	color:#339;
}
#news a:hover {
	color:#333;
}
#tour {
	position: relative;
	color: #000000;
	border: 1px solid black;
	padding: 4px 20px 4px 20px;
	background-image: url('image/bgcolor.jpg');
	width: 750px;
	min-height: 800px;
}
#tournotes {
	position: absolute;
	margin-top: 550px;
	width: 400px;
}
#footer p{
	text-align: center;
	clear: both;
	width: 750px;
	background-color: #ffffff;
	color: #000000;
}
/*** Thumbnails ***/
div.thumb {
    border-style: solid; border-color: #FFFFFF;
    width: auto;
    overflow: hidden;
}
div.tright {
    float: right;
	bottom: 0px;
    clear: right;
    border: none;
	position: relative;
}
div.tleft {
    float: left;
    margin-right:0;
    border: none;
}
div.tcenter {
    float: none;
	text-align: center;
    border: none;
}
div.thumb div div.thumbcaption {
    border: none;
    padding: 0;
}
/*** unordered lists ***/
ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
/*** special style tags on individual pages***/

/*** IE6 Fix ***/
* html #left {
	left: -125px;
}
