body {
	text-align: center;
	color: #222;
	font-family: "arial", "helvetica", "sans";
	font-size: 14px;
	line-height: 24px;
background: #f5e7a4;
background-image:url("images/newbg2.jpg");
background-repeat:no-repeat;
background-attachment: fixed;
background-position: top center;
}
div#wrapper {
	text-align: left;
	margin: auto;
margin-top: 0px;
width: 900px;
min-height:600px;
background: #fff;
border: 0px solid #aaa;
border-top: 0px;
padding: 10px 0px 0px 0;
}
a {
	color: #333;
}
a:hover {
	color: #ccc;
}
a:active {
font-weight:bold;
}
p {
	margin: 0 0 24px;
}
h1, h2, h3, h4 {
	font-family: "arial", "helvetica", "sans";
	font-weight: bold;
}
div#header {
	border-bottom: 0px solid #ffeeee;
margin-bottom: 20px;
height: 96px;
padding-left:10px;
}
img {
border: 4px solid #000000;

}
.homeimage {
border: 0px;
margin: 10px 100px 0 0;
}

h1 {
	font-size: 60px;
	color: #e71d34;
	line-height: 70px;
}
h1 a {
	text-decoration: none;
	color: #e71d34;
}
div#header h2, {
	margin: 0 0 6px;
}


ul#navigation {
	display: block;
	width: 570px;
	float: left;
padding-left:10px;
}
ul#navigation li {
	display: inline;
}
ul#navigation li a {
	font-family: sans-serif;
	text-decoration: none;
	color: #ecb81c;
	font-size: 14px;
	margin: 0 32px 0px 0;
}
ul#navigation li a:hover {
	color: #999;
}
div#header h2 {
	font-family: sans-serif;
	font-weight: normal;
	display: block;
	width: 200px;
	float: right;
	text-align: right;
	font-size: 16px;
}
span.f {
	font-style: italic;
}
span.copy {
font-size:12px;
}
div#content {
padding-left: 20px;
	margin: 5px 10px 0 0;
}

div.entry {
	width: 850px;
margin-bottom: 30px;
}

div.entryClear {
        clear:both;
}

div.entrybg {
        background-color:#ffffdd;
}

div.imageholder {
	float: left;
	width: 580px;
}

div.imageholder img {
     text-align:center;
}

div.textholder {
        padding-left: 5px;
        padding-right: 5px;
	color: #222;
	float:right;
	width: 250px;
        /*background-color: #f5e7a4;*/
}

div.entry h2 {
        padding-left: 5px;
        background-color:#fff;
}


div#content h2 {
	font-size: 24px;
	color: #333;
	line-height: 32px;
}
div#content h2 a {
	text-decoration: none;
	color: #ecb81c;
}

div#footer p {
	line-height: 108px;
	color: #333;
	text-align: center;
}
div#footer p a {
	color: #444;
	text-decoration: none;
}
div#footer p a:hover {
	color: #555;
	text-decoration: underline;
}
div.post {
	margin: 0 0 76px;
}
h3#comments, h3#respond {
	color: #fff;
	line-height: 64px;
}

form input, form textarea {
	margin: 0 12px 0;
}
div.alignleft, div.alignright {
	display: block;
	width: 40%;
	float: left;
}
div.alignright {
	float: right;
	text-align: right;
}
div.alignleft a, div.alignright a {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 18px;
	text-decoration: none;
	color: #777;
}
div.alignleft a:hover, div.alignright a:hover {
	color: #999;
	text-decoration: underline;
}