body
{
	background-color: #dddddd;
}

a:link
{
	text-decoration: none;
	color: #000000;
}

a:visited
{
	text-decoration: none;
	color:#000000;
}

a:hover
{
	text-decoration: none;
	color:#444444;
}

a:active
{
	text-decoration: none;
	color:#444444;
}

.p
{
	padding: 0px;
}

#wrapper1
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 1800px;
	border-style: solid;
	border-bottom-style: none;
	border-width: 2px;
	border-color: #444444;
	background-color: white;
}

#header
{
	padding: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: auto;
}

#left
{
	margin: 25px;
	margin-right: 0px;
	float: left;
	width: 250px;
	height: auto;
	border-style: none;
}

#pages
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 50px;
	width: auto;
	height: auto;
	border-style: outset;
	border-color: gray;
	border-width: 7px;
	font-size: 17px;
	font-weight: bold;
}

#hours
{
	padding: 0px;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 50px;
	width: auto;	
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
	font-size: 17px;
}


#announcements
{
	margin: 0px;
	margin-right: 25px;
	margin-top: 25px;
	padding: 25px;
	width: 500px;
	float: right;
	height: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #cccccc;
}

#footer
{
	position: relative;
	width: 900px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: #444444;
}