html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body
{
	background  : #000000;  /*556677 = nice dull blue*/
	color       : #FFFFFF;
	height: 100%;
	font-family: arial;

}


#container {
   min-height:100%;
   position:relative;
   width: 100%;
}


#header {
	background-image : url('../images/top_bg.jpg');
    background-repeat: repeat;
    padding:50px;
}


#body_section {
   padding:10px;
   padding-bottom:110px;   /* Height of the footer plus padding*/
}

#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:100px;   /* Height of the footer */
   color: #000000;
   text-align: center;
   font-size: 10px;
   background-image : url('../images/top_bg.jpg');
   background-repeat: repeat;
}


/* JPB CSS stuff */

#content_section
{
	position: relative;
	top: 5px;
	left: 150px;
	width: 850px;
	background-color: #000000;
	z-index: 0;
}


a
{
	color:			#FFFF00;
	text-decoration:	none;
}

a:visited
{
	color: yellow;
	/*color:			#B8860B;*/
	text-decoration:	none;
}
	
a:active
{
	color: yellow;
	/*color:			#FFFFFF;*/
	text-decoration:	none;
}
	
a:hover
{
	color: yellow;
	/*color:			#333333;*/
	text-decoration:	none;
}

/* SPECIAL STYLES */

.Centered
{
	text-align: center;
}