@charset "UTF-8";
/* CSS Document */
/* CSS by Stellar Debris Creative Studios - www.stellardebris.com */
/* This file adds additional elements to the image_gallery.html template */


body {
	background-color: rgb(51,51,51);
}

div#wrapper {
	background-image: url(../images/base/azb.bg.shadow.gif);
	background-repeat: repeat-y;
	}
	
div#pagetitle {
	margin: 0 0 0 0;
	padding: 0 0 6px 18px;
	clear: both;
	height: 60px;
	width: 724px;
	border: none;
	float: left;
	visibility: visible;
}

/* an adjustment for IE Win only \*/
	* html div#pagetitle {margin: 0;}
	* html div#pagetitle {padding: 14px 0 0 18px;}
	/*end of adjustment */
/* creates a division that contains the page header elements */

div#imagecontainer {
	margin: 0;
	padding: 0 7px;
	width: 164px;
	/*border: 1px solid rgb(235,235,235);*/
	float: left;
	}
	
/* an adjustment for IE Win only \*/
	* html div#imagecontainer {padding: 12px 7px;}
	/*end of adjustment */

div#gallerynavprevious {
	margin: 0 0 0 9px;
	padding: 0;
	clear: none;
	float: left;
	height: auto;
	width: 347px;
	border: none;
	float: left;
	visibility: visible;
}

/* an adjustment for IE Win only \*/
	* html div#gallerynavprevious {margin: 12px 0 0 0;}
	/*end of adjustment */

div#gallerynavnext {
	margin: 0 0 0 9px;
	padding: 0;
	clear: none;
	float: left;
	height: auto;
	width: 347px;
	border: none;
	float: left;
	visibility: visible;
}

/* an adjustment for IE Win only \*/
	* html div#gallerynavnext {margin: 12px 0 0 0;}
	* html div#gallerynavnext {width: 374px;}
	/*end of adjustment */


div#contentarea {
	margin: 0 0 -20px 18px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: 724px;
	height: auto;
	float: left;
	background-color: white;
	visibility: visible;
}

/* an adjustment for IE Win only \*/
	* html div#contentarea {margin: 0 0 0 9px;}
	/*end of adjustment */

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	margin: 0;
	font-style: normal;
	line-height: 1.85em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: rgb(99,0,0);
	text-decoration: none;
}

/* an adjustment for IE Win only \*/
	* html .pagetitle {line-height: 1em;}
	/*end of adjustment */
