body
{
	margin: 10;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #333;
	background-color: #206659;
	background-image: url(images/cardboard_bg.jpg);
	background-repeat: repeat;
}

a:link {
	color: #82633E;
	text-decoration: none;
	font-size: small;
}
a:visited { color: #A27552; 
text-decoration: none;}
a:hover, a:active
{
	color: #82633E;
text-decoration: underline; 
}

h2
{
	color: #82633E;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3
{
	color: #000;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}
h4
{
	color: #82633E;
	font-weight: normal;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#container
{
	margin: 1em auto;
	width: 700px;
	text-align: left;
	background-color: #F8F6F2;
	border: 2px none #fff;
}

#header
{
	height: 257px;
	width: 100%;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 1.5px solid #333;
	position: relative;
	border: 1px none #333;
	border-bottom: 1px solid #000;
	background-color: #CCCCCC;

}

#header h1
{
	font-size: 77px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding:8px 10px 0px 0px;
	font-family: "2Peas Platform Shoes";
}
#menu
{
	float: right;
	width: 185px;
	border-left: 1px solid #000;
	Margin-top: 10px;
	padding: 10px 5px 10px 5px;
}

#contents { margin: 0 200px 40px 10px; }
#contents p {
	line-height: 115%;
	font-size: small;
	text-align: Justify;
	padding: 10px;
}
.blogentry { border-bottom: 1px solid #000; }
.imagefloat { float: right; }

#footer
{
	clear: both;
	color: #fff;
	text-align: right;
	font-size: 90%;
}
#footer a{
	text-decoration: none;
	color: #82633E;
	text-align: right;
}
#footer a:hover{
	text-decoration: underline;
	color: #FFF0D1;
	text-align: right;
}
.bib { 
	width: 680px;
	margin: 10px; }
.bib p {
	line-height: 115%;
	font-size: small;
	text-align: justify;
	padding: 10px;
}
