@charset "utf-8";
/* CSS Document */

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-color:#F5DD7D;
	color:#000000;
}


#logohead {
	background-color:#000099;
	width:160px;
	height:100px;
	float:left;
	padding:3px;
}

#header {
	width:900px;
	height:300px;
	background-image: url(../Images/banner.gif);	
}

body {
	background-color: #4B4642;
}
#content {
	text-align:left;
	width:900px;
	float:left;
	background-color:#cccccc;
}

#text {
	color:#000000;
	text-align:left;
	width:635px;
	margin-top:5px;
	margin-right:auto;
	margin-left:auto;
	padding-right:25px;
	padding-left:25px;
	font:Georgia, "Times New Roman", Times, serif;
}

h1 {
	color:#C21F1F;
	font-size:120%;
	padding: 25px;
	text-align:center;
	font:Verdana, Geneva, sans-serif;
	font-family: Verdana, Geneva, sans-serif;
}

p	{
	color:#333;
	font-size:75%;
	text-align:left;
	font:Georgia, "Times New Roman", Times, serif;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#nav	{
	margin-right:auto;
	margin-left:auto;
	width:800px;
	margin-top:20px;

}

#footer {
	font-size: 80%;
	color: #333;
	line-height: 1.5em;
	clear: both;
	text-align:center;
	padding-bottom:20px;
	padding-top:20px;
	font:Georgia, "Times New Roman", Times, serif
}

#footer a:link{
	color:#C21F1F;
	text-decoration: none;
}
#footer a:visited{
	color:#C21F1F;
	text-decoration:none;
}
#footer a:hover{
	color:#333;
	text-decoration:none;
}

#footer a:active{
	color:#333;
	text-decoration:none;
}

#footer p{
	text-align:center;
}
.leftimage	{
	margin-top:0px;
	margin-left:0px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	font-family: "Courier New", Courier, monospace;
}
.rightimage	{
	margin-top:0px;
	margin-left:0px;
	float:right; 
	margin-right:20px;
	margin-bottom:10px;
}
#calendar	{
	margin-left:auto;
	margin-right:auto;
	width: 635px;
	height: 500px;
}

