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

body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#ffffff;
	font-family:Courier New, Arial, Tahoma, Helvetica, sans-serif;
	font-size:62.5%;
}	
img {
	border:none;
}
img.float_left {
	float:left;
}
img.float_right {
	float:right;
}
a {
	color:#FF0000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	font-size:1.2em;
	line-height:1.4em;
	padding:0;
	margin:0 0 10px 0;
}
body#main {
	background:#000000 url(/images/bg_main.png) 800px 0px no-repeat;
}	
#splash {
	position:relative;
	width:700px;
	height:500px;
	margin:0px auto;
	background:#000000 url(/images/splash.jpg) top left no-repeat;
	text-align:center;
}
#splash a.enter {
	display:block;
	position:absolute;
	top:310px;
	left:328px;
	width:50px;
	height:30px;
	background:url(/images/btn_hp_enter.png) top left no-repeat;
}
#splash a.enter:hover {
	background-position:0px -30px;
}
#container {
	width:760px;
	margin:20px;
}
#header {
	margin-bottom:10px;
}		
#header #nav {
	margin-top:5px;
}
#header #nav a {
	display:inline-block;
	height:10px;
	margin-right:10px;
	background:url(/images/nav.png) no-repeat;
}

#header #nav a.home {	width:37px;	background-position:0px 0px; }
#header #nav a.about { width:45px; background-position:-51px 0px; }
#header #nav a.sponsors {	width:65px;	background-position:-110px 0px; }
#header #nav a.schedule {	width:64px;	background-position:-189px 0px; }
#header #nav a.multimedia {	width:78px;	background-position:-267px 0px; }
#header #nav a.testimonies { width:81px; background-position:-357px 0px; }
#header #nav a.faq { width:29px; background-position:-451px 0px; }
#header #nav a.guestbook { width:77px; background-position:-493px 0px; }
#header #nav a.contact { width:60px; background-position:-582px 0px; }

#header #nav a.home:hover, #header #nav a.home.selected { background-position:0px -10px; }
#header #nav a.about:hover, #header #nav a.about.selected { background-position:-51px -10px; }
#header #nav a.sponsors:hover, #header #nav a.sponsors.selected {	background-position:-110px -10px; }
#header #nav a.schedule:hover, #header #nav a.schedule.selected {	background-position:-189px -10px; }
#header #nav a.multimedia:hover, #header #nav a.multimedia.selected { background-position:-267px -10px; }
#header #nav a.testimonies:hover, #header #nav a.testimonies.selected {	background-position:-357px -10px; }
#header #nav a.faq:hover, #header #nav a.faq.selected { background-position:-451px -10px; }
#header #nav a.guestbook:hover, #header #nav a.guestbook.selected { background-position:-493px -10px; }
#header #nav a.contact:hover, #header #nav a.contact.selected { background-position:-582px -10px; }

#content {
	padding:10px 0;
	overflow:auto;
}
#content.home {
	margin-left:-20px;
}
#footer {
	padding:10px 0;
}		
div.qst {
	font-weight:bold;
	cursor:pointer;
}
div.ans {
	margin-bottom:10px;
}
div.ans p {
	border-left:#CC0000 2px solid;
	padding-left:10px;
}

div.testimonial {
	margin-bottom:40px;
}
div.testimonial .photo {
	float:left;
	border-left:#CC0000 2px solid;
}
div.testimonial .desc {
	margin-left:180px;
}

div.sponsor {
	margin-bottom:40px;
}
div.sponsor .photo {
	float:left;
}
div.sponsor .desc {
	margin-left:180px;
}
div.sponsor .desc h2 {
	color:#FF0000;
	font-size:1.4em;
	margin-bottom:5px;
}
div.video {
	border:#FF0000 1px solid;
	width:550px;
	height:400px;
	float:left;
}
