@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	background-color: #CCC;
	background-image: url(../tile8.jpg);
	background-repeat: repeat;
}

#container {
	background-color: #CCC;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
}

#main_image {
	background-image: url(../main_image.jpg);
	background-repeat: no-repeat;
	height: 580px;
	width: 990px;
	margin-left: -495px;
	position: absolute;
	top: -290px; 
	left: 50%;
}

#main_image_student {
	background-repeat: no-repeat;
	height: 580px;
	width: 990px;
	margin-left: -495px;
	position: absolute;
	top: -290px;
	left: 50%;
	background-image: url(../students/student_main_image.jpg);
}

#footer {
	background-color: #000;
	position: absolute;
	width: 990px;
	bottom: 0px;
}

#footer_left {
	background-color: #000;
	width: 665px;
	float: left;
	margin: 0px;
	padding: 5px;
}

#footer_right {
	background-color: #000;
	width: 305px;
	float: left;
	padding: 5px;
}

#quote {
	font-size: 18px;
	position: absolute;
	left: 480px;
	top: 430px;
	width: 480px;
}

#quote h1 {
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
}

#quote h2 {
	font-size: 16px;
	padding-left: 100px;
}


#SBTS_Menu {
	position: absolute;
	top: 155px;
	left: 225px;
}

#home_link {
	position: absolute;
	left: 120px;
	top: 205px;
}
#main_text {
	color: #000;
	padding: 0px;
	position: absolute;
	top: 185px;
	left: 200px;
	background-image: url(../textbox_faded6.png);
	background-repeat: no-repeat;
	height: 360px;
	width: 680px;
}
#main_text h1 {
	font-size: 24px;
	font-style: italic;
	line-height: 0.6em;
	font-weight: bold;
	font-variant: normal;
	color: #2E527B;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#main_text h2 {
	font-size: 14px;
}
#main_text #welcome_quote {
	height: 80px;
	width: 190px;
	float: left;
	margin-left: 30px;
	margin-right: 20px;
	margin-top: -10px;
}
#main_text #welcome_quote #welcome_author {
	height: 30px;
	width: 100px;
	margin-left: 60px;
	top: 0px;
	margin-top: -10px;
}
h3 {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
}
#welcome_quote h4 {
	font-size: 14px;
}
#text_frame {
	height: 300px;
	width: 620px;
	overflow: auto;
	padding: 10px;
	position: absolute;
	left: 20px;
	top: 20px;
	float: left;
	clear: none;
}
#map_left, #map_right {
	position: relative;
	width: 295px;
	float: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 0px;
}
#text_frame #captioned_pic{
	font-size: 10px;
	font-style: italic;
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	text-align: center;
}
#container #main_image #main_text #text_frame h5{
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: -10px;
}

