
/* Colors:  white: #FFFFFF;  black: #000000;  grey: #E5E5E5;  */

/* Global style settings */

body
{
	text-align: justify;
	color: #000000;
	background-color: #000000;
	line-height: 1.2;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
}

.content_area
{
	position: relative;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px 52px 10px 52px;
	background-color: #FFFFFF;
	color: #000000;
}

#footer
{
	text-align: center;
	padding-top: 20px;
	font-size: 10px;
	position: relative;
	clear: both;
	z-index: 0;
}

.fch
{
	clear: both;
	line-height: .1;
}

.page_heading
{
	text-align: center;
	font-family: sans-serif;
	font-size: 22px;
	padding: 20px;
}

.mini_heading
{
	text-align: center;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 16px;
	padding-bottom: 10px;
}

.list_item
{
	padding-bottom: 10px;
	padding-right: 30px;
}

.table_cell
{
	padding: 5px;
	border-bottom: 1px solid #000000;
}


/* Nav Bar */


#navbar {
	position: relative;
	top:0px;
	margin-left: auto;
	margin-right: auto;
	width:1004px;
	height:170px;
}

#navbar-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:237px;
	height:140px;
}

#navbar-02 {
	position:absolute;
	left:237px;
	top:0px;
	width:767px;
	height:140px;
}

#nav-home {
	position:absolute;
	left:0px;
	top:140px;
	width:88px;
	height:30px;
}

#nav-about {
	position:absolute;
	left:88px;
	top:140px;
	width:150px;
	height:30px;
}

#nav-news {
	position:absolute;
	left:238px;
	top:140px;
	width:88px;
	height:30px;
}

#nav-calendar {
	position:absolute;
	left:326px;
	top:140px;
	width:130px;
	height:30px;
}

#nav-gallery {
	position:absolute;
	left:456px;
	top:140px;
	width:181px;
	height:30px;
}

#nav-join {
	position:absolute;
	left:637px;
	top:140px;
	width:218px;
	height:30px;
}

#nav-contribute {
	position:absolute;
	left:855px;
	top:140px;
	width:149px;
	height:30px;
}
