body{
	background-color: #000;
	font-family: 'CenturyGothic', 'Century Gothic', 'ArialMT', 'Arial', sans-serif;
}

/* centers the content div */

body
{
	text-align: center;

}

div#content
{
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

img
{
	text-decoration: none;
}

#content
{
	margin-top: 100px;
	width: 661px;
	height: 463px;
	background: #000 url(images/container_background.jpg) no-repeat;
}

#content #holder
{
	float:right;
	display: block;
	width: 439px;
	margin-top: 150px;
}

#content #holder #title
{
	font-size: 24px;
	color: #fff;
	margin-bottom: 10px;
}

#content #holder #images
{

}

td
{
	text-align:center;
	padding-right: 30px;
	padding-bottom: 30px;
}

a
{
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}
a:hover,a:active
{
	color: #ccc;
}

a:visited
{
	color: #fff;
}

.navigation { 
 
display: block;
text-align: center;
margin-left: 40px;
margin-right:55px;
margin-top: -15px;
margin-bottom: 60px;
  }
 .alignright {
padding-right: 25px;
float: right;
  }
  
.alignleft {
padding-left: 225px; 
float: left
  }