body {
	margin:0px;
	padding:0px;
	text-align:center;
	font-size: .8em;	
	font-family: trebuchet ms, arial, helvetica, sans-serif;
	background-color: #171c44;
	background-image: url(images/background.jpg);
	background-position: 430px bottom;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

#container {
	width: 325px;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
	margin: 0px;
	margin-left: 100px;
	margin-right: auto;
	padding: 0px;
}

#banner {
	padding: 0px;
	height:300px;
	background-image: url(images/header.png);
	margin-bottom: 0px;
	border-bottom: 1px solid #000;
}

#menu {
	padding: 3px;
	margin-bottom: 0px;
	background-color: #b03766;
	font-weight: bold;
	border-bottom: 2px solid #000;

}

#content {
	padding: 10px;
	background-color: #fff;
	text-align: left;
}

#footer {
	clear: both;
	padding: 0px;
	margin-top: 0px;
	background-color: #b03766;
	border-top: 1px solid #000;
	font-size: .7em;
	color: #fff;
}

h3 {
	margin-bottom: 0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #171c44;
	border-bottom: 1px solid #000;
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 1px;
	}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #b03766;
}

a:hover {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#menu a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#menu a:hover, #menu a.current {
	color: #000;
	text-decoration: none;
}


#footer a:link, #menu a:visited {
	color: #fff;
	text-decoration: none;
}

#footer a:hover, #menu a.current {
	color: #000;
	text-decoration: none;
}
