/* External style sheet */

* {
	margin: 0;
}

html {
	height: 100%;
}

body
{
	height: 100%;
    font-family: Verdana, Helvetica, sans-serif; 
    font-size: 10px; 
    background-color: #18181c;
    background-image: url('nav/bg.gif');
    text-align: center;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	min-width: 800px;
}

h2
{
 	font-size: 12px;
 	font-style: italic;
}

a 
{
	font-weight: bold;
	color: #929297;
	text-decoration: none;
}

a:hover
{
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}



/* Nav Buttons */
 
a img 
{
border-width: 0;
}
 
a#comic img 
{
	background: url(nav/c.gif) 0 0 no-repeat;
}

a#design img 
{
 	background: url(nav/d.gif) 0 0 no-repeat;
}

a#other img 
{
 	background: url(nav/o.gif) 0 0 no-repeat;
}

a#about img 
{
 	background: url(nav/za.gif) 0 0 no-repeat;
}

a#links img 
{
 	background: url(nav/zl.gif) 0 0 no-repeat;
}

a#prev img 
{
 	background: url(nav/prev.gif) 0 0 no-repeat;
}

a#next img 
{
 	background: url(nav/next.gif) 0 0 no-repeat;
}

a#comic:hover img 
{
 	background: url(nav/c.gif) -95px 0 no-repeat;
}

a#design:hover img 
{
 	background: url(nav/d.gif) -100px 0 no-repeat;
}

a#other:hover img 
{
 	background: url(nav/o.gif) -95px 0 no-repeat;
}

a#about:hover img 
{
 	background: url(nav/za.gif) -51px 0 no-repeat;
}

a#links:hover img 
{
 	background: url(nav/zl.gif) -45px 0 no-repeat;
}

a#prev:hover img 
{
 	background: url(nav/prev.gif) -49px 0 no-repeat;
}

a#next:hover img 
{
 	background: url(nav/next.gif) -46px 0 no-repeat;
}
 
#buttons1
{
	position: relative;
	top: -20px;
}

#buttons2
{
	position: relative;
	z-index: 10;
	top: 30px;
	left: 0px;
}

.space1
{
	margin: 5px 25px 5px 25px;
}
 

.space2
{
	margin: 5px 27px 5px 27px;
}


/* Layout */

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -110px; 
}
.footer, .push {
	height: 110px; 
	min-width: 804px;
}


/* Header */

#top-l
{
	width: 50%;
	float: left;
	margin-right: -325px;
}

#top-l2
{
	margin-right: 325px;
	background: url("nav/top-l.gif") repeat-x left top;
	text-align: left;
}

#top-mid
{
	width: 650px;
	float: left;
	position: relative;
	z-index: 10;
}

#top-r
{
	margin-left: 324px;
	background: url("nav/top-r.gif") repeat-x right top;
	text-align: right;
}

#top-r2
{
	width: 50%;
	float: right;
	margin-left: -326px;
}


/* Footer */

#bot-l
{
	width: 50%;
	float: left;
	margin-right: -397px;
	text-align: left;
}

#bot-l2
{
	margin-right: 397px;
	background: url("nav/bot-l.gif") repeat-x 50px 0px;
	text-align: left;
}

.l2
{
	float: left;
	position: relative;
	left: 0px;
	bottom: 0px;
}

#bot-mid
{
	width: 604px;
	float: left;
	position: relative;
	z-index: 5;
}

#bot-r
{
	width: 50%;
	float: right;
	margin-left: -398px;
}

#bot-r2
{
	margin-left: 396px;
	background: url("nav/bot-r.gif") repeat-x right top;
	text-align: right;
}

.r2
{
	float: right;
	position: relative;
	right: 0px;
	bottom: 0px;
}


/* Content */
 
#content 
{
	text-align: left;
	margin: auto;
	margin-bottom: 10px;
	left: 50%;
	width: 600px;
}

#active
{
	margin: 0px;
	padding: 10px;
	border-width: 0px 1px;
	border-style: solid;
	border-color: #ffffff;
}

#bar
{
	line-height: 1; 
	height: 1;
}

div.clearer 
{
	clear: right; 
	line-height: 0; 
	height: 0;
}

.gallery
{
	border: 1px #929297;	
	border-style: solid;
	margin: 2px;
}

a:hover .gallery 
{
	border: 1px #ffffff;
	border-style: solid;
	margin: 2px;
}

.links
{	
	margin: 5px 0px 5px 15px;
}

.medium
{
	float: right;
	position: relative;
	border: 4px #323237; 
	border-style: solid;
	margin-left: 10px;
}