
	body {
	background: #dfdfdf url(images/body_bg.jpg) repeat-x;
	font: 62.5% Helvetica, Arial, sans-serif;
	color: #333;
	}
	
	a {
	color: #00a0d1;
	text-decoration: none;
	}
	
	#wrapper {
	width: 780px;
	margin: 40px auto;
	}
	
	#top {
	border-bottom: 1px solid #999999;
	height: 90px;
	}
	
	#top h1 {
	float: left;
	width: 270px;
	margin: 0;
	}
	
	#nav {
	padding-top: 12px;
	}
	
	#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
	#nav ul li {
	float: left;
	}
	
	#nav ul li a {
	display: block;
	}
	
	#hide {
	display: none;
	}
	
	#main {
	clear: both;
	margin-top: 20px;
	height: 20px;
	}
	
	#content {
	width: 540px;
	float: left;
	margin-right: 20px;
	min-height: 300px;
	}
	
	#content h2 {
	font-size: 2.4em;
	color: #00a0d1;
	margin: .25em 0;
	line-height: 1.2em;
	}
	
	#sidebar h2 {
	font-size: 1.5em;
	color: #00a0d1;
	margin: .25em 0;
	line-height: 1.2em;
	}
	
	#content p, #sidebar p, #content ul {
	font-size: 1.2em;
	line-height: 1.5em;
	}
	
	#sidebar {
	width: 220px;
	float: left;
	}
	
	#submenu {
	font-size: 1.2em;
	line-height: 1.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
	#submenu li {
	border-top: 1px solid #cdcdcd;
	padding: 5px 1px;
	}
	
	#submenu li:first-child {
	border-top: none;
	}
	
	#submenu li a {
	color: #333;
	}
	
	#submenu .current_page_item a, #submenu li a:hover {
	color: #00a0d1;
	}
	
	.post, .sidebaritem {
	clear: both;
	background: #fff url(images/postbottom.png) repeat-x bottom;
	border: 1px solid #cecece;
	border-top: 1px solid #dedddd;
	padding: 12px 25px 10px;
	margin-bottom: 20px;
	}
	
	.sidebaritem {
	padding: 10px 15px 5px;
	}

	.transparent {
	clear: both;
	border: 1px solid transparent;
	}

	.divider {
	border: none;
	border-bottom: 1px solid #999999;
	margin: 23px 0;
	}
	
	#footer {
	margin: 25px 0 15px;
	color: #666;
	font-size: 1.1em;
	padding-top: 12px;
	border-top: 1px solid #999;
	}

	#topimg {
	padding: 0;
	margin: 3px -8px 7px;
	}

/* Begin Images */

	.imgborder {
	border: 1px solid #cdcdcd;
	padding: 3px;
}

p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

