.wrapper
{
	/*background:url(../Images/sidebar_1.gif) repeat-y right top;*/
	width: 960px; 
	margin-left: auto;
	margin-right: auto;
	
}

/*-----------------Header Image-----------------*/
img.header 
{ 
	position: absolute; 
	top: 0; left: 10px;
	border-top: 1px solid black; 
	border-bottom: 1px solid black; 
}
/*-----------------Body Text-----------------*/
#main 
{
	color: black; 
	font-size: small; 
	font-family: Palatino Linotype, serif; 
	background-color: #f2f2f2; 
	position: relative; 
	/*top: 250px; 
	left: 0px;*/ 
	width: 930px; 
	padding: 10px; 
	margin: 10px; 
	border: solid 1px black; 
}
/*********************/
/* NAVIGATION STYLES */
/*********************/
ul.nav
{
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #C0C0C0;
	float: left;
	width: 100%;
}

.nav a
{
	color: #000000;
	font-size: 1.1em;
	text-transform: none;
	text-decoration: none;
	display: block;
	padding: 7px 5px 5px 7px;
	/*background-image: url(../images/Gradient_nav.gif);*/
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a
{
	text-decoration:none;
	color: #247770;
}

a:hover {
	color: #FFFFFF;
}

.nav li {
	float: left;
	width: 160px;
	font-style: italic;
}

/*-----------------Navigation Bar-----------------*/
/*#nav 
{
	margin: 0; 
	padding: 0
}
#nav li 
{
	position: relative; 
	top: 202px; 
	left: 10px; 
	list-style: none; 
	float: left; 
	width: 130px; 
	margin-left: 1px; 
	padding-left: 0px; 
	font-size: 20px; 
	line-height: 30px; 
	background: url(../Images/tab.gif) 0 100% no-repeat;
}
#nav a 
{
	display: block; 0 16px 0 0; 
	text-decoration: none; 
	font-family: BernhardMod BT, Palatino Linotype, serif; 
	font-weight: bold; 
	background: url(../Images/tab.gif) 100% 100% no-repeat; 
	color: #333; 
}
#nav a:hover 
{ 
	color: black;
	background: url(../Images/tabs2-big.gif) 100% 100% no-repeat;
}*/

/*-----------------Navigation Stabalizer----------------*/
/*-keeps the buttons from piling up when browser is less than maximized-*/
#content
{
width: 950px;
/*margin: 0 ; auto*/
margin-left: 0;
}

/*-----------------Schedule----------------------------*/

#main_1
{
	color: black; 
	font-size: small; 
	font-family: Palatino Linotype, serif; 
	background-color: silver; 
	position: absolute; 
	top: 300px; 
	left: 10px; 
	width: 930px; 
	padding: 10px; 
	margin: 10px; 
	border: solid 1px blue;
