
/*
* {
   border: 1px solid red !important;
}
*/




body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border:0px;
	background-color:black;
	height:100%;
}


/* STYLES  */
ul {list-style:none inside;
	margin:0px;
	padding:0px;
}
a img {border:none;}
a {outline:none;}

.workshop_title {
	color:#64443A;
}


/* STRUCTURE */
div#page-wrap{
	margin: 0 auto ;
	position:relative;
	width: 700px;

    background: url(images/bg3.jpg) repeat;
	clear:both;

	
}

div#content{
	width:700px;
	overflow:hidden;
	float:center;
	top:41px;
	position:relative;
	top:50px;
	clear:both;

}

div#footer {

background: transparent url(images/footer_left.png) no-repeat scroll center center;
min-height:35px;
position:relative;
width:465px;
margin:0px auto;
clear:both;
}

div#about-pane{
	float:right;
	width: 427px;
	position:relative;
	top:50px;
	right:120px;
	margin-left:auto;
	margin-right:auto;
	overflow:visible;}

div#header_image{
	display:block;
	background: url(images/header_image1.gif) no-repeat;
	position:relative;
	float:left;
	left:20px;
	height:229px;
	width:249px;
	text-indent:-9999px;
}


#divider_image {
	   	text-indent:-9999px;
	    display:block;
	    position:absolute;
	    top:154px;
	   	background: url(images/content_top2.png);
		z-index=2;
		left:50px;;
	   	width:600px;
	   	height:35px;}


div#header_logo{
	background: url(images/header_logo5.png) no-repeat;
	position:relative;
	left:20px;
	float:left;;
	height:160px;
	width:450px;
	text-indent:-9999px;
}
/*CELLSPACE PAGE*/

div#cellspace_photo_1{
	background: url(images/cellspace/cell_interior.jpg) no-repeat;
	position:relative;
	float:none;
	height:278px;
	width:370px;
	text-indent:-9999px;
	margin-right:auto;
	margin-left:auto;
}
/* NAVIGATION BUTTONS */

#nav {
}	

ul#nav {
	overflow:auto;
	position:absolute;
	left:535px;
	top:33px;
	z-index:1;
	}
	ul#nav li {
		overflow:auto;
		padding:3px;

		}
		ul#nav li a {
			display: block;
			height: 31px;
			width: 150px;
			text-indent: -9999px;
			float: left;
			padding:0px;
			overflow:auto;

		}

		
		ul#nav li.workshops a {		
			background: url(images/nav_new/nav_workshops2.png) bottom center no-repeat;
		}
		
		ul#nav li.about a {		
			background: url(images/nav_new/nav_about2.png) bottom center no-repeat;
		}
		
		ul#nav li.cellspace a {		
			background: url(images/nav_new/nav_cellspace2.png) bottom center no-repeat;
		}
		
		
		ul#nav li.workshops_current a {		
			background: url(images/nav_new/nav_workshops2.png) top center no-repeat;
		}
		
		ul#nav li.about_current a {		
			background: url(images/nav_new/nav_about2.png) top center no-repeat;
		}
		
		ul#nav li.cellspace_current a {		
			background: url(images/nav_new/nav_cellspace2.png) top center no-repeat;
		}
		ul#nav li a:hover {
			background-position: top center;
		}
