* {
	margin: 0px;
	padding: 0px;
}

body {
        background-image: url(images/backgroundimage1.jpg); 
        background-repeat: repeat-x;
	background-color:#1428bb;
	color: #FFFFFF;
	font-family: tahoma, arial, sans-serif;
	font-size: 14px;
	text-align: center;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	color: #ea9a2e;
}

span {
	display: none;
}

img {
	border: none;
}

ul{

}

li{
	text-align:left;
}

p {
	text-align: justify;
	line-height: 16px;
	text-indent: 1.5em;
	margin-top: .83em;
}

p img {
	float: right;
	margin-left: 5px;
	margin-right: 5px;
}

.clearthis {
	margin : 0px;
	height : 0px;
	clear : both;
	float : none;
	font-size : 0px;
	line-height : 0px;
	overflow : hidden;
	visibility: hidden;
}


#container {
	margin: 0px auto;
	width: 760px;
	text-align: left;
	border: 4px solid #0c0978;
}

/* Page Header */

#page_header{
	width:760px;
	height:203px;
	background:url(images/background-top.jpg);
}

/* Page Middle */

#page_middle{
	width:760px;
	background-color:#d3d0f9;
}

/* Page Body Content */

.content_header {
	height: 25px;
	background-color: #0c0978;
	border-top:outset;
	border-left:outset;
	border-right:outset;
}

.content_header h2 {
	padding-left: 10px;
}

.content_header a{

}

.content_box_right {
	margin-bottom: 8px;
	background-color:: #0c0978;
	border-bottom:outset;
	border-left:outset;
	border-right:outset;
}

.content_box_left{
	padding-bottom: 12px;
	background-color: #0c0978;
}

.content_box {
	padding-top: 6px;
	padding-left:5px;
}

.content_box .thumbnail {
	float: left;
	border: #a1a19e 1px solid;
}

.content_box h3 {
	padding-top: 10px;
	padding-bottom: 3px;
	font-size: 9px;
	font-weight: normal;
}


/* Left Sidebar */

#left_sidebar {
	padding-top: 10px;
	padding-left: 5px;
	float: left;
}

#left_sidebar .content_header {
	width: 140px;
}

#left_sidebar .content_header h2 {
	color: #ea912e;
	font-weight: bold;
	font-size: 11px;
	line-height: 11px;
}

#left_sidebar .content_header h2 span {
	display: block;
	padding-top: 10px;
}

#left_sidebar .content_box_left {
	width: 140px;
}

#left_sidebar .content_box h3 {
	color: #ea912e;
	clear: both;
}

/* Main Content */

#main_content {
	padding-top: 10px;
	padding-right: 5px;
	float: right;
}

#main_content .content_header {
	width: 590px;
}

#main_content .content_header h2 {
	color: #f89d31;
	font-size: 12px;
	line-height: 12px;
}

#main_content .content_header h2 span {
	display: block;
	padding-left: 3px;
	padding-top: 10px;
}

#main_content .content_box_left {
	width: 590px;
}


/* Top Masters */

.topmasters {
}

.topmasters_info {
	float: right;
	width: 570px;
}

.topmasters_info p{
	padding-right: 10px;
}

/* Events Date */

.date_box{
	border: thin solid #f89d31;
	width: 540px;
	padding: 5px;
}

.date_date{
	font-weight:bold;
	text-align:left;
}

.date_img{
	border: thin solid #f89d31;
}

.date_title{
	font-weight:bold;
	text-decoration:underline;
}

.date_text{

}

.date_link{
	text-align:center;
}

.date_link a{
	text-decoration:underline;
	padding-right: 15px;
}

.date_link a:hover{
	font-weight:bolder;
	font-size:14px;
}

/* Page Footer */

#page_footer {
	padding: 2px 10px 15px;
	color: #999999;
	text-align: center;
}

#page_footer a {
	color: #999999;
	text-decoration: underline;
}

#page_footer a:hover {
	color: #333333;
}

/* Float Right Class*/
.float_right{
	float:right;
	padding: 10px;
}

.search_text{
	font-size:14px;
	font-weight:bold;
}

.title{
	font-size:18px;
	font-weight:bolder;
}

/* Chad's Stuff */

.center{
	text-align:center;
}

.bold{
	font-weight:bolder;
	text-decoration:underline;
}

#vote_box{
	
}

<!--Lightbox2-->

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}