/* CSS Document */
/* 1.16.08 */
/* Author: www.randycaruso.com */

* { margin: 0; padding: 0; }

html, body{
	height: 100%;
	font-size: 93%;
	color: white;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background-color: #160d0f;
	text-align: center; /* horizontal centering for IE Win quirks *//* horizontal centering for IE Win quirks */
}






p {margin: 0 0 .5em 0; }
a { color: #E1C000; }
a:hover { color: #EC3B0F; }

h1 { display: none; }
h2 { font: normal 2.4em Arial, Helvetica, sans-serif; width: 490px; }
h3 { font: normal 1.8em Arial, Helvetica, sans-serif; width: 490px; color: #E1C000; margin: 1.2em 0 .8em 0; }
h4 { font: normal 1.8em Arial, Helvetica, sans-serif; padding: 0; margin: 0; }
h5 {display:none;}

blockquote {}

#header{}

#nav{ }


/* -----------------------------  Centers the Block in the Page -------------------------- */	

#distance { 
	width:1px;
	height:46%;
	margin-bottom:-360px; /* half of container's height */
	float:left;}

#column {
	margin: 0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 720px;
	width: 900px;
	clear: left;
	background: url(../images/background.jpg) no-repeat;
	xborder: 1px solid red;
}




/* -----------------------------------------------  Header------------------------- ------------- */	

/* -----------------------------------------------  NAV------------------------------------------ */	

#nav{
	xwidth: 258px;
	height: 51px;
	padding: 221px 0 0 134px;
	xborder: 1px solid blue;
}

#nav ul {
	display: none;
}





/* -----------------------------------------------  Content-------------------------------------- */	


#bio{
	width: 340px;
	height: 333px;
	padding: 0 15px 0 148px;
	margin: 25px 0 0 0;
	xborder: 1px solid blue;
	overflow: auto;
	float: left;
}

#contact{
	width: 340px;
	height: 333px;
	padding: 0 15px 0 148px;
	margin: 25px 0 0 0;
	xborder: 1px solid blue;
	overflow: auto;
	float: left;
}



#thumbs{
	float: right;
	margin: 20px 142px 0 0;
	xborder: 1px solid blue;
}
#thumbs p{margin: 0; padding: 0; }

#thumbs img {
	border: 0;
}

#gallery-thumbs {
	text-align: center;
	width: 810px;
	margin:0 auto;
	border:0;
}
#gallery-thumbs img{ border: 1px white; }
#gallery-thumbs img a:hover{color: red; }
#gallery-thumbs a:visited { color: #FFFFFF; }
/* -----------------------------------------------  Footer---------------------------------------- */	

/* -----------------------------------------------  Debris---------------------------------------- */	



















