/* CSS Reset */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}

body {
	background:#000000 url(/images/body_bg.png) repeat-x scroll center top;
	font-size: 0.8em;
	font-family: Helvetica, SunSans-Regular, Sans-Serif;
	color:#564b47;  
	padding:0;
	margin:0;
	height: 100%;
	min-height: 101%;
	text-align: center;
}

html {
	height: 100%;
}

p, pre {
	margin: 0 0 10px 0; 
	padding: 0 10px;  
	line-height: 20px;
}

h1 {
	padding: 10px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #999999;
}

h2 {
	padding: 10px 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #bbbbbb;
}

ul {
	list-style-type: bullet;
	padding-left: 20px;
}

strong {
	font-weight: bold;
}

a {color: #6768CF; text-decoration: none; text-shadow: 2px 2px 2px #999999;}
a:visited {color:#6768CF;}
a:hover {color: #2C2D4F;}
a:active { color:#2C2D4F;} 
img {border: 0;}
 
pre { 
	color: #564b47;
	font-size: 11px;
	background-color:transparent;
	font-family: Courier, Monaco, Monospace;
}

#container {
	min-height: 100%;
	position: relative;
	width: 894px;
	margin: 0 auto;
	padding: 0;
	background: #000000 url(/images/body_content_bg.png) repeat-y scroll center top;
}

#content {
	text-align: left;
	margin: 0px 28px;
	padding: 20px;
	padding-bottom: 75px;
	height: 100%;
}

* html #container {
	height: 100%;
}

#content .announcement {
	border: 1px dotted black;
	font-weight: bold;
	font-size: 1.3em;
	background: #CCCCCC;
}

#content .buttons {
	margin: 20px auto;
	text-align: center;
}

#content .buttons img {
	margin: 0 5px;
}

#content .rss-button {
	float: right;
}

#content h2.newstitle {
	padding: 10px 0 5px 0;
	font-size: 16px;
	font-weight: bold;
}

#content .newsmain {
	margin: 0 0 10px 0; 
	padding: 0 10px;  
	line-height: 20px;
}

#content .newspostbottom {
	padding: 5px 0 20px 0;
	font-size: 12px;
}

#navigation {
	width: 894px;
	height: 73px;
	background: #000000 url(/images/body_nav_bg.png);
	font-size: 16px;
	padding: 0;
	overflow: hidden;
}

#navigation ul {
	padding: 0;
	margin: 0;
    list-style:none;
	position:relative;
	left:-50%;

}

#navigation li {
	float:left;
	margin: 0 6px;
    background:url("/images/button_inactive_left.png") no-repeat left top;
    padding: 0 0 0 11px;
}

#navigation ul li a {
	text-decoration: none;
	display: block;
	margin-left: -11px;
	padding-left: 11px;
}

#navigation ul li span {
    display:block;
    background:url("/images/button_inactive_right.png") no-repeat right top;
    padding:7px 13px 4px 2px;
    text-decoration: none;
	text-transform: uppercase;
    color:#747474;
	font-size: 16px;
	line-height: 16px;
}

#navigation .currentpage {
    background-image:url("/images/button_active_left.png");
}

#navigation .currentpage span {
    background-image:url("/images/button_active_right.png");
    padding-bottom:5px;
	color:#254473;
}

#navcontain {
	padding-top: 36px;
	float:left;
	position:relative;
	left:50%;
}

#gallery {
	text-align:center;
}

#gallery img {
	border:5px solid #CFCFCF;
}

#gallery img:hover {
	border:5px solid #7F7F7F;
}

#gallery object {
	margin-bottom: 10px;
}

#footer {
	height: 75px;
	position: relative;
	margin-top: -75px;
}

#footer #fcontainer {
	width: 894px;
	margin: 0 auto;
	height: 75px;
	font-size: 11px;
	background: url("/images/body_footer.png") center bottom no-repeat;
	color: #FFF;
}

#footer span {
	margin-right: 40px;
}

#footer .note {
	font-size: 0.8em;
	margin-right: 50px;
	text-align: right;
}
