@charset "utf-8";
/* CSS Document */

body {
	background-color:#666666;
	margin-left:0;
	margin-top:0;
	left:0;
	top:0;
	}
	
		
a:link {
	color:#FFCC00;
	}
	
a:visited {
	color:#FFCC00;
	}
	
a:hover {
	color:#ffcc00;
	}
	
a:active {
	color:#ffcc00;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	}
	
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#CCCCCC;
	}	

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CCCCCC;
	}
	
p.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#CCCCCC;
	text-align:center;
	font-weight:bold;
	}

#pagebackground {
	position: absolute;
	width: 775px;
	height: 500px;
	left: 0px;
	top: 0px;
}

#picture {
	position: absolute;
	height: 300px;
	width: 425px;
	left: 325px;
	top: 160px;
}

#photo {
	position:absolute;
	height:200px;
	width:133px;
	left:25px;
	top:115px;
	}

#navbar {
	position: absolute;
	height: 120px;
	width: 100px;
	left: 60px;
	top: 350px;
}

.nav_cell {
	height:30px;
	width:100px;
	}

#content {
	position:absolute;
	height:100%;
	width:565px;
	left:200px;
	top:185px;
	}

.event {
	width:565px;
	height:850px;
	padding-top:20px;
	border-bottom:2px solid #cccccc;
	}

.event_content_right {
	float:right;
	width:300px;
	height:auto;
	margin:0;
	}
	
.event_content_left {
	float:left;
	width:265px;
	height:auto;
	margin:0
	}

.event_video {
	width:425px;
	height:425px;
	margin:0 auto;
	padding-top:25px;
	text-align:center;
	}

.clear_both {
	clear:both;
	}

#work_container {
	position:absolute;
	height:900px;
	width:580px;
	left:182px;
	top:160px;
	text-align:center;
	}
	
#footer {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCCCCC;
	text-align:center;
	width:300px;
	margin:auto;
	border-top: #999999 solid 1px;
	}