* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Verdana;
	color: #000000;
	background: url(images/background.gif) repeat-x 0 0;
}
a {
	color: #6B001A;
}
a:hover {
	text-decoration: none;
	color: #ff0000;
}
img {
	border: 0;
}

.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: 1000px;
	margin: auto auto;
	text-align: left;
}
/** END wrapper **/

/** BEGIN header **/
#header {
	height: 160px;
	padding: 0 8px;
}
	#header ul {
		list-style-type: none;
		clear: both;
	}
		#header ul li {
			float: left;
		}
	#header .pages {
		float: left;
	}
		#header .pages li {
			font-weight: bold;
			font-size: 0.9em;
			text-transform: uppercase;
		}
		#header .pages li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			padding: 8px 10px;
		}
		#header .pages li a:hover {
			text-decoration: underline;
		}
	#header .links {
		float: right;
		color: #ffffff;
		font-size: 0.9em;
		padding: 8px 0 8px 18px;
	}
		#header .links a {
			color: #ffffff;
			text-decoration: none;
			margin: 0 5px;
		}
		#header .links a:hover {
			text-decoration: underline;
		}
	#header h1 {
		float: left;
		padding: 35px 0 40px;
		clear: both;
	}
		#header h1 a {
			display: block;
			outline: none;
			text-indent: -9999px;
			background: url(images/logo.gif) no-repeat 0 0;
			width: 344px; height: 53px;
		}
	#header .ad {
		float: right;
		padding-top: 30px;
	}
	#header .categories {
		overflow: hidden;
		width: 100%;
	}
		#header .categories li {
			font-family: Arial;
			font-size: 0.9em;
			text-transform: uppercase;
			padding-left: 1px;
			background: url(images/divider.gif) no-repeat 0 15px;
			margin-left: -1px;
		}
		#header .categories li a {
			color: #333333;
			text-decoration: none;
			display: block;
			padding: 13px 10px 12px;
		}
		#header .categories li a:hover {
			text-decoration: underline;
		}
/** END header **/

/** BEGIN body **/
#body {
	padding: 10px 0;
}
/** END body **/

/** BEGIN content **/
#content {
	width: 580px;
	float: left;
	background: url(images/contentbody.gif) repeat-y 0 0;


}
	#content .head { background: url(images/contenthead.gif) no-repeat 0 0; }
	#content .foot { 
		background: url(images/contentfoot.gif) no-repeat 0 bottom;
		padding: 25px 8px;
	}

	#content .post {
		clear: both;
		border-bottom: 1px solid #E9E9E9;
		margin: 0 20px;
background-color: #FFF;

	}
			#content .post h2 {
				font-weight: normal;
				font-size: 1.8em;
				margin-bottom: 15px;
			}
			#content .post p {
				line-height: 2em;
				margin-bottom: 15px;
font-size:12px;
			}
/** END content **/

/** BEGIN links **/
#links {
	clear: both;
	padding: 20px 30px;
	font-family: Verdana;
}
	#links .box {
		width: 130px;
		float: left;
		padding: 20px 10px;
		border-top: 1px solid #E9E9E9;
	}
	#links h2 {
		float: left;
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin-bottom: 10px;
	}
	#links ul {
		clear: both;
		list-style-type: none;
		padding: 0 5px;
	}
		#links ul li {
			line-height: 1.5em;
			font-size: 0.9em;
			padding: 4px 0;
		}
		#links ul li a {
			color: #191919;
			text-decoration: none;
		}
		#links ul li a:hover {
			color: #6B001A;
			text-decoration: underline;
		}
/** END links **/

/** BEGIN sidebar **/
#sidebar {
	width: 210px;
	float: right;
	padding: 8px 0px 0 0;

}
	#sidebar .box {
		border: 2px solid #E1E1E1;
		padding: 10px;
		margin-bottom: 15px;
	}
	#sidebar .box p{
font-size:11px;
line-height:13px;
	}
	#sidebar h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin-bottom: 10px;
		width: 170px;
	}
	#sidebar ul {
		list-style-type: none;
	}
		#sidebar ul li {
			line-height: 1.5em;
			padding: 2px 0;
			border-bottom: 1px solid #E9E9E9;
		}
		#sidebar ul li a {
			color: #191919;
			text-decoration: none;
		}
/** END sidebar **/

/** BEGIN lsidebar **/
#lsidebar {
	width: 210px;
	float: left;
	padding: 8px 0px 0 0;

}
	#lsidebar .box {
		border: 2px solid #E1E1E1;
		padding: 10px;
		margin-bottom: 15px;
	}
	#lsidebar .box p{
font-size:11px;
line-height:13px;
	}
	#lsidebar h2 {
		font-size: 0.9em;
		text-transform: uppercase;
		color: #ffffff;
		background-color: #212121;
		padding: 5px 8px;
		font-weight: normal;
		margin-bottom: 10px;
		width: 170px;
	}
	#lsidebar ul {
		list-style-type: none;
	}
		#lsidebar ul li {
			line-height: 1.5em;
			padding: 2px 0;
			border-bottom: 1px solid #E9E9E9;
		}
		#lsidebar ul li a {
			color: #191919;
			text-decoration: none;
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	clear: both;
	background-color: #212121;
	color: #ffffff;
}
	#footer p {
		width: 940px;
		margin: auto auto;
		text-align: left;
		font-size: 0.9em;
		padding: 15px 0;
	}
	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
/** END footer **/