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

body {
	padding: 0px;
	margin:  0px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #333133;
	font-size: 1em;
}

img {
	border: 0px;
}

h1 {
	color: #339900;
	width: 100%;
}

h2 {
	color: #FF3300;
	width: 100%;
}

h3 {
	color: #383310;
	width: 100%;
	}
	
h4 {
	color: #339900
}

a:link {
	color: #336600;
	text-decoration: none;
}

a:hover {
	color:#FF6600;
	text-decoration: none;
}

a:visited {
	color: #336600;
	text-decoration: none;
}

/* Main Layout */

#main_container {
	height: 769px;
	margin: auto;
	}
	
#content {
	padding: 15px 10px 10px 10px;
	width:650px;
	height:358px;
	overflow:auto;
	}

/* Splash Layout */

#splash_container {
	background: url(images/splashback.jpg) no-repeat top;
	padding: 0px;
	margin: 0px auto 0px auto;
	width: 1024px;
	height: 768px;
}

#splash_left_padding {
	float: left;
	height: 580px;
	margin: 113px 0px 0px 160px;
}


#splash_left_col {
	float:left;
	margin: 113px 124px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#splash_right_col {
	float: left;
	width: 450px;
	margin: 207px 0px 0px 0px;
}

/* Splash Elements */

#splash_new {
	margin: 0px 0px 5px 0px;
}

#splash_youth {
	margin: 0px 0px 5px 0px;
}

#splash_events {
	margin: 0px 0px 5px 0px;
}

#splash_series {
	margin: 0px 0px 5px 0px;
}

#splash_textbox {
	background: url(images/textback.png) repeat;
	color: #FFF;
	text-align: left;
	width: 434px;
	height: 220px;
	padding: 0px 10px 5px 5px;
	margin: 5px 0px 0px 0px;
	overflow: auto;
}

#splash_footer {
	margin: 0px auto 0px auto;
	text-align: center;
    font-size: 0.75em;
    color: #fff;

}

#rotator {
	margin: 0px;
}
