@charset "utf-8";
body, h1, h2, p, ul, li {
	margin: 0px;
	padding: 0px;
}
#outerWrapper {
	width: 810px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(Images/main_bg.png);
	background-repeat: repeat-y;
}
#footer {
	height: 48px;
	width: 100%;
	background-image: url(Images/footer_bg.jpg);
	background-repeat: repeat-x;
	clear: both;
}
#schoolNav {
	float: right;
	width: 220px;
	clear: right;
	margin-right: 30px;
	margin-left: 20px;
}
#header {
	height: 105px;
	width: 100%;
	background-image: url(Images/Header_bg.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: repeat-x;
}
#footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFEC22;
	text-align: center;
	height: 38px;
	width: 780px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#header_logo {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
	width: 800px;
	background-image: url(Images/YD_header.jpg);
}
#navigation {
	float: right;
	height: 25px;
	width: 300px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #7B7ACA;
	padding-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #787AC5;
	clear: both;
}
#mainContent {
	float: left;
	width: 490px;
	padding-right: 10px;
	padding-left: 30px;
	top: 0px;
	padding-top: 0px;
	clear: both;
}
#content {
	width: 800px;
}
