/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url("images/bg.gif");
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 160%;
	}

 #wrap {
	width: 780px;
	margin: 15px auto;
	padding: 0;
	text-align: left;
	background-image: url("images/content.gif"); 
	background-repeat: repeat-x;
	border: solid 9px #d6dbb2;
	}
#header {
}
#menu {
	height: 45px;
	width: inherit;
	margin-top: 0px;
	text-align: center;
	background-image: url("images/menu.gif");
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 118%;
	padding: 0px 0px 0px 0px;
	
}
#menu a {
	text-decoration:none;
	color:#ffffff;
	
}
#menu a:hover {
	color:#6600CC;
}

#content {
	margin-top: -15px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 25px;
	text-align: center;
}

#footer {
	clear:both;
	background-image: url("images/footer.gif");
	background-repeat: repeat-x;
	height: 90px;
	width: 780px;
	padding: 0;
	margin: 0;
	border-top: solid 1px #d6dbb2;
	text-align: center;
	} 

	
a{
	color: #6600CC;
	text-decoration: underline;
}

a:hover{
	color: #666666;
	text-decoration: underline;
}
h1 {
	color:#484a62;
	font-size: 220%;
	border-bottom-color: #484a62; 
	border-bottom-style: solid; 
	border-bottom-width: thin;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
h2 {
	color:#484a62;
	font-size: 140%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
h3 {
	color:#7d80a9; 
	font-size:medium; 
	border-bottom-color:#7d80a9; 
	border-bottom-style:solid; 
	border-bottom-width:thin; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#content h3 a{
	color:#484a62;
	text-decoration:none;
}
#content h3 a:hover{
	color:#7d80a9;
	text-decoration:none;
}	

