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;
}

#wrapper1
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	height: 1700px;
	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: 200px;
	height: auto;
	border-style: none;
}

#pages
{
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	border-style: outset;
	border-color: gray;
	border-width: 7px;
	font-size: 17px;
	font-weight: bold;
}

#hours
{
	padding: 0px;
	width: auto;	
	height: auto;
	font-size: 17px;
}

#announcements
{
	margin-top: 25px;
	margin-left: 0px;
	margin-right: 10px;
	padding: 20px;
	width: 575px;
	float: right;
	height: auto;
}

#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;
}

#footer2
{
	position: relative;
	width: 750px;
	padding-left: 25px;
	padding-right: 25px;
	margin: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: #444444;
	border-bottom-style: none;
	border-top-style: none;
}

p.menu
{
	text-align: center;
}

p.indent
{
	text-indent: 35px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
}

p.outdent
{
	text-indent: -20px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
}

p.summer
{
	padding-left: 75px; 
	font-family: cursive;

}

p.padding
{
	padding-left: 200px;
	padding-right: 200px;
}

img.floatLeftClear
{
	float: left;
	clear: left;
	margin: 10px;
	border-style: solid;
}

img.floatRightClear
{
	float: right;
	clear: right;
	margin: 10px;
	border-style: solid;
}