
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #666;
	background: #f4f4f4 url(bg.gif) repeat-y center;
	font: 100% 'Trebuchet MS', Verdana, Georgia, Arial, sans-serif;
}
a:link, a:visited {
	text-decoration: none;
	color: #005EBF;
}
a:hover, a:active {
	text-decoration:underline;	
}
a img {
	border: none;
}
acronym, abbr {
	border-bottom: 1px dotted #0c6bf0;
}
acronym, abbr, span.caps {
	cursor: help;
	letter-spacing: .07em;
}
code {
	font-size: 1em;
	font-style: italic;
}
blockquote{
	background: #EEE url(img/blockquote.png) no-repeat bottom left;
	/*border: 1px solid #E0E0E0;*/
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

cite {
	font-size: 0.9em;
	font-style: normal;
}
h3 {
	margin: 0;
	padding: 0;
	font: normal 1.3em verdana, helvetica, sans-serif;
}
p {
	margin: 0 0 1em;
	padding: 0;
	line-height: 1.5em;
}
h2, h3 {
	font-family: Georgia, "Lucida Grande", "Lucida Sans Unicode", lucida, Verdana, sans-serif;
	letter-spacing: 1px;
	color:#666;
	font-size:1.25em;
	margin:0;
	padding:10px 0 0 0;
}
h4 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
	color: #999;
}
#rap {
	width: 600px;
	margin: 0px auto;
	padding: 0;
	font-size: 1em;
	text-align: left;
	line-height: 18px;
	//background: #fff url(img/bodybag.gif) repeat-y center;
	overflow:hidden;
	
}

#content 
{
	float: center;//left;
	margin:20px 0;
	padding:0 20px;
	background: #fff;
	width: 520px;
	//font-size: 0.9em;
	color:#333;
	overflow:hidden;
}

//html>body #sidebar {
//	width: 190px;
//}




#content ul {
	margin-left: 0;
	padding-left: 15px;
	list-style-type: none;
}
#content ul li {
	background: url(img/bullet.png) no-repeat 0 4px;
	padding-left: 1.5em;
	list-style:none;
}

.post-content {
	padding: 1em 0 0;
}


hr {
	display: none;
}




#footer {
	margin:0 auto;
	padding: 3px 0;
	border-top: 1px solid #e6e6e6;
	clear: both;
	font-size: 0.8em;
	color: #999;
	background: #fff;
	text-align:center;
}
#footer a {
border:none;
color:#7A7636;
}
/*Comments Styling*/
#comments, #respond{
	margin: 2em 1em 0 10px;	
}





