html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
p {
	margin-top: 0;
	margin-bottom: 0;	
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; background-repeat:no-repeat; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }
/*********************/
/* BASIC 62.5%*/
/*********************/
body {
	font-size: 13px ;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px; 
	background: url(images/black_denim.png);
	min-width: 700px;
	max-width: 1200px;

}



/* WRAPPER: wraps entire contents of page */
#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left:auto;
	border: dotted 1px #900;
	background-color: #000;
}

/*********************/
/* BANNER STYLES */
/*********************/

#banner {
	position: relative;
	padding-bottom: 5px;
	background-color:#222;
}

/*********************/
/* MAIN NAV */
/*********************/

#nav {
	font-family: Tahoma, Geneva, sans-serif, Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	position: absolute;
	top: 75px;
	left: 5px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: 13px;
	color: #CCC;
	text-decoration: none;
	background-color: #222;
	padding: 2px 2px 2px 3px;
	width: 10em;
	margin-left: 2px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	margin-bottom: 2px;
	font-variant: small-caps;
}

#nav a:hover {
	background: #900;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	font-weight:bold;
}

/*highlight "expose" buttons*/
#nav a#homeLink{
	background: #900;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	font-weight:bold;
	color: #FBEF99;
}
/*highlight "you are here" buttons*/
#nav a#exclusiveLink, a#artsLink, a#updatesLink, a#storiesLink,
a#galleriesLink {
	background: #900;
	border-right: 1px solid #14556B;
	border-bottom: 1px solid #14556B;
	font-weight:bold;
	color: #ccc;
}

#tagline {
	height: 100px;
	background-color: #222;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #900;	
}

#tagline img {
	float:right;

}
#tagline .htwo {
  position: relative;
  top: 0.5em;
  left: 1.2em;
  font-size: 17px;
}
#tagline .hthree {
  position: relative;
  top: 0.9em;
  left: 4em;
  font-size: 12px;
  letter-spacing: 1.5px;
  color:#CCC;
}
/* PAGINATION */
.pagination {
	font-family: tahoma, helvetica, arial, verdana, sans-serif;	
	margin-bottom: 10px;
	margin-right: -158px;
	padding: 0;
}
.pagination ul {
	padding: 0;
}
.pagination li {
	display:inline;
	list-style: none;
	padding: 3px;
}
.pagination li, .pagination a {
}
.pagination .previous {
	margin-left: 25px;
}
.pagination .next {

}
.pagination .readout {
	font-weight: bold;
}
.pagination .current {
	border: solid 1px #900;
	color: #CCC;
}


/*********************/
/* MAIN */
/*********************/
#main, a{
	background-color:#333;
	font-family:  helvetica, Tahoma, Geneva, sans-serif;
	font-size: 13px;
	color: #CCC;
}

#main a:visited{
	color: #666;
}
/*********************/
/* FOOTER */
/*********************/
.clear {
	clear: both;
}
#footer {

	border-top: 1px dotted #666666;
	width: 755px;
	padding: 5px 0 8px 5px;
	margin-right: 200px;
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	font-size:9px;
	background-color: #222;
}
#footer a{
	text-decoration:none;
	color:#CCC;
    background-color: #222;
	font-family: Tahoma, Geneva, sans-serif, Arial, Helvetica, sans-serif;
	font-size: 10.5px;
	font-variant: small-caps;
}
#typewriterform {
	float:left;
	margin-left:15px;
}
