@charset "UTF-8";
/* CSS Document */

body { 
	background: url(../images/background.jpg) #000 repeat-x 0 0;
	font-family: century gothic, "century gothic", lucida grande, "lucida grande", trebuchet MS, "trebuchet MS", TrebuchetMS, Helvetica, Arial, Verdana;
	font-size: 13px;
	line-height: 18px;
	color: #999;
	margin: 0;
}

#container {
	width: 945px;
	height: auto;
	margin: 145px auto 0 55px;
	float: left;
}

h1, h2, h3, h4, p { margin: 0 0 10px 0; }


h2 { 
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

a, a:visited { color: #FF6600; text-decoration: none; }
a: hover { color: #CC0000; }

#title { height: 50px; clear: both; font-size: 16px; }

#left {
	width: 440px;
	height: auto;
	float: left;
}

	.entry, .entry_slim {
		width: 440px;
		height: auto;
		float: left;
		margin-bottom: 20px;
	}
	
		.entry img {
			border: 6px solid #222;
			margin: 0 15px 0 0;
			float: left;
		}
		
		.entry strong, .entry_slim strong {
			color: #fff;
		}
		
	.entry_slim {
		width: 240px;
	}
	
	.entry_slim img {
		border: 6px solid #222;
		margin-bottom: 10px;
	}

#right {
	width: 482px;
	height: auto;
	float: right;
}

	#right h2, #left h2  { clear: both; }