/* CSS Document */

html		{margin: 0;
			padding: 0;
			height: 100%;
			width: 100%;
			background-color: #000000;
			text-align: center;}
			
h2			{margin: 0;
			padding: 0;
			font-size: 26px;}
			
img			{margin: 0;
			padding: 0;
			border: 0;}
		
			
body		{margin: 0;
			padding: 0;
			height: 100%;
			width: 100%;
			background-color: #000000;
			color: #ffffff;
			background-image: url(../images/redgradient.jpg);
			background-repeat: repeat-x;
			background-position: top;
			font-family: century gothic, sans-serif;
			font-size: 14px;}
			
#mainwrapper
			{margin: 0 auto;
			padding: 0;
			text-align: left;
			width: 900px;
			height: 617px;}
			
#header
			{margin: 0;
			padding: 0;
			width: 898px;
			height: 160px;}
			
#mainnavigation
			{margin: 0;
			padding: 10px 20px 0 0;
			width: 194px;
			height: 446px;
			text-align: right;
			background-image: url(../images/mainnavseperator.jpg);
			background-repeat: no-repeat;
			background-position: right;
			float: left;}
			
#mainnavigation ul
			{margin: 0;
			padding: 0;}
			
#mainnavigation li
			{margin: 0;
			padding: 10px 0 10px 0;
			list-style-type: none;}
			
#maincontent
			{margin: 0;
			padding: 15px;
			float: left;
			width: 654px;
			height: 426px;}
			
/*-------------------------- CAST AND CREW START --------------------------------------*/
			
#castcrew
			{margin: 0;
			padding: 15px;
			width: 654px;
			height: 426px;
			text-align: justify;
			font-size: 12px;
			background-image: url(../images/castcrewbg.gif);
			background-repeat: no-repeat;
			background-position: top;
			float: left;
			overflow: auto;}
			
/*-------------------------- CAST AND CREW END --------------------------------------*/

/*-------------------------- CONTACT START --------------------------------------*/
			
#contactpage
			{margin: 0;
			padding: 15px;
			width: 654px;
			height: 426px;
			text-align: justify;
			font-size: 14px;
			background-image: url(../images/contactbg.gif);
			background-repeat: no-repeat;
			background-position: top;
			float: left;
			overflow: auto;}
			
/*-------------------------- CONTACT END --------------------------------------*/

/*-------------------------- PHOTOGALLERY START --------------------------------------*/
			
#photospage
			{margin: 0;
			padding: 15px;
			width: 654px;
			height: 426px;
			text-align: justify;
			font-size: 14px;
			background-image: url(../images/photobg.gif);
			background-repeat: no-repeat;
			background-position: top;
			float: left;
			overflow: auto;}
			
.thumbnail:img
			{margin: 5px;
			padding: 10px;}
			
.thumbnail:hover
			{background-color: transparent;}

.thumbnail:link img
			{border: 5px solid black;}
			
.thumbnail:visited img
			{border: 5px solid black;}
						
.thumbnail:hover img
			{border: 5px solid white;}
			
/*-------------------------- PHOTOGALLERY END --------------------------------------*/

/*-------------------------- WATCH FILM START --------------------------------------*/
			
#filmpage
			{margin: 0;
			padding: 15px;
			width: 654px;
			height: 426px;
			text-align: justify;
			font-size: 14px;
			background-image: url(../images/watchfilmbg.gif);
			background-repeat: no-repeat;
			background-position: top;
			float: left;
			overflow: auto;}
			
/*-------------------------- WATCH FILM END --------------------------------------*/
			
/*-------------------------- BOTTOM NAV AND LINKS START --------------------------------------*/
#bottomnav
			{margin: 0;
			padding: 5px 0 0 0;
			clear: both;
			height: 40px;
			width: 896px;
			background-image: url(../images/bottomseparator.jpg);
			background-repeat: no-repeat;
			background-position: top;
			font-size: 10px;
			text-align: right;}
			
#bottomnav a:link
			{margin: 0;
			padding: 0;
			color: #FFFFFF;
			text-decoration: none;}
			
#bottomnav a:visited
			{margin: 0;
			padding: 0;
			color: #FFFFFF;
			text-decoration: none;}
			
#bottomnav a:hover
			{margin: 0;
			padding: 0;
			color: #f1fc75;
			text-decoration: underline;}
/*-------------------------- BOTTOM NAV AND LINKS END --------------------------------------*/			

a:link			{margin: 0;
				padding: 0;
				color: #f1fc75;
				text-decoration: none;}
				
a:visited		{margin: 0;
				padding: 0;
				color: yellow;
				text-decoration: none;}
				
a:hover			{margin: 0;
				padding: 0;
				color: yellow;
				text-decoration: underline;}
				
