body {
	background: url(design/headertop.jpg) repeat-x top left;
	text-align: justify;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	color: #666666;
	margin: 0;
	padding: 0;

}

/* NORMAL LINKS */

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

a:hover {
	color: #fff;
	background: #dc0b2b;
	
	}

/* FLASH */

#splash {
	width: 1000px;
	height: 241px;
	margin-top: 52px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* CONTENT */

#content {
	width: 900px;
	margin: 0 auto;
	padding-top: 30px;
	background: #FFFFFF;
	border-top: none;
}
/* FONTS*/
h1 {
	font-size: 24px;
	font-weight: lighter;
	color: #dc0b2b;
	font-style: normal;
	text-transform: lowercase;
	background-image: url(design/h1bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin-left: 0px;
	margin-right: 16px;
	margin-top: 4px;
	margin-bottom: 3px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 25px;
	font-style: normal;
}

h3 {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	margin-left: 0px;
	margin-right: 16px;
	margin-top: 4px;
	margin-bottom: 3px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 0px;
	line-height: 25px;
	font-style: normal;
}

/* FOOTER */

#footer {
background: url(design/footerbottom.jpg) repeat-x top left;
	height: 120px;
	padding-top: 20px;
}

#footer p {
	text-align: center;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	margin: 50px;	
}

#footer a {
	background: #BB096B;
	padding: 2px 7px;
	color: #FFFFFF;
}