@charset "utf-8";
/* CSS Document */

body {
	background-color: #e8e4b5;
	border: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.5em;
}

a {
	font-size: 0.9em;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	line-height: 1.4em;
}
a:link {
	color: #000000;
}
a:visited {
color: #000000;
}
a:hover {
	color: #E1E1E1;
}
a:active{
}

a#updatebar, a#rssbar {
font-size: 12px;
}

#mainwrapper {
	height: auto;
	width: 900px;
	margin: 20px auto;
	background-color: #c7c177;
	padding: 10px;
}


img {
	border: 10px white solid;
	margin-left: 15px;
	}