body {
	background-color: #FFF;
	color: #000;
}

a { color: #000 }

#container {
	margin-top: 25px;
	margin-left: 25px;
	width: 870px
}

#top {
	clear:none
}

#header {
	float: left;
	width: 539px
}

#header_right {
	float:left;
	width: 250px
}

.donate_text {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center
}

#announce {
	clear: both;
	padding-top: 10px;
	margin-bottom: -10px;
}

#announce img {
	float: left
}

#announce h1 {
	font: 1.5em Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0
}

#announce a {
	color: #000
}

#blog, #images {
	margin-top: 20px;
}

#blog, #images, #recent, #contact {
	padding: 10px;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
}

#blog {
	height: 318px;
	width: 450px;
	float: left;
	font: 12px "Courier New", Courier, Monaco, monospace;
}

#notice { /* Temporary for random notices */
	text-transform: uppercase;                                   
	font: 24px Arial, Helvetica, sans-serif;
	text-align: center
}

#entries {
	overflow:auto;
	overflow-x: hidden;
	width: 98%;
	height: 98%;
	padding-right: 10px
}

#images {
	width: 350px;
	float: right;
	font: 10px Arial, Helvetica, sans-serif;
	color: #CCC
}

#recent {
	width: 350px;
	float: right;
	margin-top: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify
}

#contact {
	width: 350px;
	float: right;
	margin-top: 10px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	text-align: justify
}

#contact a {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000
}

#footer {
	font: 11px Arial, Helvetica, sans-serif;
	color: #333;
	float:left;
	height: 27px;
	width: 100%;
	text-align: right;
	padding-top: 10px
}

#footer a { color: #333 }

/* BLOG FORMATTING */
#blog p {
	margin-top: 5px;
	margin-bottom: 5px
}

#blog .title {
	font-weight: bold;
	margin-top: 15px
}

#blog .title a {
	text-decoration: none;
	color: #000
}

#blog .date {
	font: 10px Arial, Helvetica, sans-serif;
	color: #999
}

#blog .text a, #blog .title a:hover {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #000
}

#blog .text p {
	text-align: justify;
	margin-top: 5px;
	margin-bottom: 5px
}

#blog .nav {
	font: 11px Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	text-align: right
}

#blog .nav a {
	color: #000;
	padding: 2px;
	text-decoration: none
}
#blog .bottom { padding-top: 10px }

#blog .bottom a {
	color: #000;
	text-decoration: none;
	padding: 2px;
	background-color: yellow
}

#blog .nav a:hover { background-color: yellow }

/* IMAGES FORMATTING */
#images #thumbs_nav { padding-top: 3px }

#images #thumbs img {
	padding: .5px !important;
	border: 0;
	width: 40px;
	height: 40px
}

#images #thumbs { width: 100% }

#images #thumbs_nav a {
	color: #333;
	text-decoration: none;
	padding: 2px
}

#images #thumbs_nav a:hover {
	color: #000;
	background-color: yellow
}

/* RECENT FORMATTING */
#recent p { margin: 0 0 2px }

#recent #thumb, #recent #comment {
	float: left;
	height: 45px
}

#recent #thumb { width: 40px }

#recent #thumb a img { border: 0 }

#recent #comment {
	width:300px;
	margin-left: 5px
}