body 
{ 
	font-family: arial, verdana, tahoma; 
	line-height: 14px; 
	font-size: 12px; 
	color: #FFFFFF; 
	width: 800px;
	padding: 0px; 
	margin: 0 auto; 
	background-color: black;
	background-image: url(images/bg_1.jpg);
} 

img{border: 0px;}

#pageContainer 
{ 	
	background-image: url(images/bg.gif);
	margin-top: 80px;
	width: 846px; 
	height: 549px;
} 
 
	
/** This container holds the body of your page together **/ 

#bodyContainer 
{ 
	width: 846px; 
	height: 442px; 
	padding: 5px;
	background-color: #000;	
} 

#logo 
{
	text-align: center;
	width: 846px:
	height: 84px;
	padding: 0px;
	margin-top: 30px;
	background-color: #000;
}

#mainLinks 
{ 
	width: 712px; 
	height: 25px;
	padding: 0px; 
	margin: 5px 20px 0px 30px; 
}

#mainLinks img 
{ 
	border: 0px; 
	padding-left: 60px;
} 


#content 
{ 
	width: 772px; 
	height: 340px; 
	padding: 5px;
	background-color: #000;	
	margin: 10px 24px 0px 30px; 
	overflow: auto; 
} 

#galleryContent 
{ 
	width: 772px; 
	height: 340px; 
	padding: 5px;
	background-color: #000;	
	margin: 10px 24px 0px 30px; 
} 

.left
{
	float: left;
	width: 300px;
	height: auto;
	padding: 5px;
}

.right
{
	float: right;
	width: 430px;
	height: auto;
	padding: 5px;
}

.galleryLeft
{
	float: left;
	width: 480px;
	height: 340px;
	padding: 0px;
}

.galleryRight
{
	float: right;
	width: 270px;
	height: 340px;
	padding: 0px;
	overflow: auto; 	
}

p { padding-top: 15px;}


/** h2 is used to style Titles and Headlines **/ 

h2 
{ 
	font-size: 15px; 
	line-height: 20px; 
	color: white;  
} 

strong 
{ 
	font-weight: bold; 
	font-size: 14px; 
	color: red; 
} 



/** This section is used to style all text links **/ 

a 
{ 
	text-decoration: none; 
	font-weight: bold; 
	border: 0px;
} 

a:link 
{ 
	color: #F00;
	border: 0px;
} 
a:active 
{
	color: #F60; 
	border: 0px;
} 
a:visited
{
	color: #900;
	border: 0px;
} 
a:hover
{
	color: #F60;
	border: 0px;
} 