body {
	background-color:		#ccc;
	background-image:		url("../images/magpiestripe.jpg");
	background-repeat:		repeat;
	font:					Times 1em;
	text-align:				center;
}

#bodyDiv {
	background-color:		#fff;
	background-image:		url("../images/magpiebg2.jpg");
	background-repeat:		no-repeat;
	border:					1px solid #330000;
	color:					#333;
	font-family:			Times;
	font-size:				1em;
	text-align:				center;
	height:					auto;
	min-height:				475px;
	margin:					auto;
	text-align:				left;
	width:					800px;
	
}

#menuDiv {
	background-color:		none;
	position:				relative;
	top:					160px;
	left:					140px;
	padding:				2px;
	text-align:				left;
	width:					500px;
}

#menuDiv a {
	font-family:			Times;
	font-size:				1.2em;	
}

#menuDiv a:link {
    color:                  #000;
    text-decoration:        none;
}

#menuDiv a:visited {
    color:                  #000;
    text-decoration:        none;    
}

#menuDiv a:hover {
    color:                  #660033;    
    font-weight:			bold;
	text-decoration:        none;    
}

.menuLinks {
	padding:				0px;
}

a:hover {
	font-weight:			bold;
}

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

#contentDiv {
	background-color:		none;
	padding:     			0px;
	padding-top:			180px;
	margin-left:			140px;
	width:					500px;
	min-height:             350px;
    height:                 auto !important;
	height:					350px;
	
	
}

#contentDiv h1 {
	color:					#330000;
	font-family:			Garamond;
	font-size:				1.5em;
	font-style:				italic;
}

#contentDiv h2 {
	color:					#000;
	font-family:			Garamond;
	font-size:				1.1em;
	font-style:				bold;
}

#footerDiv {
	background-color:		#fff;
	background-image:		url("../images/magpiefoot.jpg");
	background-repeat:		no-repeat;
	height:					109px;
}

#legalDiv {
	color:					#fff;
	font-family:			Arial;
	font-size:				.6em;
}

ul {
	list-style-type:		none;
}