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

#container {
	position: relative;
	margin: 0px auto;
	width: 935px;
	height: 900px;
}

body {
	background-color: #000000;
	
}

#flash {
	float: left;
	height: 464px;
	width: 778px;
}

#footer {
	float: left;
	width: 935px;
	border-top: solid;
	border-top-color: #333333;
	border-top-width: 1px;
}

	#footer {
	font-family: "Century Gothic", AppleGothic;
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
	}
	
	#footer a:link, a:visited {
	font-family: "Century Gothic", AppleGothic;
	font-size: 9px;
	color: #CCCCCC;
	}
	
	#footer a:hover {
	font-family: "Century Gothic", AppleGothic;
	font-size: 9px;
	color: #CCCCCC;
	}

#header {
	height: 45px;
	border-bottom: #333333;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#leftNav {
	float: left;
	width: 150px;
	height: 770px;
	background-image: url(../graphics/nav_bck.jpg);
	background-repeat: repeat;
}

	#leftNav li {
	list-style-type:none;
	}
	
	#leftNav ul {
	}
	
	#leftNav {
	font-family: "Century Gothic", AppleGothic;
	font-size: 12px;
	color: #000000;
	padding-top: 2px;
	padding-left: 5px;
	}
	
	#leftNav h1 {
	font-family: "Century Gothic", AppleGothic;
	font-size: 13px;
	color: #000000;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	}
	
	#leftNav strong {
	font-family: "Century Gothic", AppleGothic;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	}
	
	#leftNav a:link {
	font-family: "Century Gothic", AppleGothic;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	}

	#leftNav a:hover {
	font-family: "Century Gothic", AppleGothic;
	font-size: 12px;
	color: #CCCCCC;
	}

	#leftNav a:visited {
	font-family: "Century Gothic", AppleGothic;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	}
	
#mainContent {
	float: left;
	width: 500px;
	height: auto;
	min-height: 300px;

}

	#mainContent {
	font-family: "Century Gothic", AppleGothic;
	font-size: 13px;
	color: #CCCCCC;
	padding-left: 10px;
	}

	#mainContent h1 {
	font-family: "Century Gothic", AppleGothic;
	font-size: 17px;
	color: #FFFFFF;
	padding: 0px 0px 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #544B36;
	border-right-color: #544B36;
	border-bottom-color: #544B36;
	border-left-color: #544B36;
	}

	#mainContent strong {
	font-family: "Century Gothic", AppleGothic;
	font-size: 13px;
	color: #CCCCCC;
	padding: 0px;
	font-weight: bold;
	}

#rCol {
	float: left;
	width: 250px;
	height: auto;
	min-height: 300px;
	text-align:  center;

}

	#rCol {
	font-family: "Century Gothic", AppleGothic;
	font-size: 11px;
	color: #CCCCCC;
	}

	#rCol h1 {
	font-family: "Century Gothic", AppleGothic;
	font-size: 11px;
	color: #FFFFFF;
	
	}

	#rCol strong {
	font-family: "Century Gothic", AppleGothic;
	font-size: 11px;
	color: #CCCCCC;
	padding: 0px;
	font-weight: bold;
	}
