body {
		background:url(../images/bg.jpg) no-repeat top center ;
		background-color:#f1ede1;
		margin:0;
		padding:0;
		text-align:center;
		font-family: Georgia, Times, Serif;
		font-size:12px;
		color: #333333;
	}
	
	a {
		color: #000;
		font-weight:bold;
		text-decoration: none;
	}

	#container {
		width:900px;
		height:768px;
		margin-left:auto;
		margin-right:auto;
		background:url(../images/frame.png) no-repeat top center ;
	}
		
	#headerWrapper {
		height:256px;
		padding-left: 43px;
	}

	
	#header {
		float:left;
		width:564px;
		height:188px;
		margin-top:68px;
		
	}
	
	#nav {
		width:254px;
		height:188px;
		margin-top:68px;
		float:left;
	}
	
	#contentWrapper {
		width:900px;
		height:413px;
		float:left;
	}

	#content {
		width:800px;
		padding-top:30px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	}
	
	#footer {
		width:900px;
		height:99px;
		float:left;
	}
	
	a img {
		border:none;
	}
	
	
/* ---------- activities ---------- */
	.activity_row {
		width:470px;
		margin-left:auto;
		margin-right:auto;
		border-top:1px solid #d9d3c6;
		padding-top:5px;
		text-align:left;
	}
	
	.activity_row_top {
		width:470px;
		margin-left:auto;
		margin-right:auto;
		text-align:left;
	}

/* ---------- image preloader ---------- */
	#preloadContent {
		display:none;
		}
