/*=====================================================*/
/* Global Reset */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	vertical-align:baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration:none;
	border:none;
}
img {
	border-style: none;
}

/*=====================================================*/
/* Layout Definitions */

body {
	margin: 0 auto;
	width: 100%;
	height: auto;
	line-height: 150%;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	margin-top: 5%;
	font-size: 16px;
}

#wrapper {
	width: 96%;
	margin: 0 auto;
}

#header {
	width: 100%;
	min-height: 160px;
	margin: 0 auto;
	margin-top: 3%;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #000;
	float: left;
}

#header .subcol {
	width: 24%;
	height: 100%;
	float: left;
	margin-right: 4%;
	border-top: 4px solid #000;
}

#header .maincol {
	width: 72%;
	height: 100%;
	float: left;
	border-top: 4px solid #000;
}

#header .maincol ul {
	width: 25%;
	margin-right: 3%;
	margin-top: 0;
	float: left;
	list-style: none;
}

#header .maincol ul h1 {
	margin-top: 7%;
}

a {
	color: #000;
	text-decoration: none;
}

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

.active {
	font-weight: bold;
}

#galnav {
	width: 24%;
	height: inherit;
	float: left;
	margin-right: 4%;
	margin-top: 2%;
}

#galnav a, #galno a {
	display: block;
	width: 16%;
	margin-top: 4%;
	float: left;
}

#gal {
	margin-top: 2%;
	float: left;
	width: 70%;
}

#gal h1 {
	font-size: 54px;
	line-height: 90%;
}

#gal p {
	line-height: 150%;
	padding-top: 18px;
	font-size: 12px;
}

#gal #blurb {
	margin-top: -5%;
}

#gal #blurb p {
	width: 45%;
}

#desc a {
	text-decoration: underline;
}

#gal img {
	max-width: 700px
}

#galno {
	position: absolute;
	width: 22%;
	height: inherit;
	top: 230px;
	left: 2%;
}

#desc {
	position: absolute;
	width: 22%;
	height: inherit;
	bottom: 20%;
	left: 2%;
	font-size: 12px;
	font-weight: bold;
}

#footer {
	position: absolute;
	width:  auto;
	height: inherit;
	bottom: 1%;
	left: 2%;
	font-size: 10px;
	color: #999;
}

#loading {
	width: 521px;
	height: 521px;
	background: url(../img/loader.gif) 300px 100px no-repeat;	
	float: left;
}
