
body {
	background: url('../gfx/page_background.jpg') repeat-x fixed #ffffff;
	text-align: center;
	font-family: Tahoma;
	font-size: 13px;
}

a {
	color: #0000ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

form {
	margin: 0px;
	padding: 0px;
}

div#header {
	width: 700px;
	height: 25px;
	color: #eeeeee;
	text-align: right;
	padding: 15px 0px 15px 0px;
}

.header_link {
	color: #ffffff;
	text-decoration: none;
}

.header_link:hover {
	text-decoration: underline;
}

div#banner_top {
	width: 700px;
	height: 20px;
	background: url('../gfx/banner_top_bg.jpg');
}

div#banner {
	width: 700px;
	height: 190px;
	background: url('../gfx/logo.jpg') no-repeat #ffffff;
	border: 1px #666666;
	border-style: none solid solid solid;
	text-align: right;
}

div#navigation {
	width: 700px;
	height: 26px;
	background: #ffffff;
	text-align: center;
	padding: 10px 0px 0px 0px;
	border: 1px #666666;
	border-style: none solid solid solid;
}

.navigation_link {
	color: #000000;
	text-decoration: none;	
}

.navigation_link:hover {
	color: #0000FF;	
}

div#content {
	width: 700px;
	padding: 0px 0px 20px 0px;
	float: left;
	background: #ffffff;
	border: 1px #666666;
	border-style: none solid none solid;	
}

div#content_left {
	width: 150px;
	height: 303px;
	background: url('../gfx/film_strip.jpg');
	float: left;
	border: 1px #cccccc;
	border-style: none solid none none;
}

div#white_paper_container {
	font-size: 11px;
	width: 140px;
	float: left;
	margin: 25px 0px 0px 0px;
	text-align: left;
	font-family: Century;
	padding: 0px 0px 0px 10px;
}

div#content_top {
	width: 549px;
	height: 23px;
	padding: 7px 0px 0px 0px;
	border: 1px #cccccc;
	border-style: none none solid none;
	float: right;
	background: #eeeeee;
	text-align: center;
}

div#content_main {
	width: 509px;
	padding: 20px;
	float: right;
	text-align: left;
	font-family: Hoefler;
}

.page_title {
	font-size: 18px;
	color: #666666;	
}

div#footer {
	width: 700px;
	padding: 10px 0px 0px 0px;
	float: left;
	text-align: center;
}