body {
	background: #ce1126;
	color: ##3b3131;
	font-family: Sans-serif, Helvetica, Arial;
	font-size: 85%;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	text-align: center;
	}

A:link {color: #808080;
	text-decoration: underline}
A:visited {color: #ce1126;
	text-decoration: underline}
A:active {color: #808080;
	text-decoration: underline}
A:hover {color: #770921;
	text-decoration: underline;}


#wrapper {
	background: #ffffff;
	margin: auto;
	width: 900px;
	text-align: left;
	border: 1px solid #770921;
	}

#header	{
	background: #ffffff url(banner.png) no-repeat;
	height: 305px;
	margin: 0;
	padding: 1px 0;
	}


#content {
	background: #ffffff;
	padding: 20px;
	text-align: justify;
	}

#content ul {
	padding: 0 20px 10px 20px;
	margin: 0;
	}

#content ul li {
	padding: 5px 0;
	margin: 0;
	}


#footer {
	background: #fffffff;
	margin-bottom: 0;
	border-top: 1px solid #770921;
	}

h1 {
	color: #ce1126;
	font-family: Georgia, Arial, sans-serif;
	font-weight: bold;
	font-size: 130%;
	text-align: center;
	}

h1 span {
	display: none;
	}

h2 {
	color: #ce1126;
	font-family: Georgia, Arial, sans-serif;
	font-size: 120%;
	text-align: left;
	}

h3 {f	color: #ce1126;
	font-family: Georgia, Arial, sans-serif;
	font-size: 110%;
	text-decoration: underline;
	text-align: left;
	}

h4 {
	font-weight: bold;
	}


.smedia {
	A:link {color: #ffffff;
	text-decoration: underline}
	A:visited {color: #ffffff;
	text-decoration: underline}
	A:active {color: #ffffff;
	text-decoration: underline}
	A:hover {color: #ffffff;
	text-decoration: underline;}margin: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
	}

.credit {
	margin: 0;
	padding: 5px;
	color: #770921;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 70%;
	font-weight: bold;
	}

.centeralign {
	text-align: center;
	}

.floatleft { 
	float: left;
        margin: 0 30px 10px 0;
	clear: left;
	}

.floatright { 
	float: right;
        margin: 0 0 10px 10px;
	clear: right;
	}

