/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
margin: 0px;
padding: 0px;
}

a:link {
	color: #312D6A;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	color: #312D6A;
}

a img {
	border: none; 
}

body {
	
	background: #E89EDB url(images/back_all.gif) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #383838;
}

#content {
	margin: 0 auto;
	background: #ffffff;
	width: 778px;
	text-align: left;
}

#main {
	width: 758px;
	background: url(images/main.gif) no-repeat top;
	padding: 10px;
}

#back {
	background: #ffffff;
	width: 778px;
}

#header {
	height: 378px;
	text-align: right;
	background: url(images/header.jpg) no-repeat;		
}

#logo-text  {
	height: 50px;
	text-align: left;
	padding-left: 30px;
	padding-top: 300px;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#461B7E;
}

#logo-text  span {
	background-color: white;
	padding:3px;
	border:solid 2px black;
}

#menu1 {
	width: 702px;
	height: 32px;
	padding-left: 20px;
}
#menu ul {
	list-style: none;	
}
#menu li {
	
	display: inline; 
	
}
#menu a {
	float: left;
	width: 115px;
	height: 32px;
    display: block;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
}
#menu a:hover {
	width: 115px;
    height: 32px;
	color: #51CFE3;
	text-decoration: underline;
}

#left {
	width: 510px;
	padding: 20px;
}
#left h4 {
	margin: 0;
	font-size: 12px;
	color: #C5C5C5;
}
#left a {
	color: #A76EBE;
	text-decoration: none;
}
#left p {
	padding-bottom: 10px;
}

#right {
	float: right;
	width: 185px;
	padding: 10px;
	text-align:center;
}

.box {
	border: 1px solid black;
	background: #FFFFFF;
}

.box-header {
	background: #A76EBE;
	color: #FFFFFF;
	padding: 7px;
	font-size: 13px;
}

.link-table {
	text-align:left;
}

.sponsor {
	margin: 20px;
}

.charity {
	margin: 15px;
}

#poster  h1{
	font: 18px Arial, Helvetica, sans-serif;
	text-align: center;
}

#poster  h2{
	font: 16px Arial, Helvetica, sans-serif;
	text-align: center;
}

#poster  h3{
	font: 14px Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer {
	height: 49px;
	clear: both;
	padding-top: 30px;
	background: url(images/footer.gif) repeat-x bottom;
	border-top: 4px solid #573479;
}
#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
