body {
	background: #cccccc;
	margin: 0;
	padding: 0;
} 	 	 
div#container {
   position: relative;
	 margin: auto;
	 background-color: white;
	 height: 659.5px;
	 width: 1024px;
}
.shade_l {
   position: absolute;
	 top: -1px;
	 left: -25px;
	 z-index: 5;
}	
.shade_r {
   position: absolute;
	 top: -1px;
	 right: -25px;
	 z-index: 5;
}	  			 					
.logo {
  position: absolute;
	left: 22.5px;
	top: 32.5px;
	z-index: 3;
}		 	 	 	 	 	 	 	 
.multimedia {
   position: absolute;
	 left: 67px;
	 top: 152px;
	 z-index: 4;
}
.videos {
   position: absolute;
	 top: 252px;
	 left: 195px;
}
.vid {
   position: absolute;
	 top: 540px;
	 left: 210px;
} 
.vid a {
   font: 14px verdana, arial, sans-serif;
	 font-variant: small-caps;
   color: #000000;
	 letter-spacing: -1px;
   text-decoration: none;
}
.vid a:hover {
   color: #ad8d3d;
}  
.photos {
   position: absolute;
	 top: 252px;
	 right: 145px;
}
.photo {
   position: absolute;
	 top: 540px;
	 right: 305px;
} 
.photo a {
   font: 14px verdana, arial, sans-serif;
	 font-variant: small-caps;
   color: #000000;
	 letter-spacing: -1px;
   text-decoration: none;
}
.photo a:hover {
   color: #ad8d3d;
} 
	