/* CSS definition file containing sitestyle stylesheets */
body { 
	margin:0px;
	padding:0px;
	text-align: center;
	background-color: #fc6600;
	font-family: Arial;
	font-size:13px;
}

#wrapper {
	width:800px;
	background-image: url(/images/contentBackground.jpg);
	background-repeat: repeat-y;
	margin:10px auto;
}

#content {
	background-image: url("/images/contentBackgroundTop.jpg");
	background-repeat: no-repeat;
	margin: 0px auto;
	text-align: left;
	width:100%;
	
}

#footer {
	width:100%;
	background-image: url("/images/contentBackgroundFooter.jpg");
	background-repeat: no-repeat;
	height: 51px;
}

#footer p {
	font-size: 12px;
	text-align: right;
	padding: 0px;
	padding:32px 7px 0 0;
	color:#fc6600;
}

#footer p a {
	color: #fc6600;
}

#nav {
	width: 240px;
	margin: 50px 10px 0 50px;
	float: left;
}

#mainContent {
	width: 460px;
	margin: 50px 10px 0 10px;
	float: left;
}

.clearR {
	clear: right;
}

.clearL {
	clear: left;
}

.clearB {
	clear: both;
}

a img {
	border: none;
}

#header {
	padding: 60px 0 0 200px;
}

p.youthGroup {
	color:#55d9ff;
	font-weight: bold;
	text-align: center;
	font-size:12px;
}

td {
	vertical-align: top;
}
 