@charset "utf-8";
/* CSS Document */

/* ######## Begin Universal Styles ####### */

/* Sets all initial padding and margins to 0 */
* {
	margin:0;
	padding:0;
	text-align: center;
} 
 
/* REMOVES BORDER FROM LINKED IMAGES */
a img { border:0 }

p, ul {
	padding-bottom:0px;
} /*sets universal spacing between para's & list ends */

.clearboth {clear: both; height: 1px; }
.imgFloatRight {
	float:right;
	margin: 0 0 0 8px;
}
.imgFloatLeft {
	float:left;
	margin: 8px 12px 8px 0;	
}

.center {text-align:center; margin:0 auto;}
.relative {position:relative;}
h1 {font:20px/24px;}
h2 {font:14px "TeXGyreAdventorBold", "Futura Heavy"; text-transform:uppercase;
	color:#CCCCCC;
}
h3.homeNav {font-size:12px; margin-top:-50px; letter-spacing:1px;}
/* <<< UNIVERSAL LINK STYLING >>>> */
a:link {}
a:hover {}
a:visited {}
/* ######## END Universal Styles ####### */

body{
	margin:0;
	padding:0;
	/*font:10px/18px "Futura Medium";*/
	font:10px/18px "TeXGyreAdventorRegular", "Futura Medium", "Trebuchet MS", sans-serif;
	letter-spacing: 2px;
	color: #000;
	text-align:center;
	margin: 0 auto;
	line-height: 180%;
}
.uppercase {text-transform:uppercase;}
b{font:"TeXGyreAdventorBold", "Futura Heavy";}
em{color: red;}

#maincontainer{
	width: 880px; /*Width of main container*/
	margin: 39px auto 5px auto; /*Center container on page*/
	height: 650px;
	border: 3px solid #333;
	
}

#topsection{
	background: #fff;
}
#topinnertube {margin: 40px 30px 20px 30px;}
#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}
#left, #center, #right {
	width: 264px;
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #C8FC98;
}
.note {font-size:8px;}
#moviecontainer {
	width:816px;
	height:326px;
	background:url(../gallery/album1/large/m1ab.jpg) top center no-repeat;
	margin:0 auto;
}
#midnavcontainer {
	width:816px;
	height:67px;
	background:url(../images/home-roundcorners-bottom.gif) top center no-repeat;
	margin:0 auto;
}

