/*** DEFAULTS ***/
*
{
	margin: 0;
	padding: 0;
}

html, body
{
	width: 100%;
	height: 100%;
}

img
{
	border: none;
}

/*** MAIN STYLE ***/
body
{
	color: #989696;
	font-size: 12px;
	font-family: Arial, Verdana;
}

.bodyHome
{
    background: #000000 url(../images/background_home.jpg) no-repeat fixed left top;
}

.bodyBio
{
	background-color: #000;
    /*background: #000000 url(../images/background_bio.jpg) no-repeat fixed left top;*/
}

.bodyGal
{
    background: #000000 url(../images/background.jpg) no-repeat fixed left top;
}

a:link, a:visited
{
	color: #8908b3;
	text-decoration: none;
}

a:hover, a:active
{
	color: #ffffff;
}

table
{
	border: 0px;
	border-collapse: collapse;
}

/*** FORM ELEMENT STYLES ***/
input, select
{
	background-color: #14022f;
	border: 1px solid #CCCCCC;
	color: #b1b1b1;
	font-size: 11px;
	font-family: Arial;
	text-align: left;
}

#fName,
#fEmail
{
	width: 80px;
}

/*** MAIN HEADER IMAGES ***/

#pageHeader
{
	width: 187px;
	height: 170px;
	margin-bottom: 20px;
	position: relative;
}

#pageHeader h1
{
	background: url(../images/saw_logo.jpg) no-repeat left top;
	width: 163px;
	height: 160px;
	margin-left: 10px;
	position: absolute;
	z-index: 2;
}


#pageHeader .xSpan
{
	background: url(../images/panel_center.jpg) repeat-y left top;
	width: 187px;
	height: 160px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#pageHeader .xSpanBottom
{
	background: url(../images/panel_bottom.jpg) no-repeat left top;
	width: 187px;
	height: 10px;
	position: absolute;
	top: 160px;
}

/*** Nav Bar Items ***/
#galNavDiv1,
#artNavDiv1,
#formNavDiv1
{
	background: url(../images/panel_top.jpg) no-repeat left top;
	padding-top: 10px;
	margin-bottom: 20px;
}

#galNavDiv2,
#artNavDiv2,
#formNavDiv2
{
	background: url(../images/panel_bottom.jpg) no-repeat left bottom;
	padding-bottom: 10px;
}

#galNavDiv3,
#artNavDiv3,
#formNavDiv3
{
	background: url(../images/panel_center.jpg) repeat-y left top;
	width: 187px;
}

#galNavDiv3 ul,
#artNavDiv3 ul,
#formNavDiv3 ul
{
	z-index: 3;
	position: relative;
	padding-top: 40px;
	list-style-type: none;
	text-align: center;
}

#galNavDiv3 li,
#artNavDiv3 li,
#formNavDiv3 li
{
	padding-bottom: 5px;
}

#galNavDiv3 h3
{
	background: url(../images/the_gallery.jpg) no-repeat left top;
	width: 147px;
	height: 25px;
	margin-left: 20px;
	margin-top: 10px;
	position: absolute;
	z-index: 2;
}

#artNavDiv3 h3
{
	background: url(../images/the_artist.jpg) no-repeat left top;
	width: 149px;
	height: 25px;
	margin-left: 16px;
	margin-top: 10px;
	position: absolute;
	z-index: 2;
}

#formNavDiv3 h3
{
	background: url(../images/more_info.jpg) no-repeat left top;
	width: 149px;
	height: 25px;
	margin-left: 16px;
	margin-top: 10px;
	position: absolute;
	z-index: 2;
}

#formNavDiv3 #inputSubmitDiv
{
	text-align: right;
	padding-top: 5px;
	padding-right: 5px;
}

#formNavDiv3 form
{
	z-index: 3;
	position: relative;
	padding-top: 30px;
	padding-right: 40px;
	padding-left: 10px;
	padding-bottom: 7px;
}

#formNavDiv3 #formMsgDiv,
#formNavDiv3 #inputNameDiv,
#formNavDiv3 #inputEmailDiv
{
	text-align: right;
	padding: 5px;
	font-size: 9px;
	font-family: Arial;
}

/*** MAIN CONTENT ***/
#pageBody
{
	width: 800px;
}

#bodyDiv
{
	width: 570px;
	position: absolute;
	left: 200px;
	top: 10px;
	vertical-align: top;
}

#bodyDiv h2
{
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

#bodyDiv p
{
	font-size: 12px;
	font-family: Arial;
	color: #725e7f;
	margin-bottom: 10px;
	line-height: 1.5em;
}


/*** GALLERY HEADERS ***/
#bodyDiv h2.galHeadfw
{
	background: url(../images/gal_header/fw_header.jpg) no-repeat left top;
	width: 188px;
	height: 20px;
}
#bodyDiv h2.galHeadad
{
	background: url(../images/gal_header/ad_header.jpg) no-repeat left top;
	width: 188px;
	height: 18px;
}

#bodyDiv h2.galHeadfwf
{
	background: url(../images/gal_header/fwf_header.jpg) no-repeat left top;
	width: 295px;
	height: 16px;
}

#bodyDiv h2.galHeadland
{
	background: url(../images/gal_header/land_header.jpg) no-repeat left top;
	width: 131px;
	height: 17px;
}

#bodyDiv h2.galHeadsketch
{
	background: url(../images/gal_header/sketch_header.jpg) no-repeat left top;
	width: 109px;
	height: 16px;
}

#bodyDiv h2.galHeadsurreal
{
	background: url(../images/gal_header/surreal_header.jpg) no-repeat left top;
	width: 124px;
	height: 17px;
}


#bodyDiv h2.bioHead
{
	background: url(../images/bio_head.jpg) no-repeat left top;
	width: 202px;
	height: 37px;
	margin-top: 30px;
	margin-left: 70px;
}


#galIndexTable td
{
	padding: 10px;
}

/***  PAGE FOOTER ***/
#pageFooter,
#webRing
{
	width: 187px;
	color: #78629b;
	font-size: 9px;
	font-family: Arial;
}

#pageFooter h3
{
	color: #78629b;
	font-size: 9px;
	font-family: Arial;
	margin-left: 5px;
}

#webRing
{
	border-top: 1px dotted #8908b3;
	margin: 15px 0 0 5px;
	padding-top: 10px;
}

/*** HIDE LOADER, AND REPLACED TEXT SPANS ***/
#pageHeader h1 span,
#pageHeader h2,
#galNavDiv3 h3 span,
#artNavDiv3 h3 span,
#formNavDiv3 h3 span,
#bodyDiv h2 span
{
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
}