/* body, html - Sets type size, font, line-height */
body, html
	{
	color: black;
	font-size: 13px;
	font-family: "Georgia","Times New Roman",Times,serif;
	font-weight: normal;
	line-height: 15px;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	}

/* Pagewidth is the translucent white square */
#pagewidth
	{
	height: 360px;
	width: 360px;
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 20px 20px 20px 15px; 
	background-color:#ffffff;
	opacity: 0.9;
	}

/* Pagewidth_2 is the black square with our poster information */
#pagewidth_sales
	{
	height: 370px;
	width: 392px;
	position: absolute;
	top: 30px;
	left: 455px;
	padding: 15px 15px 15px 20px;
	background-image: url(../thisyear/this_year_white_box.png);
	background-repeat: no-repeat;
	color: #ffffff;
	}
	
#pagewidth_sales a:hover {color: #00e600; text-decoration: none;}
	
/* leftcol contains contact information */
#leftcol
	{	
	width:150px; 
	height:370px;
	float:left; 
	display:inline; 
	position:relative;  
	padding: 0px 0px 0px 0px; 
	color: #333333; 
	}
	
#leftcol_sales
	{	
	width:250px; 
	height:370px;
	float:left; 
	display:inline; 
	position:relative;  
	padding: 0px 0px 0px 0px; 
	color: #333333; 
	}
	
#maincol
	{
	width:200px;
	height:370px;
	float: right; 
 	display:inline; 
 	position: relative;
 	padding: 0px 0px 0px 0px; 
	}

#info
	{
	width:260px;
 	margin: 20px 20px 20px 20px;
	}
	
#info p
	{
	margin: 0px 0px 8px 0px;
	}	
	
/* logobox contains the NB: Studio logo */
#logobox
	{
	height: 38px;
	}

p
	{
	margin: 0px 0px 8px 0px;
	}

img
	{
	border: none;
	}

.grey_text 
	{ 
	color: #666666; 
	}

.bottom
	{
	position: absolute;
	bottom: 0px;
	}
	
.bottom p{
margin-bottom: 0px;
margin-top: 8px;
}

	
.bottom_black
	{
	width: 320px;
	position: absolute;
	bottom: 0px;
	}

.space
	{
	margin: 0px 10px 0px 10px;
	}
	
.white
	{
	color: white;
	}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after 
	{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 	}
 
.clearfix
	{
	display: inline-table;
	}
	
/* hiddenpic is for preloading images */
.hiddenpic{display:none;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */ 

/* various anchor colour schemes */
a:link {color: #666; text-decoration: none;}
a:visited {color: #666; text-decoration: none;}
a:hover {color: #999; text-decoration: none;}
a:active {color: #999; text-decoration: none;}
#leftcol a:link {color: #333; text-decoration: none;}
#leftcol a:visited {color: #333; text-decoration: none;}
#leftcol a:hover {color: #999; text-decoration: none;}
#leftcol a:active {color: #999; text-decoration: none;}