/* LAYOUT */

html, body {
	height: 100%;
	font-family: Georgia;
	margin:0px;
	font-size:13px;
	font-weight:lighter;
	line-height:140%;
	text-align:center;
	background:#FFFFFF;
}

#holder {
	width: 900px;
	height: auto;
	margin-left: auto ;
	margin-right: auto ;
	text-align:right;	
	background: #FFFFFF;
}

#header {
	width: 900px;
	height: 120px;
	margin-left: auto ;
	margin-right: auto ;
	text-align:left;	
	background: #FFFFFF;
	}
	
#nav {
	width: 180px;
	height: inherit;
	float:left;
	margin-left: auto ;
	margin-right: auto ;
	text-align:left;
	padding: 10px;
	background: #FFFFFF;
	border-bottom-width:1px;
  	border-bottom-style:dotted;
  	border-bottom-color:#666666;
	}
	
#content {
	width: 700px;
	height: inherit;
	float:right;
	margin-left: auto ;
	margin-right: auto ;
	text-align:left;	
	background: #FFFFFF;
	}
	
#text {
	width: 700px;
	height: auto;
	float:right;
	margin-left: auto ;
	margin-right: auto ;
	text-align:left;	
	background: #FFFFFF;
	border-bottom-width:1px;
  	border-bottom-style:dotted;
  	border-bottom-color:#666666;
	}
	
#spacer {
	width: 700px;
	height: 20px;
	text-align:left;
	background: #FFFFFF;
	}
	
#visit_rhs {
	width:auto;
	float:right;
	}

/* CSS Slide Animation */

#slide1_controls span {
	padding-right:1em;
	cursor:pointer;
}
#slide1_container {
	width:700px;
	height:400px;
	overflow:hidden;
	position:relative;
}
#slide1_images {
	position:absolute;
	left:0px;
	width:4200px;
	-webkit-transition:all 1.0s ease-in-out;
	-moz-transition:all 1.0s ease-in-out;
	-o-transition:all 1.0s ease-in-out;
	-transition:all 1.0s ease-in-out;
}
#slide1_images img {
	padding:0;
	margin:0;
	float:left;
}
	

/* TEXT */

.nav_header					{ font-weight:bold; font-style:italic; color: #000000; }
.nav_header_strikethrough	{ font-weight:bold; text-decoration:line-through; font-style:italic; color: #000000; }
.nav_header  A:link			{ text-decoration: none; color:#000000; }
.nav_header  A:active 		{ text-decoration: none; color:#000000; }
.nav_header  A:visited 		{ text-decoration: none; color:#000000; }
.nav_header  A:hover 		{ text-decoration: none; color:#666666; }

.nav						{ text-decoration: none; font-weight:normal; color: #000000; }
.nav_strikethrough			{ text-decoration:line-through; }
.nav  A:link				{ text-decoration: none; color:#000000; }
.nav  A:active 				{ text-decoration: none; color:#000000; }
.nav  A:visited 			{ text-decoration: none; color:#000000; }
.nav  A:hover 				{ text-decoration: none; color:#666666; }

.work_header				{ font-weight:bold; font-style:italic; color: #666666; font-size:14px; }