body {
	background:#d4be95 url(../images/bg.jpg) top left;
	margin:0;
	padding:0;
	color:#776644;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
	text-align:center;
}
a, a:link, a:visited {
	color:#AA5544;
	text-decoration:none;
}
a:hover {
	color:#AA5544;
	text-decoration:underline;
}
img {
	border: 0;
}
h1, h2, h3, h4 {
	color:#AA5544;
	font-family:"Trebuchet MS", Arial;
	margin-bottom:3px;
	font-weight:normal;
	letter-spacing:1px;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.3em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.1em; }
hr {
	border: 0;
	color: #c9c4b3;
	background-color: #c9c4b3;
	height: 1px;
	width: 100%;
	clear:both;
}
p span {
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}

#background_texture {
	background:url(../images/bg_top.jpg) top left repeat-x;
}
#wrapper {
	width:960px;
	margin:0 auto;
	background:url(../images/support.jpg) right top no-repeat;
	text-align:left;
}
#header {
	height:100px;
	width:960px;
	padding: 0;
	clear:both;
}
#header_menu {
	height:42px;
	margin:0;
	clear:both;
}
ul#navigation {
	padding:0;
	margin:0;
	height:46px;
}
ul#navigation li {
	float:left;
	list-style:none;
	display:inline;
	padding:0;
	margin:0;
}
ul#navigation a, ul#navigation a:link, ul#navigation a:visited {
	float:left; 
	color:#ffffff;
	padding:12px 14px;
	height:18px;
	text-decoration:none; 
	font:15px "Trebuchet MS", Arial; 
}
ul#navigation li:hover a, ul#navigation a:hover {
	background-color:#d3bb99;
	color:#5a5544;
}
#content_bg {
	background:url(../images/content_tile.png) top left repeat-y;
}
.top {
	margin-top:20px;
	width:960px;
	height:10px;
	background:url(../images/content_top.png) top left no-repeat;
}
.bottom {
	width:960px;
	height:21px;
	background:url(../images/content_foot.png) top left no-repeat;
}
#left_column {
	float:left;
	width:640px;
	padding:10px;
	min-height:200px;
}
#right_column {
	float:right;
	width:280px; 
	padding:0 5px;
}
hr.clear {
	margin-top:10px;
	margin:0;
	clear:both;
	visibility:hidden;
}
#footer {
	width: 100%;
	height: 20px;
	color:#986d38;
	font-size:10px;
	padding: 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	clear:both;
}
#footer a, #footer a:link, #footer a:visited {
	color:#986d38;
}
#footer .right {
	width:450px;
	float:right;
	text-align:right;
}
#footer .left {
	width:400px;
	float:left;
	text-align:left;
}

/* pd stuff */
.post {
	width:630px;
	border-bottom:1px dashed #c9c4b3;
	margin-bottom:5px;
}
.credits {
	text-align: right;
	font-size: 90%;
}
.credits span {
	padding-left: 20px; 
	margin: 0 10px 0 5px;
}
.author {
	background: url('../images/icons/author.gif') no-repeat 0 center;
}
.subject {
	background: url('../images/icons/page.gif') no-repeat 0 center;
}
.date {
	background: url('../images/icons/clock.gif') no-repeat 0 center;
}

/* sidemenu stuff */
ul.sidemenu {
	list-style:none;
	margin: 8px 0 12px 0;
	padding: 0;			
}
ul.sidemenu li {
	padding: 0 8px;
}
.top_title {
	width:264px;
	height:25px;
	margin:0 0 5px 0;
	padding:10px 4px 0 12px;
	background:url(../images/top_title.jpg) top center no-repeat;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Arial;
	font-size:14px;
}

/* comic stuff */
.arrow {
	width: 34px;
	padding: 469px 0;
	opacity: 0.7;
	filter: alpha(opacity=70)
}

.latestcomic {
	width: 640px;
	height: 20px;
	border: 2px solid #AA5544;
	background: #c9c4b3;
	overflow: hidden;
	text-align: center;
	font-weight: bold;
}

#comic {
	width: 640px;
	height: 990px;
	margin: 0 4px;
}

#dialog {
	margin: -990px 4px 0 4px;
	width: 640px;
	height: 990px;
	opacity: 0.0;
	filter: alpha(opacity=0)
}
