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

#bg
{
	height: 100%;
	background-image: url(pics/backgroundmain.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

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

#title
{
	width: 700px;
}

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

.right
{
	font: 13px/20px verdana;
	float: left;
	width: 550px;
}

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

.right a
{
	color: #000;
}

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

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

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










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


#nav ul li
{
	display: inline;
}


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


#nav ul li a:hover
{
	background-color: #4E8AD0;
	color: #fff;
}

