/**
  
  CSS: Page - Camp09 REgistration
  
*/


/* Global Reset */
@import url("style-default.css");


/* Page Styles */
#wrap {
	margin:0 auto;
	width:960px;
	
}

h1 {
	margin:0px;
	padding:0px;
}
h2 {
	color: #6e1304;
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	padding: 6px 0 0 6px;
}
p {
	padding:0;
	font-family: "Trebuchet MS", sans-serif, Verdana, Arial, Helvetica;
	font-size:14px;
	line-height:20px;
}

#header {
	position: relative;
	background: url(images/09_header.png);
	height: 152px;
	margin:20px 0 0 0;
}
#header h1 {
   	padding:5px;
    margin:0;
}


#logo {
	height: 139px;
	background: url(images/fc-logo-full.png) no-repeat;
	
}

#logo h1 {
	color: #77552E;
	font-size: 24px;
	font-weight: bold;

}

#video {
	position:relative;
	height:334px;
	width:960px;
	margin: 0 auto 0 auto;
	background: url(images/09_video.png) no-repeat;
}

#video img {
	margin:0 0 20px 0;
}

#video h2 {
	color: #6e1304;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	margin: 0px 0px 10px 0px;
}

#audio {
	position:relative;
	float:right;
	width:300px;
	top:10px;
	right:125px;
	color:#666;
	font-size:12px;
	
}

#audio p {
	color:#3B2B21;
}

#audio h3 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
}

#audio ul{
	margin-bottom:0;
	list-style:none;
	margin: 0 0 20px 0;
}

#audio ul li {
	padding: 4px 0 4px 0;
	font-family: "Trebuchet MS", sans-serif, Verdana, Arial, Helvetica;
	margin: 0 10px 0 10px;
}

#audio ul li a {
	color: #6e1304;
	border:none;
	font-size:14px;
	text-decoration:underline;
}

#audio ul li a:hover {
	text-decoration: none;
	color: #000;
	font-size:14px;
}


#player {
	position:absolute;
	width:360px;
	float: left;
	top:5px;
	left:105px;
}

#videobtm {
	height: 195px;
	background: url(images/09_btm.png) no-repeat;
}

#topnav {
	position: absolute;
	float: right;
	top: 10px;
	right: 28px;
	padding:5px;
}
#topnav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#topnav li{
	display:inline;
	margin:0;
	padding:0;
}
#topnav li a {
	font-family: Georgia, "Palatino Linotype", "Century Schoolbook", "Times New Roman";
	font-size: 14px;
	color: #6e1304;
	padding: 10px 10px;
	font-weight: bold;
}
#topnav li a:hover {
	color: #000;
	text-decoration: none;
}