@charset "UTF-8";

/* CSS RESET */
* {
	margin:0;
	padding:0;
	border:0;
	}

h1, h2, h3, h4, code, address, caption, cite, code, form, p, blockquote, fieldset, input, ul, ol, li {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	}

ul, ol {
	list-style:none;
	}
	
/* END CSS RESET */

/* TAGS */
body {
	background: url(images/bg.jpg) center repeat-x;
	background-color:#0d0f1c;
	text-align: center;
	font: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
p {	
	}
h1 {
	text-indent: -9000px;
	}
h2.title{
	font-size:12px;
	line-height:14px;
	}
a {
	color: #3d4360;
	}
a:visited {
	color: #2f2f32;
	}
a:active {
	color: #ffffff;
	}
a:hover {
	color: #ffffff;
	}
/* END TAGS */

/* DIV I.D. */
#audio {
	width: 0px;
	height: 0px;
	position: absolute;
	left: -9000px;
	}
#wrapper {
	}
#nav {
	padding-left:50%;
	margin-left:-400px;
	height:37px;
	width:800px;
	}
#header {
	width:800px;
	height:115px;
	text-indent: -9000px;
	display:block;
	background:url(images/jordan_blakey.png);
	margin:0px auto 0px auto;
	}
#content {
	}
#gallerynav {
	padding-left:50%;
	margin-left:-400px;
	height:38px;
	}
#breadcrumb{
	margin-top:00px;
	}
#footer {
	margin-bottom:10px;
	color:#2f2f32;
	}
#frame {
	}
#nobg {
	background-color:transparent;
	background:none;
	}
#thumbs {
	text-align:left;
	padding-left:50%;
	margin-left:-400px;
	margin-top:20px;
	width:800px;
	}
#credentials {
	line-height:0px;
	background:none;
	}
#contact {
	width:400px;
	text-align:left;
	padding-left:50%;
	margin-left:-200px;
	}

/* END DIV I.D. */

		/* List Nav */
		.nav {
			float:left;
			}
		#nav a {
			display:block;
			outline:none;
			}
		#gallerynav a {
			display:block;
			outline:none;
			}
		/* End List Nav */

		/* Footer Breadcrumb */
		.breadcrumb {
			padding-top:10px;
			}
		.footer {
			color:#2f2f32;
			margin-bottom: 30px;
			}
		a.footer:link {
			text-decoration:none;
			}
	
		a.footer:hover {
			text-decoration:none;
			}
	
		a.footer:visited {
			text-decoration:none;
			}

		/* End Footer Breadcrumb */

/* IMAGE REPLACEMENT */
/* END IMAGE REPLACEMENT */