
body {
	background: #fff;
	font-family: arial;
	color: #000;
}

#page {
	position: absolute;
	top: 0px;
	left: 50px;
	width: 900px;
	height: 100%;
}

#header {
	position: absolute;
	width: 800px;
}


#col1 {
	position: absolute;
	text-align: right;
	left: 0px;
	top: 145px;
	width: 226px;
	height: 100%;
	background: #fff;
}

#col2 {
	position: absolute;
	margin-bottom: 1em;
	padding-left: 15px;
	padding-top: 15px;
	left: 226px;
	top: 145px;
	width: 600px;
	height: 100%;
	background: #fff;
}

#col2 li { 
	width: 450px;
}

#col1 li {
	list-style: none;
	padding-right: 5px;
	padding-bottom: 8px;
	font-size: 20px;
}

#col1 a {
	color: #003900;
	text-decoration: none;
}

#col1 a:hover {
	color: #f90;
}

h2 {
	color: #FFF;
	font-size: 20px;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;		
}

p {
	width: 400px;
	line-height: 110%;
	color: #FFD;
}

.movie {
	float: right;
	margin: 4px;
	border: 1px solid blue;
}

.pic {
	float: right;
	width: 250px;
	margin: 4px;
	border: 1px solid blue;		
}

