/**
  
  CSS: Page - Camp09 REgistration
  
*/


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


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

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

#header {
	position: relative;
	background: url(images/09_header-drk.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-drk.png) no-repeat;
	
}

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

#player {
	position:relative;
	width:560px;
	height:315px;
	top:10px;
	margin: 0px auto 0px auto;
	
}

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

#info {
	position:relative;
	width:560px;
	top: 10px;
	left: 200px;
}

#info a {
	color:#000;
}

#info a:hover {
	color:#CFCAC2;
}

#back {
	position:absolute;
	width:180px;
	top:0px;
	left:15px;
}
#back ul{
	margin-bottom:0;
	list-style:none;
	margin: 0 0 20px 0;
}

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

#back ul li a {
	color: #000;
	border:none;
	font-size:12px;
	text-decoration:none;
}

#back ul li a:hover {
	text-decoration: none;
	color: #dbc4a4;
}
/*#back a {
	position:absolute;
	width:100px;
	top:40px;
	left:50px;
	color: #000;
	border:none;
	text-decoration:none;
}

#back a:hover {
	text-decoration: none;
	color: #dbc4a4;
	font-size:16px;
}*/

#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: #000;
	padding: 10px 10px;
	font-weight: bold;
}
#topnav li a:hover {
	color: #dbc4a4;
	text-decoration: none;
}