html, body, table, td, div, p
{
	margin: 0px;
	padding: 0px;
}

body
{
	background-color:#660000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#container
{
	margin: 0px auto;
	width:611px;
	background:#FFFFFF;
	border: solid;
	border-color:#000000;
	border-width: 0px 1px 0px 1px;
}

#photo
{
	float: left;
	clear: left;
	width: 300px;
	height: auto;
	
}
#photo div.album
{
	clear: left;
	border: solid #990000 thin;
	height: 100px;
}
#photo img
{
	display:block;
	width:100px;
	height:100px;
	margin: 0px;
	padding: 0px;
	float:left;
	clear:left;
}

#photo a
{
	color: #FFFFFF;
}

#photo h3
{
	color: #FFFFFF;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 2px;
	background-color: #660000;
}
#photo p
{
	height: 75px;
	background: #FFFFFF;
	text-align: center;
}
	

#movies
{
	width:300px;
	display: block;
	float: right;
}

#contact
{
	margin: 0px 0px 0px 0px;
	width:300px;
	display: block;
	float: right;
	clear:right;
}

#links
{
	margin: 0;
	width: 300px;
	display: block;
	float: right;
	clear: right;
}

h1
{
	display: block;
	width: 100%;
	margin:0px;
	border: solid;
	border-color: #333333;
	border-width: 1px 0px 1px 0px;
	text-align: center;
}

a:link 		
{ 
	color: #000000; 
	FONT-Size: 10pt; 
	text-decoration: none;
}
a:active 		
{
	color: #660000; 
	FONT-Size: 10pt; 
	text-decoration: none; 
}
a:visited
{
	color: #000000; 
	FONT-Size: 10pt; 
	text-decoration: none; 
}
a:hover
{ 
	color: #660000; 
	FONT-Size: 10pt; 
	text-decoration: bold; 
}