@charset "utf-8";
/* CSS Document */

/* General Styles */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background: #000000;
}

#container{
	background: #000000;
}

a:link{
	color: #FFCC00;
}

a:visited{
	color: #CC9900;
}

.clearfloat{
	clear: both;
}


/*Layout*/

#container{
	width: 930px;
	padding: 0px;
	margin: 0 auto;
}

#content{
	width: 705px;
	margin: 0px 0px;
	padding: 0px 5px;
	float: right;
}

#nav {
	width: 205px;
	padding: 0px 5px;
	margin: 0px;
	background: #670000;
	float: left;
}

#fauxcolumn{
	width: 930px;
	background: url(../images/fauxcolumn.png) repeat-y left;
}

/*Header*/

#header {
	width: 930px;
	height: 168px;
	background:url(../images/headeryellow.png) no-repeat;
}

#header #invisiheader {
	display: none;
}

/*Comic Buttons*/

#comicnavtop ul, #comicnavbottom ul {
	width: 320px;
	height: 31px;
	margin: 0px auto;
}

#comicnavtop ul li, #comicnavbottom ul li {
	list-style: none;
	width: 61px;
	height: 31px;
	margin: 0px 0px;
	padding:0;
	float: left;
}
#comicnavtop ul li a, #comicnavbottom ul li a{
	width: 61px;
	height: 31px;
}

#firstbutton1, #firstbutton2 {
	background: url(../images/buttonfirst.png) top left no-repeat;
	width: 61px;
	height: 31px;
	display: block;
}

#prevbutton1, #prevbutton2 {
	background: url(../images/buttonprev.png);
	width: 61px;
	height: 31px;
	display: block;
}

#nextbutton1, #nextbutton2 {
	background: url(../images/buttonnext.png);
	width: 61px;
	height: 31px;
	display: block;
}

#lastbutton1, #lastbutton2 {
	background: url(../images/buttonlast.png);
	width: 61px;
	height: 31px;
	display: block;
}

a span {
	display: none;
}

/*Navigation Bar*/

#nav ul{
	padding: 0;
}

#nav ul li {
	list-style: none;
}

#nav #mainnav ul li a{
	width: 203px;
	height: 51px;
	display: block;
}

#navcomic{
	background: url(../images/buttoncomic.png);
}

#navabout{
	background: url(../images/buttonabout.png);
}

#navarch{
	background: url(../images/buttonarchive.png);
}

/*About Page*/

#about {
	background: url(../images/bigpetechop.png) bottom right no-repeat
}
