body {
	margin: 10px;
	padding: 0px;
	background-color: #996600;
	color: #330000;
	background-image: url(bodyback.gif);
}
a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
#otherstuff, #otherheader {
	color: #FFFF99;
	background-color: #330000;
}
#otherstuff a:link, #otherheader a:link, #otherstuff a:visited, #otherheader a:visited {
	color: #66FFFF;
}
a:hover, #otherstuff a:hover, #otherheader a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#header {
}
#header a:link, #header a:visited {
	text-decoration: none;
}
#header a:hover {
	color: #FF0000;
	text-decoration: none;
}
#container {
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #330000;
	background-color: #330000;
	background-image: url(headback.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#maintext {
	float: none;
	padding-right: 25px;
	padding-left: 15px;
	margin-right: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(mainback.gif);
	background-repeat: repeat-y;
	background-position: right top;
	background-color: #FFFFFF;
	padding-top: 10px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#otherstuff {
	float: right;
	width: 220px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-right: 15px;
	padding-left: 15px;
}
#otherheader {
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffff99;
	padding-bottom: 5px;
}
.blogdate {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: .7em;
	text-transform: none;
	color: #666666;
	text-align: right;
	padding-top: 10px;
	margin-bottom: 10px;
}
.mainpostfooter {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 0.7em;
	color: #666666;
	text-align: right;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.otherpostfooter {
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: right;
	padding-bottom: 10px;
	margin-top: 10px;
	font-size: 0.9em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffff99;
}
.copyright {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
}
.bigpic {
	width: 90%;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 8px solid #CCCCCC;
}
.leftpic {
	width: 50%;
	display: block;
	text-align: center;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 0px;
}
.rightpic {
	width: 50%;
	display: block;
	text-align: center;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 0px;
}
#maintext h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	display: inline;
	line-height: 1.3em;
}
