body {
	background:#ffffff url(images/bg-body.jpg) repeat left top;
	margin:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%; /* Sets default font size to 10px */
}
.style1 {
	font-size: 9px;
	font-weight: bold;
}

#wrapper {
	margin:0 auto;
	margin-top: 10px;
	width:800px;
	font-size:1.5em;
}

#header {
	height:60px;
}

#menu {
	height:35px;
	line-height:35px;
	padding:0 170px;
	text-weight: 600;
}

#content {
	float:left;
	width:800px;
	min-height:400px;
}

#footer {
	clear:both;
	height:100px;
}


* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

p {
	margin-bottom:1.75em;
}

a {
	text-decoration:none;
	color:#859964;
}

a:hover {
	text-decoration:underline;
	color:#859964;
}
	
	
	/* Heading's */

h1 {
	font-size:2.2em;
	font-weight:normal;
	cursor:default;
	position:relative; top:20px; left:10px;
	letter-spacing:1px;
	color:#2a2215;
}
	
.date {
	font-size:0.9em;
	color:#bbbbbb;
	cursor:default;
	letter-spacing:1px;
}	
	
/* Menu */

#menu ul {
	list-style-type:none;
}

#menu li {
	float:left;
}

#menu li a {
	padding:0 15px;
	display:block;
	color:#859964;
	margin-right:2px;
}

#menu li a:hover {
}

/* Footer */

#footer-valid {
	float:left;
	padding-top:55px;
	padding-left:20px;
	cursor:default;
	color:#859964;
}

#footer-valid a {
	color:#859964;
	text-decoration:none;
}

#footer-valid a:hover {
	color:#859964;
	text-decoration:underline;
}


/* Entries */

.entry {
	padding:5px 10px;
	text-align:justify;
	line-height:1.75em;
}

.entry-title {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:2px;
	text-decoration: overline;
}

.date {
	font-size:0.9em;
	color:#bbbbbb;
	cursor:default;
	letter-spacing:1px;
}

.comments {
	margin-top:-1em;
}

.comments a {
	color:#6CC7DC;
	background:url(images/icon-comment.png) no-repeat 0px 2px;
	padding-left:20px;
	padding-right:2px;
}

.comments a:hover {
	color:#ffffff;
}
