
/* Page
*********/

body {  
	background: black;

	padding-top: 20px;
}

#rap {
	margin: auto;
	width: 760px;
	border: none;
}

#header {
	text-align: center;
}


#content {
	padding: 0 15px 15px 15px;
}

#footer {
	text-align: center;
}

/*  elements
*********************************/

* {
	color: gray;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-weight: bold;
}

a:link {
	text-decoration: none;
	border-bottom: dashed 1px gray;
}

a:active, a:hover {
	text-decoration: none;
	border-bottom: solid 1px gray;
}

#header h2 {
	font-style: italic;
	font-size: 2em;
}

#film ul {
	margin-top: 20px;
}

#film ul li {
	list-style: none;
	margin-top: 15px;
	margin-left: 30px;
	font-size: 1.5em;
}

#film #flash {
	text-align: center;
}

#contact {
	text-align: center;
	margin-top: 40px;
}

#contact .name {
	font-size: 1.2em;
}

#awards {
	margin: auto;
}

#awards h3 {
	text-align: center;
	text-decoration: underline;
}

#awards dt {
	margin-top: 10px;
}

#awardlist {
	width: 65%;
	margin: auto;
	text-align: left;
}


/* classes
*********************************/

.left {
	float: left;
	width: 50%;
}

.right {
	
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}