/* CSS Document */

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#000000;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
}

#navlinks {
	width:800px;
	height:30px;
	font-size:14px;
	font-weight:800;
	padding-top:4px;
	
}

#navlinks ul { 
	margin: 0; 
	padding: 0; 

} 


#navlinks li { 
	margin: 0; 
	padding: 0; 
	display: inline; 
	list-style-type: none; 
	color:#000000;
} 


#navlinks a:link, #navlinks a:visited { 
	float: left; 
	margin: 0 10px 0px 10px; 
	padding-bottom: 2px; 
	text-decoration: none;
	color:#000000; 
} 

#navlinks a:hover { 
	border-bottom: 2px solid #f00; 
	padding-bottom: 2px; 
	background: #fff; 
} 

	

#fixadent {
	width:800px; 
	margin:0 auto;
	background-color:#FFFFFF;
	
}

#container {
	float:left;
	border: 1px solid #ccc;
	border-bottom:20px solid #000;
	padding:10px;
	
}

#masthead {
	width:800px;
	height:83px;
	
}

#stage {
	margin-top:0px;
	width:800px;
	height:600px;
	margin-bottom:20px;
	border:1px solid #ccc;
	background-image:url(bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	
}

#stagecopy {
	float:left;
	width:360px;
	padding:10px;

	
}

#stageimages {
	float:right;
	height:600px;
	width:400px;

	
}

#astage {
	margin-top:0px;
	width:800px;
	height:600px;
	margin-bottom:20px;
	border:1px solid #ccc;
	
}

#advertiserscopy {
	float:left;
	width:750px;
	padding:10px;

	
}



#rightgraphics {
	float:right;
	width:190px;
	height:120px;
	margin:10px 4px 0px 4px;
	
}

#flashstage {
	margin-top:0px;
	width:800px;
	height:600px;
	margin-bottom:20px;
	border:1px solid #ccc;
	
}

#bottomgraphics {
	width:800px;
	height:150px;
	border:1px solid #ccc;
	
}

#btmgraphic {
	float:left;
	width:190px;
	height:120px;
	margin:10px 4px 20px 4px;
	
}


