* {
	margin: 0; padding: 0;
}
body {
	text-align: center;
	font: 12px Arial;
	color: #000000;
	background-color: #000000;
}
a {
	color: #2C7BA9;
}
a:hover {
	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 **/
#buffer {
	background: #ffffff url(background.gif) repeat-x 0 0;
}
#wrapper {
	width: 1000px;
	text-align: left;
	margin: auto auto;
}

#header {
	background: url(header.jpg) no-repeat 0 27px;
}
	#header .menu ul {
		list-style-type: none;
		font-size:12px;
		height: 25px;
	}
		#header .menu ul li {
			float: left;
			font-family: "Trebuchet MS";
		}
	
		#header .menu ul li a {
			color: #ffffff;
			border-left: 1px solid #ffffff;
			text-decoration: none;
			display: block;
			padding: 4px 10px;
			background: url(active2.gif) repeat-x 0 0;
		}
		#header .menu ul li a:hover {
			color:grey;
		}
		
		#header .menu .f {
			border: none;
		}
			
		#header .search form{
		padding-right:50px;
		}
	#header ol {
		list-style-type: none;
		float: left;
	}
		#header ol li {
			float: left;
			padding: 0 1px;
		}
		#header ol li a {
			color: #ffffff;
			text-decoration: none;
			display: block;
			background: url(navigation2.gif) repeat-x 0 0;
			padding: 8px 28px 7px;
		}
		#header ol li a:hover {
			background-image: url(active2.gif);
		}
	#header form {
		width: 247px; height: 27px;
		background: url(search.gif) no-repeat 0 0;
	}
		#header form input {
			font-size: 1.2em;
			font-family: Arial;
			border: 0;
			float: left;
			margin: 5px 4px 0 3px;
			width: 208px;
			background-color: transparent;
		}
		#header form button {
			float: left;
			text-indent: -9999px;
			border: 0;
			width: 31px; height: 27px;
			background-color: transparent;
		}
/** END header **/

/** BEGIN body **/

/** BEGIN content **/
#content {
	text-align:left;
	vertical-align:top;
	
}	
	#content .title h1 {
		float:right;
		font-size: 14px;
		width:350px;
		padding-top:30px;
		text-decoration:none;
		
	}
	#content .title a {
	text-decoration:none;
	}
	#content .description {
		width: 580px; height: 129px;
		background: url(description.gif) no-repeat 0 0;
		text-transform: uppercase;
		
	}
		
	#content .post {
		padding-top:10px;
		font-size: 12px;
		padding-bottom: 25px;
		width:630px;
	}
		#content h2 {
			font-size: 12px;
			padding: 5px 18px;
			color:#fff;
			margin-bottom:10px;
			background: url(posthead.gif) no-repeat 0 0;
		}
			#content .post h2 a {
				text-decoration: none;
				color: #ffffff;
			}
	
	
		.entry td {
		
		font-size: 12px;
		}
			
		#content .post .content {
			padding: 0 5px;
			clear: both;
		}
		#content .post h3 {
			font-size: 1.2em;
			margin-bottom: 5px;
		}
		#content .post p {
			line-height: 1.5em;
			margin-bottom: 10px;
		}
		#content .post ul {
			margin: 0 0 10px 16px;
		}
		#content .post ol {
			margin: 0 0 10px 16px;
			padding-left: 10px;
		}
		#content .post li {
			line-height: 1.5em;
			padding: 1px 0;
		}
	
/** END content **/

/** BEGIN sidebar **/
#sidebar {
	
	padding-top: 20px;
	text-align:left;
	vertical-align:top;
	background: url(wrapper.gif) repeat-y left 0;
}
	#sidebar h2 {
		background: url(sidehead.gif) no-repeat left 0;
		color: #ffffff;
		font-weight: normal;
		font-size: 12px;
		line-height:23px;
		letter-spacing: 1px;
		padding: 3px 10px 4px;
		margin-bottom: 10px;
		width:299px;
		
	}
	

	#sidebar p img {
		border: 1px solid #747372;
		margin: 5px;
	}
	#sidebar ul {
		list-style-type: none;
		padding-left:5px;
	}

		#sidebar ul li a {
			color: #6A6664;
			padding:5px 0px 5px 15px;
			font-size: 12px;
			text-decoration: none;
		}
		#sidebar ul li a:hover {
			text-decoration:underline;
			
		}
/** END sidebar **/

/** BEGIN footer **/
#footer {
	width: 1000px; height: 120px;
	margin: auto auto;
	background: url(footer.gif) no-repeat 38px 0;
	margin-top: -22px;
	padding-top:15px;
}
	#footer p {
		text-indent: -9999px;
	}
/** END footer **/



