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

* {
	margin: 0;
	padding: 0;
	border: none;
	}

body {
	background: #fff url(images/background.jpg) repeat-x left top;
	text-align: center;
	}
	
#header {
	height: 135px; 
	background: url(images/header.jpg) no-repeat left top;
	width: 785px;
	padding: 45px 0 0 15px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	}

#header h1 {
	height: 85px;
	width: 430px;
	}

#header h1 a {
	display: block;
	width: 430px;
	height: 85px;
	text-indent: -9999em;
	}

#header h2 {
	visibility: hidden;
	}

#wrapper {
	width: 760px;
	padding: 15px 30px;
	margin: 0 auto;
	text-align: left;
	}
	
p.related {
	font: normal 12px/12px Helvetica, Arial, sans-serif;
	color: #c60070;
	background: url(images/related.gif) no-repeat left top;
	padding: 0 0 0 105px;
	height: 50px;
	}

p.related strong {	
	display: none;
	}
	
p.related a {
	color: #c60070;
	margin: 0 3px;
	}
	
img.left {
	float: left;
	}

#content {
	float: right;
	width: 515px;
	}

#content h3 {
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #3f3a66;
	margin: 0 0 6px;
	}

#content h4 {
	font: bold 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #3f3a66;
	margin: 0 0 12px;
	}
	
#content p {
	font: normal 12px/18px Helvetica, Arial, sans-serif;
	margin: 0 0 12px;
	color: #3f3a66;
	}

#content p a {
	color: #3f3a66;
	}

#content p a:hover {
	color: #c60070;
	}

#sponsors {
	clear: both;
	}

#sponsors h3 {
	background: url(images/sponsors.gif) no-repeat left top;
	height: 30px;
	text-indent: -9999em;
	}
	
	
	
/* home */

body#home {
	background: #edb8ca;
	text-align: center;
	}

#splash {
	width: 580px;
	height: 680px;
	background: #999 url(images/intro.jpg) no-repeat center top;	
	margin: 0 auto;
	text-align: left;
	padding: 165px 40px 0 280px;
	}

#splash h1 {
	height: 160px;
	}

#splash h1 a {
	display: block;
	height: 120px;
	text-indent: -9999em;
	}

#splash h2,
#splash h3,
#splash h4,
#splash p.copy {
	margin: 0 50px 0 0;
	text-indent: -9999em;
	}
	
#splash h2 {
	background: url(images/intro-h2.gif) no-repeat right top;
	height: 100px;
	}
	
#splash h3 {
	background: url(images/intro-h3.gif) no-repeat right top;
	height: 65px;
	}
	
#splash h4 {
	background: url(images/intro-h4.gif) no-repeat right top;
	height: 35px;
	}
	
#splash h3 {
	background: url(images/intro-h3.gif) no-repeat right top;
	height: 65px;
	}
	
#splash p.copy {
	background: url(images/intro-copy.gif) no-repeat right top;
	height: 215px;
	}
	
#splash p.copy span {
	visibility: hidden;
	}
	
#splash p.link {
	background: url(images/intro-link.gif) no-repeat right top;
	height: 30px;
	margin-right: 50px;
	}

#splash p.link a {
	float: right;
	height: 30px;
	width: 300px;
	text-indent: -9999em;
	}