@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.5em;
}
a {
	color: #8cb23f;
	text-decoration: none;
}
a:hover {
	color: #11a5da;
	text-decoration: none;
}
#clouds {
	background-image: url(images/bg_clouds.gif);
	background-repeat: repeat-x;
	min-height: 456px;
}
#container {
	margin: 0 auto;	
	width: 741px;
}	
#inner {
	background: #FFF url(images/bg_wing.png) no-repeat right 50px;
	padding: 20px;
	clear: both;
	min-height: 400px;
}
#wingbg {
	background-image: url(images/bg_wing.png);
	background-position: right;
	height: 237px;
	width: 723px;
}
#content {
	float: left;
	width: 450px;
}
#contentinterior {
	float: left;
	width: 690px;
}
#sidebar {
	width: 225px;
	border-left: thin solid #999;
	margin-left: 470px;
}
#nav {
	text-align: center;	
	padding-top: 18px;
	padding-bottom: 20px;
	background-color: #fff;
	font-size: 12px;
}
#nav a {
	padding-left: 18px;
	padding-right: 18px;
	text-align: center;
	font-weight: bold;
	color: #0095ca;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav a:hover {
	background-image: url(images/wing.png);
	background-repeat: no-repeat;
	background-position: center;
}
#filmstrip {
	margin: 0 auto;
	width: 800px;
	background-image: url(images/bg_filmstrip.gif);
	height: 185px;
}
#insidestrip {
	background-image:url(images/filmstrip.png);
	background-repeat: no-repeat;
	background-position:center center;
	height: 182px;
	width: 800px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #a8cb61;
}
h3 {
	font-size: 15px;
	font-weight: bold;
	color: #1ca7d9;
}
#clear {
	clear: both;	
}