/*Site-wide formatting*/

body {
	padding: 0px;
	color: #FFFFFF;
	background-color:#000000;
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	color:#FFFF00;
	text-decoration: none;
}

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

a:visited {
	color:#FFFF00;
}

#container {
	padding: 10px;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	background-image: url(../images/container_bg.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	min-height: 500px;
	border: solid #FFFFFF 1px;
}

/*heading formatting */
#header {
	position: relative;
	height: 304px;
}

#pageHeader {
	position: absolute;
	width: 459px;
	height: 100px;
	background-image: url(../images/pageHeader.gif);
	background-repeat: no-repeat;
}

#pageHeader span {
	display: none;
}

/*Navigation formatting*/

#navigation {
	margin-left: 400px;
	position:relative;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 780px;
	clear: both;
}

#navigation li {
 	float:left;
    margin:0;
	margin-right: 20px;
    padding:0;
	border: 0;
	
}

#navigation img {
	border: none;
}

#news {
	background-image:url(../images/news_title.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 90px;
}



#news span {
	display: none;
}

#links {
	background-image:url(../images/links_title.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 90px;
}

#links span {
	display: none;
}

#comments {
	background-image:url(../images/comments_title.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 90px;
}

#comments span {
	display: none;
}

#comments blockquote {
	text-align: center;
}

#photos {
	background-image:url(../images/photos_title.gif);
	background-repeat: no-repeat;
	width: 780px;
	height: 90px;
}

#photos span {
	display: none;
}

#body p {
	margin-left: 10px;
	margin-right: 10px;
}

#container blockquote {
	text-align: center;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 1em;
}

#body {
	position: relative;
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	border-top: solid 1px #FFFFFF;
	font-size:small;
}

.clear {
	clear: both;
}

.rotary_list {
	list-style-image:url(../images/rotary_list.gif);
}

.normal_list {
	list-style-image: none;
}

.border {
	border: solid 1px #FFFFFF;
}

.float_left {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

blockquote {
	font-style: italic;
	margin: 0;
	padding: 0;
}
