body
{
	background: #000;
	background-image: url(pics/background.jpg);
	background-repeat: repeat-x;
	margin: auto;
	text-align: center;
	color: #fff;
	padding: 0px;
}

#container
{
	padding: 0px;
	width: 950px;
	height: 678px;
	margin: auto;
}

#title
{
	width: 100pxpx;
	text-align: center;
}

#left
{
	font: 10px/20px verdana;
	float: left;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 150px;
}

.right
{
	font: 13px/20px verdana;
	float: centre;
	width: 950px;
}

.rightbox
{
	text-align: left;
	padding: 15px;
}

.right a
{
	color: #fff;
}

.box
{
	text-align: left;
	padding: 0px 10px;
}


.photoleft
{
	border: 2px #000 solid;
	margin: 0px 0px 15px 0px;
	float: left;
}

.photoright
{
	border: 2px #000 solid;
	margin: 0px 0px 15px 0px;
	float: right;
}

.photocenter
{
	border: 2px #000 solid;
}




#nav ul
{
	padding-left: 120;
	margin: 0;
	background-color: #F84700;
	color: White;
	font-size: 9px verdana, arial, sans-serif;
	float: left;
	width: 720px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;

}


#nav ul li
{
	display: inline;
}


#nav ul li a
{
	padding: 1px 12px;
	background-color: #F84700;
	color: White;
	font: 15px/20px verdana;
	font-weight: bold;
	text-decoration: none;
	float: left;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
}


#nav ul li a:hover
{
	background-color: #588BE2;
	color: #fff;
}
