body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #333;
	background-color: white;
}

h2 {
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	margin: 15px 300px 15px 0px;
	padding: 6px;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
	background-color: #eee;
	color: #800;
}

h1, h4, h5 {
	margin: 15px 0px 10px;
	padding: 0px;
	font-size: 28px;
	line-height: 28px;
	font-weight: 900;
	color: #ccc;
}

h4, h5 { 
	font-size: 12px;
	line-height: 12px;
	font-weight: 800;
	color: #999;
}

h5 {
	font-size: 10px;
	font-style: italic;
}

h1 {
    margin-bottom: 0px;
    border-top: 1px solid #999;
}

h1.first {
    border-top: none;
}

p {
	font: 11px/20px verdana, arial, helvetica, sans-serif;
	margin: 0px 15px 0px 20px;
	padding: 0px;
}

#content>p {
    margin: 0px;
}

a {
	color: #802;
	font-size: 11px;
	text-decoration: none;
	font-weight: 600;
	font-family: verdana, arial, helvetica, sans-serif;
}

a:hover {
    text-decoration: underline;
}

#header {
	margin: 50px 0px 10px 0px;
	padding: 17px 0px 0px 20px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	line-height: 11px;
	background-color: #eee;
	height: 14px; /*33px*/
}

#header span {
	font-size: 18px;
	font-weight: 800;
    color: #880022;
    font-family: verdana,arial,helvetica,sans-serif;
    text-decoration: none;
}

#content {
	margin: 0px 210px 50px 10px;
	padding: 10px;
}

#menu {
	position: absolute;
	top: 100px;
	right: 20px;
	padding: 10px;
	background-color: #eee;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	line-height: 17px;
    width: 150px;
}

#menu a {
   margin: 0px;
   padding: 0px 0px 0px 10px;
}

#menu h4 {
	margin: 12px 0px 4px 0px;
}

h1 a {
    font-size: 14px;
}

h1 span {
    font-size: 11px;
    font-style: italic;
}

div.entry_content {
    font-size: 14px;
}

