@charset "UTF-8";

/* CSS Document */

#body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

#wrapper     {
	width: 90%;
	height: 800px;
	margin: 0px auto;
	position: relative;	
}

#header {
	font-family: Futura Medium, Helvetica Neue, Arial;
	font: 24px Futura Medium, Helvetica Neue, Arial;
	margin: 0px;
	padding: 25px 0px 0px;
	width: 500px;
	height: 50px;
}

#container {
	width: 970px;
	height: 750px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding-top: 20px;
}

#container_dbl {
	width: 1000px;
	height: 750px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	padding-top: 20px;
}

#nav1 {
	font: x-small Arial, Helvetica, sans-serif;
	color: #666;
	word-spacing: 35px;
	margin: 0px 0px 0px 60%;
	text-decoration: none;
	padding: 0px 0px;
	z-index: auto;
	height: -2em;
	width: 40%;
}
#vertical nav {
	float:left;
	height: 100px;
	width: 20px;
	margin: 0;
	padding: 0;
	position: relative;
	clear: none;
	left: 0px;
	top: 0px;
}

#nav_back {
	height: 20px;
	width: 20px;
	left: 458px;
	top: 600px;
	position: absolute;
}

#nav_back35V {
	height: 20px;
	width: 20px;
	left: 458px;
	top: 675px;
	position: absolute;

}

#nav_fwd35V {
	height: 20px;
	width: 20px;
	left: 494px;
	top: 675px;
	position: absolute;
}

#nav_fwd {
	height: 20px;
	width: 20px;
	left: 494px;
	top: 600px;
	position: absolute;
}

#nav_fwd_dbl {
	height: 20px;
	width: 20px;
	left: 515px;
	top: 600px;
	position: absolute;
}

#nav_back_dbl {
	height: 20px;
	width: 20px;
	left: 465px;
	top: 600px;
	position: absolute;
}


#image6x6 {
	padding: 50px 0px 25px;
	height: 475px;
	width: 475px;
	margin: 0px auto;
	float: none;
	clear: none;
	top: 20px;
	bottom: 0px;
	position: relative;
}

#image6x6menu {
	padding: 35px 0px 25px;
	height: 475px;
	width: 475px;
	margin: 0px auto;
	float: none;
	clear: none;
	top: 0;
	bottom: 0px;
	position: relative;
}


#image6x6dbl_1 {
	padding: 50px 0px 25px;
	height: 475px;
	width: 47.5%;
	margin: 0px 0px;
	position: relative;
	left: 0px;
	top: 20px;
	right: 0px;
	bottom: 0px;
}
#image6x6dbl_2 {
	padding: 50px 0px 25px;
	height: 475px;
	width: 47.5%;
	margin: 0px 0px;
	z-index: auto;
	position: relative;
	left: 525px;
	top: -530px;
	right: 0px;
	bottom: 0px;
}
#image35H {
	padding: 0px;
	height: 400px;
	width: 600px;
	margin: 120px auto 25px;
	position: relative;
}
#image35Habout {
	padding: 50px 0px 25px;
	height: 400px;
	width: 85%;
	margin: 0px 0px;
	z-index: auto;
	position: relative;
	left: 525px;
	top: 20px;
	right: 0px;
	bottom: 0px;
	float: right;
}

#image35V {
	padding: 0px;
	height: 600px;
	width: 400px;
	margin: 25px auto 25px auto;
	position: relative;
}	
.a {
	font-family: Futura Medium, Helvetica Neue;
	font-size: 13px;
}

#about text box {
	padding: 50px 0px 25px;
	height: 475px;
	width: 15%;
	margin: 0px 0px;
	position: relative;
	left: 0px;
	top: 60px;
	right: 0px;
	bottom: 0px;
	float: left;
}
	

