html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, br {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body { line-height: 1; color: #666; background: #f9df8c url('../images/body_bg.png') repeat-x fixed top left;font-family:Georgia, sans-serif; font-size: 62.5%; text-align: center; padding: 0 0 50px; }
ol, ul { list-style: none;}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }


hr { display: none; }

a { color: #5caecb; text-decoration:none; }
a:hover { text-decoration:underline;}
#main_container {	background: transparent url('../images/notepad_line.png') repeat-y top center; width: 100%; text-align: center; }
#header_container { background: transparent url('../images/notepad_header.png') no-repeat top center; width: 100%; padding: 53px 0 0; text-align: center; }
#header { width: 700px; margin: 0 auto; margin-top:15px; padding: 0; text-align:left; position: relative; }
#footer_note { background: transparent url('../images/notepad_bottom.png') no-repeat top center; width:100%; height:45px; position: relative; bottom:-45px; }

h1 {
color: #e3514b;
font: 5em Georgia,sans-serif;
font-weight:bold;
letter-spacing:-2px;
margin: 0;
width: 600px;
}
h1 a { color: #e3514b; }

 
p#tag_line { font: 1.5em Georgia,serif; font-style:italic; margin: 8px 0 0 0; width: 480px; }
#footer { clear:both; position: relative; width: 880px; height: 90px; margin: 0 auto; text-align: right; font: 1.2em Georgia,sans-serif; }
#footer .links { position: absolute; top: 0; right: 58px; }

#content {
	width: 800px;
	margin: 0 auto;
	
}
.post {
	width: 600px;
	position:relative;
	top:35px;
	margin-left:50px;
	font-size: 1.5em;
	text-align:left;
}
.post h3 {
	font-size:1.5em;
	font-weight:bold;
	letter-spacing:-1px;
}
.post p.firstpara {
	margin-top:7px;

}
.post p {
	margin-top:30px;
	font-weight:normal;
	font-size:1.1em;
	line-height: 1.82em;
}
.highlight { color:#e3514b;}