* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #808080;
	background: #EEEEEE url(images/background.gif) repeat-x 0 0;
}
a {
	text-decoration: none;
	color: #0A3C6F;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0;
}

select {font-size: 10px;}
.break {
	font-size: 0;
	width: 0; height: 0;
	clear: both;
}
.alignleft {
	float: left;
	margin: 4px 10px 5px 0;
}
.alignright {
	float: right;
	margin: 4px 0 5px 10px;
}
.aligncenter {
	text-align: center;
}
.hidden {
	display: none;
}

/** BEGIN wrapper **/
.wrapper {
	width: 970px;
	margin: auto auto;
	text-align: left;
	background: url(images/wrapper.gif) repeat-y 0 0;
	padding: 0 12px;
}
/** END wrapper **/

/** BEGIN navigation **/
#navigation {
	height: 31px;
}
	#navigation .wrapper {
		background: none;
	}
	#navigation ul {
		list-style-type: none;
	}
		#navigation ul li {
			float: left;
			font-size: 0.9em;
		}
		#navigation ul li a {
			color: #ffffff;
			display: block;
			padding: 9px 12px;
		}
		#navigation ul li a:hover {
			color: #CCCCCC;
			text-decoration: none;
		}
	#navigation form {
		width: 279px; height: 21px;
		background: url(images/search.gif) no-repeat 0 0;
		float: right;
		margin: 5px 10px 0 0;
	}
		#navigation form input {
			border: 0;
			font-size: 1em;
			font-family: Verdana;
			float: left;
			margin: 3px 0;
			width: 252px;
			background-color: transparent;
		}
		#navigation form button {
			border: 0;
			text-indent: -9999px;
			width: 16px; height: 16px;
			background-color: transparent;
			float: left;
			margin: 2px 3px;
		}
/** END navigation **/

/** BEGIN header **/
#header {
	height: 104px;
}
	#header h1 {
		float: left;
		font-size: 0;
		padding: 36px 24px 0;
	}
	#header h1 a {
		display: block;
		outline: none;
		text-indent: -9999px;
		width: 286px; height: 32px;
		background: url(images/logo.gif) no-repeat 0 0;
	}
	#header .ad468x60 {
		float: right;
		padding: 22px 20px 0;
	}
/** END header **/

/** BEGIN body **/
#body {
	clear: both;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 520px;
	float: left;
	padding: 0 0 10px 5px;
}
	#content p {
		margin-bottom: 10px;
	}
	#content .posts {
		border: 1px solid #DDDDDD;
		float: left;
		padding: 10px;
		width: 505px;
		margin-top:10px;

	}

		#content .posts h2 {
		margin-bottom: 10px;
		font-size: 1.5em;
		color: #0A3C6F;
		}

/** END content **/

/** BEGIN sidebar **/
#sidebar {
	float: right;
	width: 200px;
	padding: 0 10px 15px 0;
}
	#sidebar h2 {
		font-size: 1em;
		text-transform: uppercase;
		background: url(images/sidehead.gif) repeat-x 0 0;
		padding: 7px 10px;
		margin-top: 10px;
		border-width: 0 1px;
		border-style: solid;
		border-color: #DDDDDD;
	}
	#sidebar h3 {
		font-size: 1em;
		text-transform: uppercase;
		background: url(images/sidehead1.gif) repeat-x 0 0;
		padding: 7px 10px;
		margin-top: 10px;
		border-width: 0 1px;
		border-style: solid;
		border-color: #DDDDDD;
	}
	#sidebar ul {
		list-style-type: none;
		border: 1px solid #DDDDDD;
	}
		#sidebar ul li {
			line-height: 1.4em;
			padding: 5px 7px;
			border-bottom: 1px dotted #DADADA;
		}
		#sidebar ul li a {
			color: #808080;
		}
	#sidebar .tags {
		padding: 10px;
		border: 1px solid #dddddd;
		text-align:justify;
		font-size:11px;
	}
		#sidebar .tags a {
			color: #808080;
		}
		#sidebar .tags a:hover {
			color: #0A3C6F;
			text-decoration: none;
		}
/** END sidebar **/

/** BEGIN sidebal **/
#sidebal {
	float: left;
	width: 200px;
	padding: 0 5px 20px 15px;
}
	#sidebal h2 {
		font-size: 1em;
		text-transform: uppercase;
		background: url(images/sidehead.gif) repeat-x 0 0;
		padding: 7px 10px;
		margin-top: 10px;
		border-width: 0 1px;
		border-style: solid;
		border-color: #DDDDDD;
	}
	#sidebal ul {
		list-style-type: none;
		border: 1px solid #DDDDDD;
	}
		#sidebal ul li {
			line-height: 1.4em;
			padding: 5px 7px;
			border-bottom: 1px dotted #DADADA;
		}
		#sidebal ul li a {
			color: #808080;
		}


	#sidebal .tags {
		padding: 10px;
		border: 1px solid #dddddd;
		text-align:justify;
		font-size:11px;
		
	}
		#sidebal .tags a {
			color: #808080;
		}
		#sidebal .tags a:hover {
			color: #0A3C6F;
			text-decoration: none;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	background-color: #224055;
	color: #ffffff;
	font-size: 0.9em;
	padding: 20px 0 60px;
	line-height: 1.7em;
}
	#footer .wrapper {
		background: none;
	}
	#footer a {
		color: #ffffff;
	}
	#footer .l {
		float: left;
		padding-left: 20px;
	}

/** END footer **/
