@charset "UTF-8";
/* CSS Document */

body {

font: 100% Verdana, Arial, Helvetica, sans-serif;
background: #000000;
margin:0;
padding:0;
   
}

#maincontainer
{
	
	margin:0px auto;
	
	
}

#bodycontainer
{ 
	margin:0px auto;
	width:1000px;
    
	
	}

#header
{
	
	width:996px;
	height:150px;
	background:url(graphics/header.png);
	}
	


.flashcontainer
{
width:996px;
height:300px;
border-right:2px solid white;
border-left:2px solid white;

}

.maintextcontainer{
width:1000px;
background:#FFFFFF;
}

.maintext
{
padding:10px;
width:976px;
background:#FFFFFF;

}

p
{
color:#000000;
font-size:12px;
margin:0;
padding:0;
}

a 
{
color: #00CCFF;
text-decoration:none;
}
a:hover
{
color: #00FFFF;
text-decoration:none;
}


h1
{
color:#FFFFFF;
font-size:12px;
margin:0;
padding:0;
}

.footer
{
background:url(Graphics/footer.png) repeat-x;
margin:0px auto;
width:976px;
height:20px;
padding:10px;
text-align:right;
border:2px solid white;
}




.toplinks {
		margin:0;
		padding:0; 
		}
	
.toplinks li{
		display:inline;
		}
	
.navigationcontainer{
		width:996px;
		height:50px;
		background:#000000;
		border:2px solid white;
	    
		
}		
.toplinks li a span{
		display:none;
}
		

.home a {
		display:block;
		width: 166px;
		height:50px;
		background: url(graphics/homebutton.png);
		background-position: 0 50px;
		text-decoration: none;
		display:inline;
		float:left;
		
		}
		
.home a:hover { 
		background-position: 0 100px;
		color: #049;
		}
		
.home a:active {
		background-position: 0 150px;
		color:#fff;
		}

.about a {
		display:block;
		width: 166px;
		height:50px;
		background: url(graphics/aboutbutton.png);
		background-position: 0 50px;
		text-decoration: none;
		display:inline;
		float:left;
		}
		
.about a:hover { 
		background-position: 0 100px;
		color: #049;
		}
		
.about a:active {
		background-position: 0 150px;
		color:#fff;
		}

.gallery a {
		display:block;
		width: 166px;
		height:50px;
		background: url(graphics/gallerybutton.png);
		background-position: 0 50px;
		text-decoration: none;
		display:inline;
		float:left;
		}
		
.gallery a:hover { 
		background-position: 0 100px;
		color: #049;
		}
		
.gallery a:active {
		background-position: 0 150px;
		color:#fff;
		}

.listen a {
		display:block;
		width: 166px;
		height:50px;
		background: url(graphics/listenbutton.png);
		background-position: 0 50px;
		text-decoration: none;
		display:inline;
		float:left;
		}
		
.listen a:hover { 
		background-position: 0 100px;
		color: #049;
		}
		
.listen a:active {
		background-position: 0 150px;
		color:#fff;
		}
.links a {
		display:block;
		width: 166px;
		height:50px;
		background: url(graphics/linksbutton.png);
		background-position: 0 50px;
		text-decoration: none;
		display:inline;
		float:left;
		}
		
.links a:hover { 
		background-position: 0 100px;
		color: #049;
		}
		
.links a:active {
		background-position: 0 150px;
		color:#fff;
		}
		
.contact a {
		display:block;
		width: 166px;
		height:50px;
		background: url(graphics/contactbutton.png);
		background-position: 0 50px;
		text-decoration: none;
		display:inline;
		float:left;
		}
		
.contact a:hover { 
		background-position: 0 100px;
		color: #049;
		}
		
.contact a:active {
		background-position: 0 150px;
		color:#fff;
		}
		
.bottomnavigationcontainer{
		width:1024px;
		height:150px;
		background:#FFFFFF;
		border-top:2px solid white;
}		

.aboutheader
{
	width:996px;
	height:50px;
	border:2px solid white;
	
}

img 
{ border:none; }

.picturecontainer
{
width:140px;
height:134px;
margin:2px;
float:left;
}
.picturecontainer2
{
width:180px;
height:134px;
margin:2px;
float:left;
}
.picturecontainercentertop
{
margin-left:70px;


}
.picturecontainercenterbottom
{
margin-left:110px;


}

.imagegallery
{
width:996px;
height:570px;
overflow:auto;
padding-top:10px;
border-left:2px solid white;
border-right:2px solid white;


}
