div#audio 
{ 
	height: 10px; 
	width: 10px; 
	float: right; 
}

table#intro 
{ 
	position: absolute; 
	width: 100%;
	height: 100%; 
	text-align: center; 
	vertical-align: middle; 
}

HTML { height: 100%; } 

BODY 
{ 
	color: white; 
	font: 0.8em Verdena, Arial, Sans serif;
	background-color: #000032;
	margin: 0px; 
}

TABLE 
{ 
	height: 100%; 
} 


INPUT, SELECT
{
color: #4D4D55;font-size: 1em	
}

DIV#header 
{ 
	width: 777px;
	background: url('../images/header.jpg') no-repeat; 
	height: 100px; 
}

DIV#navigation 
{ 
	position: relative; 
	width: 777px;
	background-color: #000032;
	background-image: url('../images/navigate.jpg');
	background-repeat: no-repeat; 
	height: 45px; 
}

DIV#content_contact
{
	margin: 0px; 
}

DIV#navigation_bottom
{ 
	width: 777px; 
	background: url('../images/navigate_bottom.jpg') no-repeat;
	height: 22px; 
}

DIV#content 
{ 
	width: 777px; 
	min-height: 463px; 
	padding-bottom: 10px; 
	background-color: #FFFFFF; 
}

DIV#bottom
{ 
	width: 777px; 
	height: 28px; 
	background-color: #000036;
	position: relative;

}

DIV#left, DIV#right, DIV#middle
{ 
	float: left;
	wihte-space: nowrap;  
}

DIV#middle 
{ 
	width: 777px; 
}
DIV#left 
{ 
	background: url('../images/left_wing.jpg') no-repeat; 
	width: 76px;
	height: 663px; 
	
}

DIV#right 
{ 
	background: url('../images/right_wing.jpg') no-repeat; 
	width: 76px;
	height: 663px; 
	
}



DIV#right_wing
{ 
	width: 75px; 
	background-image: url('../images/right_wing.jpg');
	background-repeat: no-repeat;
}

.hide 
{ 
	display: none; 
} 


DIV#copyright 
{ 
	
	float: left; 
	margin: 8px 0px 0px 3px; 
	background: url('../images/copryright.jpg') no-repeat;
	width: 200px; 
	height: 15px; 
}


A#disclaimer
{ 
	position: absolute; 
	right: 0px; 
	top: 5px; 
	width: 60px; 
	height: 16px; 
}

DIV#white_bottom_line
{
	height: 15px; 
	width: 776px; 
	background-color: white; 
}

/* NAVIGATION BUTTONS */ 

DIV.gCircle, 
DIV.rCircle
{ 
	position: absolute;
	top: 25px; 
	left: 288px;
	background: url('../images/grey_circle.jpg') no-repeat; 
	width: 12px; 
	height: 16px;  		
}

DIV.rCircle 
{ 
	background: url('../images/red_circle.jpg') no-repeat; 	
}


A#home
{
	position: absolute; 
	left: 300px; 
	top: 25px; 
	width: 32px; 
	height: 15px; 
	text-decoration: none; 
}

A#profile
{
	position: absolute; 
	left: 345px; 
	top: 25px; 
	width: 93px; 
	height: 15px; 
	text-decoration: none; 
}


A#products
{
	position: absolute; 
	left: 445px; 
	top: 25px; 
	width: 50px; 
	height: 15px; 
	text-decoration: none; 
}



A#distribtution
{
	position: absolute; 
	left: 508px; 
	top: 25px; 
	width: 70px; 
	height: 15px; 
	text-decoration: none; 
}

A#why_fairford
{
	position: absolute; 
	left: 587px; 
	top: 25px; 
	width: 71px; 
	height: 15px; 
	text-decoration: none; 
}

A#register
{
	position: absolute; 
	left: 670px; 
	top: 25px; 
	width: 47px; 
	height: 15px; 
	text-decoration: none; 
}

A#contact
{
	position: absolute; 
	left: 727px; 
	top: 25px; 
	width: 45px; 
	height: 15px; 
	text-decoration: none; 
}	

BR { font-size: 12px; } 
IMG { display: block; } 	