body {
	margin: 0;
	padding: 0;
	font: serif;
	font-size: 13px;
	text-align: center;
	color: #333;
	/*color: white;*/
	background-color: #D6D6D6;
	/*background-color: black;*/
	/*background-image: url(img_39.gif);*/
}

a:link { color: #B52C07; }
a:visited { color: #600; }

a:hover, a:active {
	color: #fff;
	background-color: #B52C07;
}

h2 {
	color: #B52C07;
	font: 120% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h2 a { text-decoration: none; }

h3 {
	color: #5B5E0E;
	font: 106% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container {
	margin: 1em auto;
	width: 800px;
	text-align: left;
	background-color: #fff;
	/*background-color: #303030;*/
	border: 1px none #fff;
}

#header {
	height: 75px;
	width: 100%;
	background-image: url(images/skewtitlecloudsone.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: black;
	/*border-bottom: 1px solid #fff;*/
	position: relative;
	border: 1px none #fff;
}

#header h1 {
	height: 0px;
	overflow: hidden;
	font-size: 1px;
	text-align: right;
	color: #fff;
	margin: 0;
	padding: 0;
}

#mainnav ul { list-style-type: none; }
#mainnav li { display: inline; }

#menu {
	float: right;
	width: 225px;
	border-left: 1px solid #C5C877;
	padding-left: 10px;
}
#menu ul { list-style-type: none; }
#menu li { line-height: 130%; margin: 0px; padding-left: 15px; }

#contents { margin: 0 250px 40px 20px; }
.blogentry { border-bottom: 1px solid #C5C877; margin-bottom: 10px; }
.imagefloat { float: right; }
img.binline { float: right; margin: 10px 0 10px 10px; }
img.bright { float: right; margin: 10px 0 10px 10px; }
div.bimg { text-align: center; }
div.c { text-align: center; margin-bottom: 20px; }
div#rssfeeds { margin-bottom: 20px; }
#footer {
	clear: both;
	color: #272900;
	text-align: right;
	font-size: 10px;
}
#skipmenu {
	position: absolute;
	left: 0;
	top: 5px;
	width: 785px;
	text-align: right;
}
#skipmenu a {
	color: #667;
	text-decoration: none;
}
#skipmenu a:hover {
	color: #fff;
	background-color: #666;
	text-decoration: none;
}
td { text-align: left; }
td.mleft { width: 100px; text-align: center; }
td.mright { width: 120px; }
img { border-width: 0; }
img.feed { vertical-align: middle; }
