/* basic tags */

h1,h2,h3,h4,h5,ul,li,a,tr,td,table,img, p {
	margin: 0;
	padding: 0;
	text-decoration: none;
	list-style: none;
	border: none;
	}
h5 {
	font-family: Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 11px;
	
	}
body {
	margin: auto;
	text-align: center;
	}
h5 {
	padding-top: 2px;
	}

/* specific classes */

#container {
	width: 800px;
	margin: auto;
	text-align: center;
	padding-top: 20px;
	font-family: Helvetica,Georgia,Sans-serif;
	color: #6a696d;
	font-size: 18px;
	}
#container a {
	color: #9e9da2;
	}
#content {
	border-bottom: #000 solid 1px;
	}
#logo {
	font-size: 34px;
	letter-spacing: 10px;
	}
#logo a {
	color: #6a696d;
	}
#sublogo {
	background: #b1adbd;
	color: #fff;
	letter-spacing: 2px;
	}
#email a:hover {
	color: #d9c3ac;
	}
	
/* gallery tabs */

#maintabs {
	margin: auto;
	padding: 5px 0 5px 0;
	}
#tab1 {
	background: url(../images/tools/illus_hilite.jpg) no-repeat bottom;
	width: 600px;
	height: 120px;
	}
#tab1 a {
	display: block;
	width: 600px;
	height: 120px;
	}
#tab1 span {
	display: none;
	}
#tab1:hover {
	background-position: top;
	}
#tab2 {
	background: url(../images/tools/comics_hilite.jpg) no-repeat bottom;
	width: 600px;
	height: 120px;
	}
#tab2 a {
	display: block;
	width: 600px;
	height: 120px;
	}
#tab2:hover {
	background-position: top;
	}
#tab2 span {
	display: none;
	}
#tab3 {
	background: url(../images/tools/blog_hilite.jpg) no-repeat bottom;
	width: 600px;
	height: 120px;
	}
#tab3 a {
	display: block;
	width: 600px;
	height: 120px;
	}
#tab3:hover {
	background-position: top;
	}
#tab3 span {
	display: none;
	}
	
/* gallery */

#thumbs {
	margin: auto;
	padding: 10px 0 0 0;
	
	}
#thumbs a {
	height: 80px;
	width: 50px;
	margin: 1px;
	}
#thumbs table {
	margin: auto;
	}
#banner {
	background: url(../images/tools/illus_banner.jpg) no-repeat center;
	width: 600px;
	height: 120px;
	}
#banner span {
	display: none;
	}
#comicbanner {
	background: url(../images/tools/comics_banner.jpg) no-repeat center;
	width: 600px;
	height: 120px;
	}
#comicbanner span {
	display: none;
	}
#comics_banner {
	margin: auto;
	width: 525px;
	height: 600px;
	
	}
#comics_banner a {
	margin: 1px;
	}
.hipster {
	float: left;
	}
.tunnels {
	float: right;
	}
.eastern {
	float: right;
	}
.misc {
	float: right;
	}
	
/* bottom tabs */

#bottomtabs a:hover {
	color: #d9c3ac;
}






