@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	border:0;
	background:url(../images/bg.png) top center repeat-x #363636;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
}

img {
	border: none;
}

a {
	color:#0c6495;
	text-decoration:none;
}
a:hover {
	color:#E8E435;
	text-decoration:underline;
}
a img {
	border:solid 1px #101010;
}
a:hover img {
	border:solid 1px #0c6495;
}


#container {
	width:960px;
	height:2360px;
	margin:0 auto;
	background:#101010;
}
	#headGfx {
		width:960px;
		height:540px;
		float:left;
	}
	#topNav {
		width:960px;
		height:120px;
		float:left;
		background:#1a1a1a;
		font-size:13px;
		font-weight:bold;
		line-height:18px;
	}
		.navTues {
			width:320px;
			height:120px;
			float:left;
		}
			#navTuesContent {
				width:280px;
				height:80px;
				float:left;
				margin:20px 0 0 30px;
			}	
				.navImg {
					width:280px;
					height:30px;
					float:left;
				}					
		#navWed {
			width:320px;
			height:120px;
			float:left;
			background:#1f1f1f;
		}
			.navContent {
				width:280px;
				height:80px;
				float:left;
				margin:20px 0 0 20px;
			}						
	#specialGuest {
		width:960px;
		height:380px;
		float:left;
		font-size:12px;
		line-height:20px;
	}
		#specialLeft {
			width:380px;
			height:340px;
			float:left;
			margin:30px 0 0 30px;
		}	
			.titleRed {
				font-size:14px;
				font-weight:bold;
				color:#e11e26;
				float:left;
				width:380px;
				margin: 16px 0 10px 0;
			}				
		#specialMid {
			width:260px;
			height:240px;
			float:left;
			margin:94px 0 0 25px;
		}	
		#specialRight {
			width:211px;
			height:262px;
			float:left;
			margin:80px 0 0 25px;
		}	
		.horizDivider {
			width:900px;
			height:10px;
			float:left;
			margin:0;
			background:#1a1a1a;
			margin:0 0 0 30px;
		}
		
	.mainRow {
		width:960px;
		height:400px;
		float:left;
		font-size:12px;
	}		
		.mainLeft {
			width:440px;
			height:340px;
			float:left;
			font-size:12px;
			margin:30px 0 0 30px;
		}
			.blankBlock {
				width:300px;
				height:18px;
				float:left;
				margin:0;
			}				
			.textLeft {
				width:200px;
				height:260px;
				float:left;
				font-size:12px;
				margin:0 15px 0 0;
			}
		.horizDivider2 {
			width:900px;
			height:10px;
			float:left;
			margin:0;
			background:#1a1a1a;
			margin:10px 0 0 30px;
		}						

	#footGfx {
		width:900px;
		height:75px;
		float:left;
		padding-left:20px;

	}
	#footGfx img {
		padding-top:3px;
		border:0;
	}
	#footTxt {
		width:700px;
		height:75px;
		font-size:9px;
		float:left;
		color:#666666;
		padding:10px 0 0 130px;
	}		
	
#bottom {
	width: 960px;
	height: 30px;
}		

		
	
		
		
		
		
		
		
		

