body {
	margin-top: 2px;
	background-attachment: fixed;
	background-image: url(/images/layout/backdrop.gif);
	font-family: Ariel, sans-serif;
	font-size: 12px;
}

a:link{
	color: #0078B6;
	text-decoration: none;
}

a:visited{
	color: #888;
	text-decoration: none;
}

a:hover{
	color: #f00;
	text-decoration: none;
}

h1{
}

h2{
	text-transform: uppercase;
	font-size: 16px;
	font-style: italic;
	margin: 0px 0px 3px 0px;
}

h3{
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 3px 0px;
}

input{
	font-size: 10px;
}

img{
	border: 0px;
}

br.hell{
	clear: both;
}

form{
	margin: 0;
}

ul#menu{
	padding: 0px;
	margin: 0px;
}

li{
	list-style-type: none;
	text-indent: 0px;
	text-align: left;
}

ol li{
	list-style-type: decimal;
}

li a{
	display: block;
	height: 14px;
	padding: 3px 5px 3px 5px;
}

li a:link{
	color: #005A84;
	text-decoration: none;
}

li a:visited{
	color: #005A84;
	text-decoration: none;
}

li a:hover{
	color: #f00;
	text-decoration: none;
}

li.menuheader{
	font-weight: bold;
}

li.menuheader a:link{
	background-color: #fff;
}

li.menuheader a:visited{
	background-color: #fff;
}

li.menuheader a:hover{
	background-color: #29B6FE;
}

li.menuitem{
	font-weight: normal;
	text-indent: 15px;
}

li.menuitem a:link{
	color: #0078B6;
	background-color: #fff;
}

li.menuitem a:visited{
	color: #0078B6;
	background-color: #fff;
}

li.menuitem a:hover{
	color: #f00;
	background-color: #83D8FF;
}

li.adminheader{
	font-weight: bold;
}

li.adminheader a:link{
	background-color: #fff;
}

li.adminheader a:visited{
	background-color: #fff;
}

li.adminheader a:hover{
	background-color: #FF9595;
}

li.adminitem{
	font-weight: normal;
	text-indent: 15px;
}

li.adminitem a:link{
	background-color: #fff;
}

li.adminitem a:visited{
	background-color: #fff;
}

li.adminitem a:hover{
	background-color: #FFD5D5;
}

#header {
	width: 750px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
	background-image: url(/images/layout/bluestripebg.gif);
	background-position: 0px 36px;
	background-repeat: repeat-x;
}

#titlebanner{
	padding-left: 4px;
	float: left;
}

#copyright {
	font-size: 10px;
	text-align: center;
	clear: both;
}

#terms{
	text-align: left;
	float: left;
}

#counter{
	text-align: right;
	float: right;
}

#favlinks{
	font-weight: bold;
	text-align: center;
	clear: both;
}

#adverts{
	float: right;
	width: 150px;
	clear: right;
	text-align: center;
	margin-bottom: 20px;
}

#votebanners{
	float: right;
	position: fixed;
}

#loginpanel{
	font-size: 11px;
	text-align: right;
	height: 34px;
}

#navbuttons{
	text-align: right;
	margin-top: 5px;
}

#navtool{
	float:right;
	clear: right;
	width: 150px;
	text-align: left;
	margin-bottom: 20px;
}

#coollinks{
	float: right;
	width: 150px;
	clear: right;
	text-align: center;
	margin-bottom: 20px;
}

#comic{
	width: 850px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

img#comicstrip{
	border: 1px solid #000;
	margin-bottom: 3px;
}

#maincontent, #footer{
	width: 750px;
	margin: 0 auto;
	padding: 5px;
}

#comiccontrols{
	float: left;
}

#content{
	width: 580px;
}

.box{
	border-left: 2px solid #29B6FE;
	border-right: 2px solid #29B6FE;
	background-color: #fff;
}

.boxtop{
	display: block;
	width: 100%;
	height: 16px;
	background-image: URL(/images/layout/side_box_top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.boxbottom{
	display: block;
	width: 100%;
	height: 16px;
	background-image: URL(/images/layout/side_box_bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.mainboxtop{
	display: block;
	width: 100%;
	height: 16px;
	background-image: URL(/images/layout/main_box_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.mainboxbottom{
	display: block;
	width: 100%;
	height: 16px;
	background-image: URL(/images/layout/main_box_bl.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.mainboxtopinner{
	display: block;
	width: 100%;
	height: 16px;
	background-image: URL(/images/layout/main_box_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

.mainboxbottominner{
	display: block;
	width: 100%;
	height: 16px;
	background-image: URL(/images/layout/main_box_br.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.commenticon{
	float: right;
}

.newsarticle{
}

.sidepadded{
	padding: 0px 5px 0px 5px;
}

.smalltext{
	font-size: 9px;
	font-style: italic;
}
