/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
	background-color: #FF9900;
} 
div#outer {
	width: 660px;
	position: relative;
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	background-color: #FFF;
}
div#top {
	position: relative;
	z-index: 0;
	clear: both;
	width: 660px;
}
div#content {
	position: relative;
	left: 0px;
	width: 650px;
	margin-top: 0px;
}
#content a:link, #content a:visited {
	color: #FF9900;
	font-weight: bold;
	text-decoration:none;
}
#content ul li {
	font-size: 12px;
	margin: 0px 0px 15px 0px;
}
#content ul li ul li {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}
#photobox {
	position: relative;
	width: 660px;
	margin-top: 0px;
	padding-top: 0px;
	height: 389px;
}
p {
	font-size: 12px;
	color: #333333;
	line-height: 150%;
	margin: 0px 0px 15px 0px;	
}
h1 {
	font-size: 10px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color:#333333;
	line-height: 14px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f90;
	margin-top: 30px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	margin: 0px;
	padding: 0px;
	color:#333333;
}
div#footer {
	width: 660px;
	clear: both;
	margin-top: 20px;
}
#footer a:link, #footer a:visited {
	color: #333333;
	font-weight: normal;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer p {
	margin: 10px 0px 0px 0px;
}	
.image {
	float: left;
	padding: 0px 20px 10px 0px;
}
div#content td {
	vertical-align: top;
	border-top: 1px dotted #f90;
	padding-top: 10px;
}
div#movie {
	position: absolute;
	left: 20px;
	top: 36px;
	border: 1px solid #fff;
	z-index: 10;
	background-color:#FFFFFF;
}
