body {
	text-align: center;
	margin: 0px 0px 40px;
	font: 12px Arial, Helvetica, sans-serif;
	background: #790018 url(../images/nav/body_back.jpg) repeat-x;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
/* ------  Internet Explorer ------  *
/*\*/
* html #content {
    height: 200px;
}
/**/
a, a:link, a:visited{
	text-decoration: none;
	color: #990000;
}
a img   {border: 0 none;} 
p 			{font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #000000;}
h1 			{font-size: 16px; font-weight: bold; color: #CC6600;}
h2 			{font-size: 15px; font-weight: bold; color: #CC6600;}
h3			{font-size: 14px; font-weight: bold; color: #CC6600;}
ol			{font: 12px Arial, Helvetica, sans-serif; padding: 3px 0px 0px 0px;}
ol li   {padding: 8px 0px 0px 0px;}

/* ------  wrap styles ------  */
#wrap {
		text-align: left;
		margin: auto;
		width: 971px;
		background: #FFFFFF url(../images/nav/wrap_bg.jpg) repeat-y;
}
/* ------  header styles ------  */
#header {
	padding: 0px;
	margin: 0px;
	background: bottom;
}

/*  ------  top_bar styles ------  */
#bar {
	text-align: right;
	padding: 0px;
}
/* ------  content styles ------ */
#content {
		width: auto;
		margin: 0px 190px 0 185px;
		padding: 0px 10px 20px 20px;
}
#content ol {
	padding: 3px 0px 0px 3px;
}
#content ol li {
		padding: 8px 30px 0;
}

/* ------  left sidebar styles ------  */
#left {
		width: 180px;
		float: left;
		margin: 0px;
		padding: 0 0 0 6px;
}
/* ------  right sidebar styles ------  */
#right {
	text-align: center;
	width: 190px;
	margin: 0px;
	padding: 0px 8px 20px 5px;
	float: right; 
}
#right li a:link, #right li a:visited {
	color: #990000;
	display: block;
	padding: 8px 0 0 10px;
}
#right li a:hover {
	color: #C46200;
}
#right a, a:link, a:visited{
	color: #C46200;
	font-size: 12px;
	text-decoration: none;
}
/* ------ footer styles ------  */
#footer {
		clear: both;
		margin: 0px;
		padding: 10px 0px 0px;
		width: 100%;
		background: url(../images/nav/footer.jpg) no-repeat;
		height: auto;
}
#footer p {
	text-align: center;
	color: #8A0000;
	padding: 5px 0px;
}
#footer a {
	color: #990000;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
}
/* ------ miscellaneous styles ------ */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
.caption {
	color: #333333;
	text-align: center;
	font: italic 13px Georgia, "Times New Roman", Times, serif;
}
.float_left {
	float: left;
	padding: 5px;
	width: 48%;
}
.float_right {
	float: right;
	padding: 5px;
	width: 45%;
}
.imgRight {
	float:right;
	margin: 8px;
	position:relative;	
}
.imgLeft {
	float:left;
	margin: 8px;
	position:relative;
}
.clearboth { clear: both; }

/* ------ sponsors styles ------ */
.sponsors {
	border: 1px solid #FFA448;
	color: #333333;
	line-height: 16px;
	text-align: center;
}
.sponsors_left {
	border-right: 1px dotted #FFA448;
	border-bottom: 1px dotted #FFA448;
	padding: 3px;
}
.sponsors_right {
	border-bottom: 1px dotted #FFA448;
	padding: 3px;
}
.sponsors_title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #C46200;
	line-height: 22px;
}
/* ------ gallery styles ------ */
.gallery{
		overflow: auto;
		width: auto;
		border-top: 0px solid #FFFFFF;
		background-color: #FFFFFF;
		padding: 1.4em 0 1.4em 0px;
		margin: 0px;
}
.thumbnail{
	background-color: transparent;
	float: left;
	margin: 0 8px 5px 0;
	border: none;
	padding: 3px 4px 5px 3px;
	}
