/*---------------| GLOBAL |---------------*/

* {
	margin: 0;
	padding: 10;
	color: #333;
}

img, img a {
	border: none;
	text-align: center;
}
a {
	color: #666;
	}

body {
	background: #000;
	/*text-align: center;*/
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	}
.clear { clear: both; }

/*---------------| HEADER |---------------*/

#header {
	background: #000;
	width: 960px;
	height: 110px;
	margin: 0 auto;
	padding-top: 10px;
	}
#logo {
	float: left;
	}
#logo a {
	color: #fff;
	}
#cleveland {
	float: right;
	margin: 60px 0 0 0;
	color: #fff;
	}

/*---------------| MENU |---------------*/

#menu {
	background: url(../images/layout/menu_bg.gif) left top repeat-x #fefefe;
	clear: both;
	}
#menu ul {
	text-align: right;
	margin: 0 auto;
	width: 960px;
	}
#menu ul li {
	display: inline;
	list-style-type: none;
	}
#menu ul li a:link,
#menu ul li a:visited {
	font-size: 11px;
	padding: 8px 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #bc111d;
	text-decoration: none;
	float: right;
	display: block;
	}
#menu ul li a:focus,
#menu ul li a:hover,
#menu ul li a:active {
	color: #660000;
	background: url(../images/layout/menu_hover.gif) left bottom repeat-x #999;
	}

/*---------------| SPLASH |---------------*/

#splash {
	
	background: url(../images/layout/splash_bg2.gif) center top no-repeat;
	}
#splash img {
	margin: 0 auto;
	display: block;
	text-align: center;

	}

/*---------------| CONTENT |---------------*/

#container {
	background: url(../images/layout/splash_bg.gif) left top repeat-x #000;
	}
#content {
	width: 900px;
	margin: 0 auto;
	background: url(../images/layout/content_bg.gif) left top repeat-x #f8f8f8;
	padding: 30px;
	min-height: 300px;
	border-top: #f8f8f8 solid 1px;
	}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 50px;
	color: #aaa;
	font-weight: normal;
	margin-bottom: 20px;
	}
#content h2 {
	color: #830000;
	font-weight: normal;
	font-size: 20px;
	margin-bottom: 10px;
	}
#content h2 a:link,
#content h2 a:visited {
	color: #830000;
	text-decoration: none;
	border-bottom: #830000 dotted 1px;
	}
#content h2 a:focus,
#content h2 a:hover,
#content h2 a:active {
	color: #830000;
	text-decoration: none;
	border-bottom: #830000 solid 1px;
	}
#content h3 {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 20px;
	text-align: center;
	}
#content h3 a:link,
#content h3 a:visited {
	color: #333;
	text-decoration: none;
	border-bottom: #333 dotted 1px;
	}
#content h3 a:focus,
#content h3 a:hover,
#content h3 a:active {
	color: #333;
	text-decoration: none;
	border-bottom: #333 solid 1px;
	}
#content p {
	color: #333;
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: left;
	padding: 0px;
	}
	#content img {
display: block;
margin: 0 auto;
}
#content ul {
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 15px 30px;
	}
#content ul li {
	color: #333;
	margin-bottom: 5px;
	}
#content a:link,
#content a:visited {
	color: #830000;
	text-decoration: none;
	border-bottom: #830000 dotted 1px;
	}
#content a:focus,
#content a:hover,
#content a:active {
	color: #830000;
	text-decoration: none;
	border-bottom: #830000 solid 1px;
	}
.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
	}
.floatRight {
	float: right;
	margin: 0 0 10px 10px;
	}
.audio {
	width: 406px;
	padding: 10px;
	background: #ebebeb;
	border: #ccc dotted 1px;
	float: left;
	margin: 0 0 20px 20px;
	}
.video {
	padding: 20px;
	background: #ebebeb;
	border: #ccc dotted 1px;
	margin: 0 0 40px 20px;
	background-color: #CCC;
	}
fieldset {
	padding: 20px;
	background: #ebebeb;
	border: #ccc dotted 1px;
	}
legend {
	padding: 0 5px;
	}
label {
	display: block;
	color: #333;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
	}
input, textarea {
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 11px;
	padding: 2px;
	}
	
	

/*---------------| SOCIAL LINKS |---------------*/

#socialLinks {
	background: #fff;
	border-top: #ccc dotted 1px;
	width: 930px;
	margin: 0 auto;
	padding: 20px 15px;
	}
#socialLinks h2 {
	font-size: 12px;
	text-transform: uppercase;
	color: #333;
	text-align: left;
	margin: 0 0 10px 15px;
	}
.profile {
	float: left;
	margin-left: 15px;
	}
#socialLinks a img {
	border: #ccc solid 1px;
	padding: 2px;
	}
#socialLinks a:hover img {
	border: #666 solid 1px;
	}

	
/*---------------| FOOTER |---------------*/

#footerWrap {
	background: url(../images/layout/footer_bg.gif) left top repeat-x #fff;
	width: 960px;
	margin: 0 auto;
	background: #000;
	/*height: 100px;*/
	}
#footer {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 10px;
	}
#footer p {
	font-size: 11px;
	color: #aaa;
	}
#footer p.disclaimer {
	padding: 70px 0 10px 0;
	line-height: 16px;
	color: #999;
	}

