#menu_div
{
	position:absolute;
	left: 0;
	width: 10em;
	top: 0px;
	height: 100%;
	padding-top: 0em;
	background-color: #000066;
	color: #ffffff;
}

a.menudiv:link {color: #ffffff;}
a.menudiv:visited {color: #ffffff;}

#title_div
{
	position:absolute;	
	width: 100%;
	left:10em;
	right:0em;
	padding-left:1em;
	top: 0px;
	background-color: #000066;
}

#title_div h1 
{ 
  	color:white;
}
#title_div h2 
{ 
  	color:white;
}
#title_div h3 
{ 
  	color:white;
}


#entire_body_div
{	
	position:absolute;
}

#main_div
{
	padding-top: 7em;
	padding-left: 13em;
	padding-right: 4em;
}

body
{
	margin: 0px;
	margin: 0; 
	padding: 0; 
	border: 0;	
}

.content
{
  	 top:20px;
  	 margin-left:0em;
  	 margin-right:0em;
  	 margin-bottom:20px;
  	 color:#000;
  	 background:#f3f3f3;
  	 padding:10px;
	 clear:both;
}

.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* STUPID FIXES TO GET CLEARING WORKING ON IE */
/* Hides from IE-mac \*/
* html .content {height: 1%;}
/* End hide from IE-mac */

.content h3
{
	color:#003;
	margin-left:0em;
	padding-left:0em;
}

div.content_float
{
	float:right;	
	padding-bottom:1em;		
	padding-left:1em;	
	text-align:center;
}

div.youtube_vid
{
	float:left;	
	padding-bottom:1em;		
	padding-left:1em;	
	padding-right:2em;
	text-align:center;
}

img.content_float
{
	display:block;
	float:right;
	padding-bottom:1em;		
	padding-left:1em;
}

div.clear_div
{
 height:0px;
 clear:both;
}

img.flick
{
 background-image: url("imgs/film_tile.png");	
 background-color:#eeeeee;
 padding-top:15px;
 padding-bottom:15px;
}

.pubdate
{	
	position:relative;
	height:0px;
	left:0em;
	width:5em;
}

.pubtext
{
	padding-left:5em;
}

.pubstuff
{		
	float:right;
	padding-bottom:1em;
	padding-left:1em;
}

.pubstuff img
{
	border:0px;
}


