
/* CSS Document */

/* 	Author and Contact
	Christine Gale
	cgale@christinegale.co.uk
	www.christinegale.co.uk

 */
 
body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#000;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 800px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	}
	
	html>body #wrapper {
	margin:10px auto;
	}
	
h1	{font-size: 14px;
	font-weight: normal;
 	color: #fff;
	line-height:16px;
 	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
h2	{font-size: 12px;
	font-weight: normal;
 	color: #ff9a00;
 	margin: 0px;
	padding: 0px 0px 5px 0px;
	}
	
p 	{
	font-size: 11px;
 	color: #fff;
	line-height:15px;
 	margin: 0px;
 	padding: 0px 0px 10px 0px;
	}
	
	
	
a {	font-size: 9pt;
 		color: #fff;
		
}

a:hover {
		font-size: 9pt;
 		color: #ccc;
}
	
	
/***********************************************/
/* Navigation Divs                                 */
/***********************************************/
	#navcontainer ul
			{
			position:absolute;
			left: 30px;
			top:280px;
			padding-left: 0;
			margin-left: 0;
			margin-top: 0px;
			margin-bottom:0px;
			width: 770px;
			height: 20px;
			font-family: helvetica, arial, sans-serif;
			text-align: left;
			vertical-align:middle;		
			}

		#navcontainer ul li { display: inline; }
		
	
		
		#navcontainer ul li a 
			{
			height:12px;
			padding: 0px 2px 0px 2px;
			color: #e0b3b3;
			text-decoration: none;
			font-size: 8pt;
			font-weight:bold;
			}
		
		#navcontainer ul li a:hover
			{
		color: #fff;
			}


#current {
	text-decoration: none;
	font-family: arial,helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color:#fff;
	margin: 0px;
	padding: 0px 4px 0px 0px;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead .logo #flashcontainer #titlebar #contentcontainer #bodycopy_left #bodycopy_centre #bodycopy_right #footer #navbarlines #line{margin: 0px;
	padding: 0px;}

#masthead {
	position:relative;
	background-color:#000;
	top: 0px;
	left: 0px;
	width: 800px;
	height:307px;
}

#contentcontainer{
	float:left;
	width: 360px;
	height:280px;
background-color:#231f20;
}

#flashmovie {
	float:right;
	width: 440px;
	height:280px;
} 

#directions {
	position:absolute;
	top: 500px;
	left: 730px;
	width: 200px;
	height:20px;
} 


#footer{
	position:relative;
	clear:both;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 15px;
	background-color:#231f20;
}


#footer p{
font-size: 9px;
color:#fff;
}

#footer a{
font-size: 9px;
color:#fff;
}