/* Main CSS Document */

/* Global properties */
body { 
	background:url(../images/background.jpg) repeat 50% top; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%; 
	line-height:1em;
	color:#88857F;
}
html { 
	min-width:994px;
}
html, 
body { 
	height:100%;
}
h3{text-align:center;}
/* Reset Body Property */
body{border:0; margin:0; padding:0;}

#main-container {
   min-height:90%;
   padding-bottom:95px; /*height of footer */
   position:relative;
   height:auto;

}

/* Site Logo Header */
#logo-container{
background:url(../images/logo.png) center top no-repeat;
height:169px; /* Height of logo */
}
/* Full menu strip */
#navbar-container{
	height:35px;
	background-color:#333333;
	position:absolute;
	width:100%;
	margin-top:175px; 
	margin-left:0;
	z-index:-1;
}

/* Page Content /Body */
#page-content {
	min-height:100%;
	margin: 0 auto 0 auto;
	padding:10px;
	
	border:medium double grey;
	width:994px;
	background-color:#CED9CC;

}

#hash-links a {
	color:#333333;
	text-decoration:none;
}


#page-content-box {
	margin: 0 auto;
	padding:10px;
	margin-bottom:10px;

	border: medium double grey;
	width:950px;
	background-color:#FFFFFF;
	
}

#c {text-align:center;}
#c a {
		color:#333333;
		text-decoration:none;	
}
#c a:hover {
		color:#2580A2;
		text-decoration:underline;
}
div.pictureArea{
	position:relative; 
	margin-left:auto; 
	margin-right:auto;
} 

div.spacer {
	clear:both;
}
#backtotop {
	float:right;
}
#backtotop a {
	color:#2580A2;
	text-decoration:none;
}

/* make space for footer */
#clearfooter {
height:auto;
clear:both;
}
/* Footer */
#foot-container {
	height:95px; /* Height of the footer */
	position:absolute;
	bottom:0;
	text-align:center;
	background-color:#333333;
	/*margin:-95px auto 25 auto;*/
	color:#cccccc;
	width:100%;
}
	#foot-container .inside {
		padding: 20px 0 0 0;
		width:994px;
		margin-left: auto ;
 		margin-right: auto ;

	}
	/* Address footer */
	#foot-container .left {
		float:left;
		text-align:left;
		padding-left:50px;
	}
	/* Links footer */
	#foot-container .middle {

		float:left;
		padding-left:50px;
	}
	/* facetwit footer */
	#foot-container .right {
		float:left;
		padding-left:50px;
	}
	#foot-container a {
		color:#8C5952;
		text-decoration:none;	
		border:none;	
	}
	#foot-container a:hover {
		color:#2580A2;
		text-decoration:underline;
	}

