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

#wrapper {
	height: auto;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#banner {
	margin: 0px;
	height: 150px;
	width: 900px;
	background-color: #FFF;
}
#content {
	width: 850px;
	height: auto;
	margin-top: 25px;
	margin-right: 25px;
	margin-left: 25px;
	background-color: #FFF;
}
#footer {
	background-color: #F9C;
	height: 40px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	color: #333;
	padding-top: 10px;
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FECCFF;
	margin: 0px;
	background-image: url(images/bkgrd.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #333;
	text-decoration: underline;
}
a:visited {
	color: #333;
	text-decoration: underline;
}
a:hover {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #333;
	text-decoration: underline;
}

h1 {
	font-size: 16px;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}

