/* Normalizes margin padding */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td
{margin: 0; padding: 0;}

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5.h6
{font-size: 100%;}

/* Removes list-style and font-weight to normal */
ol,ul
{list-style: none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style: normal; font-weight: normal;}

/* Removes list-style from lists */
table
{border-collapse: collapse; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img
{border: 0;}

/* Left-aligns text in caption and th */
{text-align: left;}

/* Removes quotation marks from q */
q:before, q:after
{content: '';}

html {
	text-align: left;
	background-color: white;
	width: 100%;
	background-image: url(../images/stripe_bkg.png);
	background-repeat: repeat;
	}

body {
	text-align: left;
	overflow: hidden;
	overflow-y: inherit;
	padding: 2% 0;
	}

/*WRAPPER*/
#wrapper {
	position: relative;
	height: 560px;
	overflow: visible;
	}
	
#branding {
	height: 20px;
	overflow: visible;
	}

#branding h1 {
	float: right;
	background: url(../images/header05.gif) no-repeat top;
	width:198px;
	height: 55px;
	text-indent: -9999px;
	margin-right: 15px;
}

#branding h2 {
	position: absolute;
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	left: -9999px;
}

p.invis {
	text-indent: -9999px;
	padding: 0;
	margin: 0;
	visibility: collapse;
}


/* MAIN NAV */

h2.hide{
	text-indent: -99999px;
	position: relative;
	top: -99999px;
}

ul#nav {
	float: left; 
	left: 10px;
	width: auto;
	text-transform: uppercase;
	overflow: visible;
}

ul#nav a:hover{
	background: #412a22;
	color: #412a22;
}

ul#nav .selected a {
	background-color: #412a22;
	color: #412a22;
}


ul#nav li a {
	padding: 3px;
	margin: 0px 2px;
}

ul#nav li{
	display: inline;
}

/* PREV NEXT BTNS */

ul#sub_nav {
	position: relative;
	top: 10px;
	z-index: 50;
}

ul#sub_nav a:hover {
	background-color: #412a22;
	color: #fff;
	}
	
	ul#sub_nav li a {
	padding: 0 0px;
	}

/* IMAGES */

#imgs_frame {
	position: relative;
	left:0px;
	top: 0px;
	background-color: gray;
	width: 100%;
	height: 500px;
	overflow: hidden;
	clear: both;
}

#imgs {
	position: relative;
}


#text-frame {
	width: 350px;
	float: left;
	margin-left: 20px;
}

/* ABOUT OR BIO */

#bio {
	float: left;
	margin-top: 60px;
	margin-bottom: 50px;
	width: 100%;
	
}

#biowrap {
width: 455px;	
}

	div#bio ol{
	margin-left: 20px;
	color: #412a22;
}
	
#footer {
	float: right;
	height: 35px;
	margin-top: -20px;
}

#footer.left {
	float: left;
	clear: both;
}
