html, body, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.gimmeMargin {
	margin: 0px 15px 0px 15px;
}
.more {
	text-align: right;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
body {
	background: #0D0D0D;
	text-align: center;
	font: 12px arial, sans-serif;
	color: #878686;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 778px;
	background: #181818;
}
#body {
	position: relative;
	margin-left: 4px;
}
#head {
	position: absolute;
	top: 0px;
	left: 401px;
	width: 370px;
	height: 266px;
	background: url(images/header.jpg) no-repeat;
}
#topnav {
	position: absolute;
	top: 41px;
	left: 22px;
}
#topnav a {
	font-weight: normal;
	color: #989898;
}
#topnav a:hover {
	color: white;
}
#petesContent {
	background:blue;
}
#left-box {
	/*	position:absolute;*/
	float:left;
	/*	top: 271px;
	left: 0px;*/
	width: 285px;
	/*	height:100%;*/
	background: #181818 url(images/left_bg.jpg) repeat-x;
	overflow:visible;
}
#left-box .inner {
	/*	height:100%;*/
	padding: 20px 0px 0px 8px;

}
#left-box h2 {
	margin: 10px 0px 0px 0px;
}
#left-box p.date {
	font-weight: bold;
}
#left-box p {
	margin: 3px 2.5em 1em 1.3em;
}


/* Main Navigation */

#nav {
	position: absolute;
	height: 65px;
	/*width: 487px;*/
	top: 271px;
	left: 285px;
}
#nav dl {
	margin: 0;
	padding: 0;
}

#nav dt { float: left; }

#nav dt a {
	display: block;
	height: 0px !important;
	height /**/:65px; /* IE 5/Win hack */ 
	padding: 65px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#nav dt a:hover {
	background-position: 0 -65px;
}

#nav dt#home,
#nav dt#home a { width: 101px; background-image: url(images/m1.jpg); }

#nav dt#galleries,
#nav dt#galleries a { width: 97px; background-image: url(images/m2.jpg); }

#nav dt#artists,
#nav dt#artists a { width: 97px; background-image: url(images/m3.jpg); }

#nav dt#locations,
#nav dt#locations a { width: 97px; background-image: url(images/m4.jpg); }

#nav dt#contact,
#nav dt#contact a { width: 94px; background-image: url(images/m5.jpg); }

body.home dt#home,
body.home dt#home a,
body.galleries dt#galleries,
body.galleries dt#galleries a,
body.artists dt#artists,
body.artists dt#artists a,
body.locations dt#locations,
body.locations dt#locations a,
body.contact dt#contact,
body.contact dt#contact a
 {
	background-position: 0 -130px;
}



/*
#nav {
	position: absolute;
	/*float:right;

	top: 271px;
	left: 285px;
	width: 487px;
}
*/
#nav img {
	float: left;/*	width: 98px;*/
/*	margin: 0px;*/
/*	padding: 0px 0px 0px 0px;*/
}
#content {
	/*position:absolute;*/
	float:right;
	margin-top:65px;
	/*	top: 550px;
	left: 285px;*/
	width: 486px;

	overflow: auto;
	background: #1E1E1E top left url(images/left_shadow.jpg) no-repeat;
}
#content-bot {
	background: bottom url(images/body_bg.gif) repeat-x;
	margin-left: 1px;
		height:560px;
	overflow: auto;
}
#content .inner {
	padding: 10px 27px;
}

#content .date {
	font-weight: bold;
	margin-top: 0.5em;
}
#content p {
	margin: 0.9em;
}
#tray {

	border: 1px solid #181818;
}
#tray .redbox {
	float: left;
	width: 217px;
	height: 340px;
	min-height: 340px;
	background: #800000 url(images/red_bg.jpg) repeat-x;
	margin-right: 4px;
		margin-left: 4px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CFCFCF;
}
#tray .first {

	margin-left: 4px;
	margin-right: 4px;
}

#tray p {

	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
}
ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 1em 0px;
}
.divider {
	background: bottom url(images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	background: #101010;
	text-align: right;
	margin: 0px 7px 0px 2px;
	padding: 18px 15px 15px 15px;
}
