html, body {
	height: 100%;
	background-color: #000000;
}

body {
	background:url(images/bg-new1.jpg) top center no-repeat;
	margin-top: 0px;
	font-family: Helvetica, Verdana, Arial;

}

/*
#logo {
	position:absolute;
	top: 1px; left: 400px;
	background-image: url(images/logo-new.gif);
	background-repeat: no-repeat;
	z-index: 5;
	
}

*/

#primarycontainer {
	width: 670px;
	margin: 0 auto;
	color: #FFFFFF;
	z-index: 0;
	
		
}

#content {

	width: 650px;
	color: #000000;
	padding: 25px 20px 40px 20px;
	font-size: 12px;
}

#content .left{
	width: 225px;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	z-index:-1;
	
}

#content .right{
	width: 400px;
	float: right;
	text-align: center;
	z-index: -2;
	padding-top: 60px;
	padding-right: 10px;

	
}

#content a{
color: #ee0887;
text-decoration: none;
font-size: 14px;


}

#content a:hover{
background-color: #000000;
color: #ffffff;
text-decoration: none;

}

#photos {

padding: 60px 10px 0px 10px;


}


h1 {
	color: #000000;
	font-size: 70px;
	font-weight: normal;
	font-family: Georgia, Arial, Helvetica, sans-serif;
}
	

#links {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 8px;
	letter-spacing: 1px;
	padding-top: 58px;
	padding-left: 5px;
}

#links a.one {background-color:#6666FF;
}

#links a{
	padding: 16px 10px 10px 10px;
	color: #FFFFFF;
	text-decoration: none;	
}

#links a:hover{
	background-color: #ee0887;
	
}
