body{
	position:relative;
	z-index:0;
	margin:0;
	padding:0;
	font-size:80%;
	font-family:arial, sans-serif;
	}
	
a{text-decoration:none;font-weight:bold;}
	a:link{color:#777;}
	a:visited{color:#666;}
	a:hover{color:#000;}
	a:active{color:#111;}

h1, h2{margin:0;padding:0;text-align:left;font-size:1.2em; color:#999;}

p{margin:0;padding:0 0 1em 0;text-align:justify;}

img {text-align:right;border:0;}

#subBody{
	background:#fff url("/req/img/minWall.gif") right top no-repeat scroll;
	width:auto;
	min-width:910px;
	}
#wrap{
	position:relative;
	width:760px;
	margin:0 auto;
	background: transparent url("/req/img/minLights.gif") 0 -15px no-repeat scroll;
	}
#left{
	position:relative;
	margin-top:110px;
	z-index:200;
	float:left;
	padding-left:45px;
	/*padding-right:45px;*/
	width: 350px;
	/* Cannot give right padding IE6 */
	}
#right{
	position:relative;
	z-index:1;
	padding:80px 0 0 0;
	left:45px;
	/*margin:0 0 0 45px;*/
	}
#nav{
	padding:15px 0 0;
	text-align:center;
	font-weight:bold;
	z-index:10;
	}
	#nav a{color:#666;background:#fff;padding:0 1em;}
	#nav a:hover{color:#333;}
	#nav a.cur{color:#000;}
	
#footer{
	position:relative;
	width:760px;
	margin:0 auto;
	text-align:center;
	padding:10px 0;
	}

#slideshow { 
	position: relative; 
	width: 325px; 
	height: 332px;
	}
#slideshow div { 
	position: absolute; 
	left: 0;
	top: 0; 
	}
	

	
.right{
	text-align:left;
	}
.date{
	font-size:.8em;
	}

#popupContent{
	padding:1em 0 0 200px;
	background: transparent url("/req/img/minLightsContact.gif") 15px -15px no-repeat scroll;
	}
	#popupContent h1{font-size:1.35em;}

form{
	padding-top:1.35em;
	}
label{font-weight:bold;}
input,
textarea{
	border:1px solid #ccc;
	background:#fefefe;
	margin:0 0 .35em 0;
	}
submit{
	margin:1em 0 0 0;
	}
	
/* SLIDESHOWS 
-------------------------------------*/
	#slideHome,
	#slideNews,
	#slideClothing,
	#slideArt{
		position:relative;
		z-index:5;
		display:none;
		}
	#slideHome         { width:325px; height:300px; }
	#slideNews         { width:325px; height:256px; }
	#slideClothing { width:325px; height:529px; }
	#slideArt           { width:325px; height:529px; }

.jdGallery .slideInfoZone{
	background:#fff;
	color:#333;
	}
.jdGallery .slideInfoZone p{
	font-size:75%;
	color:#666;
	}

/* Contain the Floats 
----------------------------*/
.clear{
	clear: both;
	}