body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #333;
	background-color: #fff;
	text-align: center;
}
p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0;
}
ol, ul {
	font-size: 1em;
	line-height: 1.5em;
	margin: 1.2em 0 1.2em 2em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0;
	font-family: "Tahoma, Lucida Grande", Arial, sans-serif;
	color: #003399; 
}
h1, h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}

a:link {
	color: #0000ff;
}
a:visited {
	color: #0000ff;
}
a:hover, a:active {
	color: #0000ff;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #E8E7D0;
	font-size: 0.9em;
}
form, img {
	margin: 0;
	padding: 0;
	border: 0;
}
.small {
	font-size: 0.9em;
	color: #999;
}



/* Layout */

#wrapper {
	margin: 0 auto;
	width: 790px;
	background-color: #ffffff;
	text-align: left;
}
#header {
	padding: 5px 0 0 0;
	background-color: #000000;
	border-bottom: 5px solid #000;
}

	/* Header Styles */
	#header h1 {
		margin: 0;
		font-size: 1.8em;
	}
	#header h1 a {
		text-decoration: none;
		color: #003399;
	}
	
	
#content {
	float: left;
	padding: 0 20px;
	width: 790px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 750px;
} 
html>body #content {
	width: 750px;
}

* html #content {
	overflow: hidden; /* For IE */
}


#footer {
	clear: both;
	font-size: 0.9em;
	text-align: right;
}

	/* Footer Styles */
	#footer p {
		margin: 0;
		padding: 10px 0 10px 0; 
		background-color: #fff;
		border-top: 2px solid #000;
		font-size: 0.6em;
		text-align: center;
	}

.post {
}
.posttitle {
	margin-bottom: 0;
	width: 100%;
	color: #FF3333;
	overflow: auto;
	/* Width and overflow to clear '.posttitle a' */
}
.posttitle a {
	float: left;
	padding: 0 10px;

}
.posttitle a:link, .posttitle a:visited {
	color: #990000;	
}
.posttitle a:hover, .posttitle a:active {

	color: #990000;
}