body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 110%;
	font-family: "Century Gothic";
	font-size: 110%;
}


#logo	{position: absolute;
	top: 5px;
	left: 5px;
	z-index: 1;
	}
	
	
#top_nav {
	position:absolute;
	width:900px;
	z-index:2;
	left: 0px;
	top: 55px;
	text-align:right;
	border-bottom: 1px #fff solid;
	padding-bottom: 5px;
	padding-right: 8px;
	color: #666;
	font-family: "Century Gothic";
	font-size: 20px;
}


#side_nav {
	position:absolute;
	width:280px;
	z-index:3;
	left: 7px;
	top: 158px;
	font-size: 26px;
	line-height: 120%;
	text-align:right;
}



#content {
	position:absolute;
	width:580px;
	z-index:2;
	left: 311px;
	top: 158px;
	font-size: 95%;
	line-height: 100%;
	height: 568px;
	background-color: #CCCCCC;
}


#video_icons	{
	float: right;
	margin-right: 5px;
	}

#video_clip	{
	position: relative;
	float:right;
	margin-right: 0px;
	}
	

img.icons	{
	padding: 5px;
	}
	
#footer	{
	text-align: right;
	font-size: 80%;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #fff;
	padding-right: 5px;
	}
	
	
a.nav {
	text-decoration: none;
	color: #666;
}

a.nav:hover {
	text-decoration: none;
	color: #990000;
}

a.nav:active {
	text-decoration: none;
	color: #666;
	}
	

.active {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
	}



h2	{font-size: 36px;
	 color: #fff;
	 margin-bottom: 20px;
	 }

