#wrap       { width:1000px; margin:0 auto; } /* "auto" makes the left and right margins center the wrapper */  
#header {
	width: 100%;
	height: 120px;
	font-family: helvetica;
	font-size: 18px;
	color: white;
	background: url(./globalImages/headerImages/headerBG.gif);
	
}
#topNav {
	position : relative;
	width: 100%;
	height: 25px;
	z-index: 2;
	float:right;
}
#leftCol {
	width: 300px;
	height: 705px;
	float: left;
	border-right: 1px dashed #cccccc;
}
#leftCol .newsWrapper {
	width : 270px;
	padding: 0 10px 0 10px;
	height: 180px;
	margin: auto;
	margin-bottom: 10px;
	/*background-color: #eeeeee;*/
	border-bottom : 1px dotted black;
	
}
.newsHeader {
	color: #999999;
	font-size: 16px;
	font-family: trebuchet ms;
	
}
.newsItem {
	color: #003366;
	font-size: 12px;
	font-family: georgia;
}
.spacer {
	width: 100%;
	height: 2px;
	border-bottom : 1px dashed black;
}
#rightCol {
		width: 199px;
		height: 700px;
		float: right;
		text-align: center;
		margin: auto;
		padding-top: 5px;
		border-left: 1px dashed #cccccc;
		
}
#rightCol .contBox{
	width: 100%;
	height: 150px;
	text-align: center;
	border-bottom: 1px dotted #cccccc;
}
#rightCol .contBox2{
	width: 180px;
	height: 180px;
	text-align: Left;
	border-bottom: 1px dotted #cccccc;
	padding: 0 5px 0 5px;
	color: #999999;
	font-family: trebuchet ms;
	font-size: 12px;
}
.ContBoxHeader {
	display: block;
	color: #318DF2;
	background-color: #C3D1E8;
	font-size: 16px;
	font-family: Trebuchet ms;
	line-height: 22px;
}
.FixBoxHeader {
	display: block;
	color: white;
	background-color: #003366;
	font-size: 16px;
	font-family: Trebuchet ms;
	line-height: 22px;
}
#midCol {
	width: 470px;
	background-color: white;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	
	
	}
#midCol .header {
	display: block;
	background-color: #C3D1E8;
	color: #318DF2;
	font-size: 16px;
	font-family: Trebuchet ms;
	border-bottom : 1px dashed #cccccc;
	
}

#midCol .newsItem {
	width: 100%;
	height: 300px;
	/*border : 1px dotted #cccccc;*/
}


#rightCol .manLogin {
	width: 175px;
	height: 200px;
	margin: auto;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;	
}
#rightCol .badge {
	margin: auto;
}

#gal .badge{
	margin: auto;
}
#bot {
	width: 100%;
	height: 10px;
	/*border-top: 1px solid black;*/
	float: left;
}
.thmNail {
	float: left;
	padding : 2px;
	border:1px solid #cccccc;
	margin-right: 2px;
}
#galleryWrapper {
	width: 100%;
	height: 250px;	
	border-bottom: 1px dotted #cccccc;
}

#galleryWrapper .content {
	
	width: 140px;
	height: 250px;
	margin : auto;
	
}
.newsPic {
	margin: auto;
	}

.galThumb {
	border : 1px solid #999999;
	margin : 3px;
	padding : 3px;
}	
.resultsTable {
		/*background-color: #336699;*/
		border: none;
		border-spacing:0;
		color : white;
		
}
#gal {
	
	
}
.tournament {
	line-height: 10px;
}
.tournHeader {
	text-align : center;
	color : red;
	font-size: 24px;
	
}
.tournHeader2 {
	text-align : center;
	color : red;
	font-size: 16px;
	
}
#tickerContainer {
	float:left;
	width: 1000px;
	height: 20px;
	background-color:#cccccc;
}


