html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	line-height: 1.3;
	background-color: #9e9571;
	font-family:verdana;
}
h1 {
	font-size:25px;
}

h2 {
	font-size:20px;
}

h3 {
	font-size:15px;
}

h4 {
	font-size:12px;
	font-weight:bold;

}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #333333;
	text-decoration: underline overline;
}
a:active {
	color: #333333;
	text-decoration: underline overline;
}
#inline {
	background-image:url("/_gfx/content.gif");
	background-position:left top;
	background-repeat:repeat-y;
	position:absolute;
	text-align:left;
	margin:0px;
	padding:0px;
}
#menu {
	position:absolute;
	top:140px;
	left:10px;
	width:130px;
	font-size:12px;
}
#menu .menu_selected img {
margin-right:10px;

}
ul#Navigation {
	float: left; width: 100%;
	 margin: 0; padding: 0;
}
ul#Navigation li {
	list-style: none;
	margin: 0px; padding: 0px;
}
ul#Navigation a {
	margin: 0px; padding: 0px;
	display: block;
}
ul#Navigation a:link {
	margin: 0px; padding: 0px;
	text-decoration: none;
	color: #666666;
}
ul#Navigation a:visited {
	margin: 0px; padding: 0px;
	text-decoration: none;
	color: #666666;
}
ul#Navigation a:hover {
	overflow: hidden;
	text-decoration: none;
	background: #EEE3D8;
	border-width: 0px;
	border-color: #cccccc;
	border-style: solid;
}
ul#Navigation a:active {
	overflow: hidden;
	text-decoration: none;
	background: #EEE3D8;
    border-width: 0px;
    border-color: #cccccc;
    border-style: solid;
}
#comic {
	position:absolute;
	bottom:0px;
	left:145px;
}
#title {
	position:absolute;
	top:185px;
	left:170px;
	color:#c7aa8c;
	font-variant:small-caps;
	font-size:30px;
}
.content {
	font-size:11px;
	left:335px;
	position:relative;
	width:420px;
	min-height:300px;
}
#bottom {
	margin:0px;
	padding:0px;
	margin-top:0px;
	position:absolute;
}
.subhead {
	background-image:url("/_gfx/menu_selected.gif");
	background-repeat:no-repeat;
	background-position:5px center;
	padding-left:20px;
	text-align:left;
	background-color:rgb(221, 199, 178);
	font-size:13px;
	cursor:pointer;
}
.subhead:hover {
	background-color:rgb(210, 180, 152)
}
.subcontent {
	display:none;
	background-color:rgb(221, 199, 178);
	border:1px solid rgb(210, 180, 152);
}