body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #009900;
	
	border-bottom: 1px dotted #009966;
}
a:hover {
	color: #FF6600;
	
	border-bottom: 1px dotted #FF9900;
}

/* Header Styles */
.Header #Logo {
	float: left;
	margin: 8px;
}

.Header #CompanyName {
	float: right;
	margin: 8px;
	margin-bottom: 4px;
}

.Header #Contact {
	text-align: right;
	clear: right;
}

/* Film Styles */
.FilmStrip {
	clear: both;
	margin-top: 25px;
	margin-bottom: 25px;
}

/* Content */
.Content {
	line-height: 130%;
}

H2, H3 {
	line-height: normal;
	
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0px;
}

P {
	margin: 0px;
	margin-bottom: 6px;
}

.Content-Left {
	width: 460px;
	
	float: left;
	position: relative;
}
.Content-Right {
	width: 260px;
	
	float: right;
	position: relative;
}