@charset "UTF-8";
/* CSS Document */

/* Basic Big Blocks
------------------------------------------------ */
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height:auto;
}

p, div, img, ul, li, object, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	border: 0;
}

.clear {
	position: relative;
	display: block;
	clear: both;
	width: 100%;
	height: 1px;
	overflow: hidden;
	margin: 0;
	font-size: 1px;
	line-height: 1px;
}


/* Layout — Containers and Wrappers
------------------------------------------------ */
#container {
	position:relative;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}

#wrapper {
	position:relative;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	border: #CCCCCC solid thin;
	border-top: none;
	
}

#header {
	position: relative;
	padding: 50px 0 15px 0;
	border-bottom: solid 2px #FF0000;
}

#variety {
	position: absolute;
	margin: 10px 0 0 730px;
	text-align:center;
}
#donate {
	position: absolute;
	margin: 75px 0 0 600px;
	text-align:center;
}

#content_wrapper {
	width: 800px;
	position: relative;
	background-image:url(../jpg/filmstrip_bg.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	padding: 30px 50px 20px 50px;
}

#content {
	position: relative;
	width: 585px;
	float: left;
	border-right: solid 1px #FF0000;
	padding: 0 20px 0 0;
}

#contact {
	text-align: center;
	padding-top: 30px;
}

#board {
	position: relative;
	float: right;
	padding: 0 0 10px 0;
}

#footer {
	position:relative;
	border-top: solid 2px #FF0000;
	padding: 10px 0 0 20px;
	height: 125px;
}

.left {
position: relative;
float: left;
width: 250px;
}
.right {
position: relative;
float: right;
width: 250px;
}

/* Basic Type Settings
----------------------------------------------------- */
* {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 21px;
}

p {
	padding-bottom: 8px;
}
#variety p {
text-align: center;
}
ul {
	list-style-type:none;
}

.red {
	color:#FF0000;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
	color: #FF0000;
}
.image {
	float:left;
	margin: 8px 10px 10px 0;
	border:solid 1px #FF0000;
}
h1 {
font-size: 16px;
color:#FF0000; 
}
h2 {
padding-top: 10px;
}
/* board section
----------------------------------------------------- */
#contact p {
	padding-bottom: 3px;
}


/* board section
----------------------------------------------------- */

#board ul {
	padding: 10px 0 5px 0;
}

#board li {
	line-height: 15px;
	font-size: 11px;
}

#board a {
	font-size: 11px;
	line-height: 15px;
}

#board a:hover {
	text-decoration:underline;
	color: #333333;
}

/* footer section
----------------------------------------------------- */

#footer li {
	float: left;
	padding-right: 15px;
}

.parentlogo {
	border-right: solid 1px #CCCCCC;
}