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

html, body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:76%;
	color:#482311;
}
a {
	text-decoration:none;
	color:#482311;
}
a img{border:none;}

a:hover {
	text-decoration:none;
	color:#C00;
}

#gallery img {padding:4px;
margin:0px;
border: 0px;}
#background {
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
}
#scroller {
	height:100%;
	left:0px;
	overflow:auto;
	position:absolute;
	top:0px;
	width:100%;
	z-index:2;
}
#content {
	width:962px;
	min-height:1000px;
	margin:5px auto;
	padding:10px;
	background-color: #fffef4;
	border: black 1px solid;
}

#fixed {
	position:absolute;
	top:25px;
	left:10px;
	width:150px;
	z-index:10;
	color:#567;
	border:1px solid #000;
	padding:10px;
}
#header {
	text-align:center;
}
#header ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:center;
	margin:0px;
	padding: 0px;
	margin-top:10px;
}
#header li {
	color:#482311;
	display:inline;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:0px;
	text-transform:uppercase;
}
#header ul .bar {
	padding:11px;
}
#main {
	padding: 20px 60px;
}
.article {width:600px; margin:0 auto;}
.article table h3 {text-align:center; font-size:larger;}
.article table h4 {margin-bottom:0px; color:#482311;}
.article table p {margin-top:0px;}

p {
	color:#482311;
	line-height:1.8em;
	letter-spacing:0.1em;
	text-align:left;
}
.imagemain {border: 1px solid #482311;}

#sponsors {width:780px; border:1px black solid; margin-top: 30px; padding:30px; padding-top:10px; color:#482311; background-color:#FFF;}

