body {
	background-image: url(/images/orangefilmstrip.gif);
	font-family: Arial, Sans-serif, Serif;
	font-size: 12px;
	margin: 0;
}

a, a:visited {
	color: #06c;
}

a:hover {
	text-decoration: none;
}

img {
	border-style: none;
}

h1 {
	font-size: 18pt;
	margin: 0;
	text-align: center;
}

h2 {
	font-size: 14pt;
	margin: 0;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	padding: 10px;
	width: 500px;
	margin: 50px auto 0 auto;
}

input {
	width: 300px;
}

textarea {
	width: 300px;
	height: 100px;
}

legend {
	font-weight: bold;
	font-size: larger;
}

.msg {
	font-size: larger;
	text-align: center;
}

#page {
	background-color: #fff;
	margin: 5px auto;
	width: 1000px;
	border: 3px solid #666;
}

#header {
	background: #fff url(../images/header_bg.png) top left repeat-x;
	height: 150px;
	border-bottom: 3px solid #738bbb;
}

.clear {
	clear: both;
}

#content {
	padding: 10px;
	width: 780px;
	float: right;
	background: #fff url(../images/content_bg.png) top left repeat-x;
}

#navigation {
	width: 199px;
	float: right;
}

#navigation ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #ccc;
}

#navigation li a, #navigation li a:visited {
	text-decoration: none;
	display: block;
	padding: 10px 15px;
	font-size: 14px;
	background: #fff url(../images/nav_li_bg.png) top left repeat-x;
	color: #000;
	font-weight: bold;
}

#navigation li a:hover {
	background: #fff url(../images/nav_li_bg_hover.png) top left repeat-x;
}

#contactinfo {
	margin-top: 25px;
	padding: 10px;
	font-size: 12px;
}

#footer {
	clear: both;
	margin: 0;
	height: 80px;
	background: #fff url(../images/footer_bg.png) top left repeat-x;
	text-align: center;
}

#footer p {
	padding: 35px 0 0 25px;
}