/* -------------------------------------------------------------- 

   styles.css
   * Core stylesheet file
   
-------------------------------------------------------------- */


body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	background: #241e20 url('/assets/images/body.bg.png') left top repeat-x;
	color: #616265;
}

a {
	color: #616265;
	text-decoration:none;
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
}

.hideme {
	display:none;
}

.wrapper {
	width:960px;
	margin:0 auto;
}

.header {
}
	.header-bar {
		background: url('/assets/images/header.png');
		height:72px;
	}
	.navigation-strip {
		height:25px;
		background: #1a1818;
	}

.footer {
	background: #1a1818;
	padding:5px 20px;
	font-size:9px;
}
	.footer p {
		float:left;
	}
	.footer p.site-credit {
		float:right;
	}

.content {
	background: #fff;
	padding:20px 20px 20px 0;
}
	.main-image-area {
		float:left;
		width:706px;
		height:472px;
		overflow:hidden;
		margin-right:16px;
	}
		.main-image-area img {
			
		}
		
		/*
		.main-image-area ul {
			list-style:none;
			margin:0;
			padding:0;
		}
			.main-image-area li {
				float:left;
			}
		*/
		
	.side-image-area {
		float:left;
		width:218px;
	}
		.side-image-area img {
			margin:0;
			padding:0;
			float:left;
		}
		.side-image-area a {
			margin:0;
			padding:0;
		}

