/* Amber Luecht */

* { margin: 0; padding: 0; }
body {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 14px;
	width: 100%; }
	
a:link, a:visited { color: #666; text-decoration: none; }
a:hover, a:active { color: #e23e97; text-decoration: underline; }

#container {
	margin: 50px auto;
	width: 850px; }

#info {
	border-right: 1px dotted #999;
	float: left;
	margin-right: 25px;
	width: 175px; }
	
	#info h1 {
		color: #e23e97;
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase; }
		
	#info h2 {
		font-size: 10px;
		margin-bottom: 10px; }
		
#reel {
	float: left;
	width: 640px; }