body {
	text-align: center;
	padding: 0px auto;
	padding-top: 10px;
	padding-bottom: 30px;
	margin: 0;
	background-color: #FFFF99;
}
#container {
	margin: 0px auto;
	padding: 0;
	width: 960px;
	overflow: hidden;
	text-align: left;
}
h2, h3 {
	margin: 0px;
	font-weight: normal;
}

#bottomnav, #bottomnav a {
	color: #808913;
	text-decoration: none;
	text-align: center;
	font-family: Verdana;
	font-size: 10pt;
}
#bottomnav {
	white-space: nowrap;
}
#bottomnav a:hover, #bottomnav a.over {
	text-decoration: underline;
}


#main{
	padding-left: 20px;
	float: right;
	margin-left: -175px;
	width: 771px;
}

#entrap{
	background: white url(graphics/topborder.png) no-repeat scroll 0 top;
	padding-top:94px;
	margin: 0px;
}
#leftrap{
	background: white url(graphics/leftborder.png) repeat-y scroll left 0;
	padding-left: 25px;
	margin: 0px;
}
#rightrap{
	background: white url(graphics/rightborder.png) repeat-y scroll right 0;
	padding-right: 25px;
	margin: 0px;
}
#botrap {
	background: white url(graphics/bottomborder.png) no-repeat scroll 0 bottom;
	padding-bottom: 94px;
	margin: 0px;
	height: 100%;
}

#entries {
	padding: 0px 25px 0px 25px;
}

.entry {
	font-family: Verdana;
	padding-bottom: 30px;
}
.title, .title a {
	font-family: Georgia;
	font-size: 14pt;
	color: #f74f74;
	padding-bottom: 4px;
	text-decoration: none;
}
.date {
	font-family: Georgia;
	font-size: 11pt;
}
.content {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
	text-align: left;
	border-bottom: 1px solid grey;
}
.comments {
	text-align: right;
	font-family: Verdana;
	font-size: 7pt;
	color: grey;
	padding-top: 4px;
}
.comments a {
	color: #808913;
	text-decoration: none;
}
.what {
	width: 100%;
	text-align: center;
	height: 200px;
	padding-left: 40px;
}
.onething {
	border: 1px solid black;
	height: 180px;
	width: 180px;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	overflow: hidden;
}
.com {
	padding-top: 40px;
	background-color: #FFFF66;
}


#top {
	text-align: right;
}
#maintitle {
	width: 100%;
	text-align: center;
	font-size: 24pt;
	padding: 10px;
	padding-bottom: 0px;
}
#tabs {
	padding: 7px;
	padding-right: 100px;
	padding-bottom: 0px;
	margin: 0px;
}
#tabs li {
	display: inline;
	margin-left: 10px;
	font-weight: bold;
}
#tabs li a{
	background: #3D321F url(graphics/tl.jpg) no-repeat scroll left top;
	padding: 10px 13px 4px 13px;
}
#tabs img {
	border: 0px;
}


#side{
	float: left;
	width: 200px;
	padding: 0;
	margin: 0;
	padding-top: 250px;
}
.sidebox {
	color: white;
	margin-bottom: 30px;
	padding: 0px 0px 10px 5px;
	text-align: center;
	background: #473C27 url(graphics/tl.jpg) no-repeat scroll left top;
}
.sidebox img {
	margin-top: 6px;
}

.tl {
	width: 9px;
	height: 9px;
	background: transparent url(graphics/tr.jpg) no-repeat;
	float: right;
}

.corners {
	border-top-right-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}


.sidebox li {
	list-style: none;
}

.sidebox li a {
	text-decoration: none;
	color: white;
}
.categories, .categories li {
	list-style: none;
	text-align: left;
	font-family: Verdana;
	margin: 0;
	font-size: small;
}
.categories {
	padding: 0px;
	padding-left: 8px;
}
.categories a {
	color: white;
	text-decoration: none;
}

#contactlink {
	color: white;
	text-decoration: underline;
	font-weight: bold;
}

/* fixing ridiculous ie stuff */

div > #main {
	width: 751px;
}

#tabs li > a{
	background-color: #473C27;
	padding: 10px 13px 1px 13px;
}