body {
	background: url(img/background.jpg);
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	height: 100%;
	text-align: center;
	min-width: 1024px;
	margin: 0;
	padding: 0;
}

/*
#bgbanner {
	position: absolute;
	top: 0;
	left: 0;
	background: url(img/top.jpg) no-repeat;
	background-position: top center;
	width: 100%;
	height: 606px;
	z-index: -1;
}
*/

#page {
	margin: 0px auto;
	margin-top: 5px;
	width: 1024px;
	min-height: 600px;
	text-align: left;
}

#page_header {
}

#page_banner {
	height: 234px;
}

#page_menu {
	border-top: 2px black solid;
	height: 75px;
	padding-top: 20px;
	nowrap;
	text-align: left;
}
#page_menu ul {
	list-style: none;
}
#page_menu ul li {
	float: left;
	padding: 0 20px 0 0;
}



#page_contents {
}

#page_footer {
	margin-top: 50px;
        height: 123px;
        color: #444444;
        text-decoration: none;
        z-index: -20;
	background: url(img/bottom.jpg) no-repeat;
	background-position: center center;
}

#page_footer ul {
        list-style: none;
        /* margin: 0;
        padding: 0 10px 0 0; */
}

#page_footer ul li {
        float: right;
        padding: 0 0 0 10px;
}

#rside {
	margin: 10px;
}

/* These are for the edit form. */
#wikiedit form { margin:0px; width:100%; }
#wikiedit textarea { width:100%; }
.wikimessage { margin-top:4px; margin-bottom:4px; font-style:italic; }

/* DEFAULT STYLES */
a { text-decoration: none; color: white; }
a:hover { text-decoration: underline; }
/* h1,h2,h3,h4,h5,h6 { color: #003160; } */
h1 { color: #fef102; }
h1,h2 { font-size: 140%; }
h3 { font-size: 120%; }
h4,h5,h6 { font-size: 100%; }
hr {
        border: none;
        border-top: 1px solid white;
        height: 1px;
}

.sharethis {
	margin: 10px;
}
