html {
	}
	
	body {
		width: 100%;
		background: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #FFF;
	}
	h1 {
	font-size: 2.7em;
	font-style: strong;
	margin-bottom: 0.75em;
}

h2 {
	font-size: 1.3em;
	font-style: strong;
	line-height: 1.2em;
	margin-top: 1.8em;
	margin-bottom: 1.0em;
	color: #09F;
}

	h3 {
		margin-bottom: 10px;
		font-size: 0.9em;
		font-weight: normal;
		color: #999999;
	}
	
	h3 a {
		text-decoration: none;
		color:#999999;
	}
	
	p {
font-family: inherit;
		font-size: .75em;
		line-height: 1.5em;
		margin-bottom: 1.2em;
		font-size: 0.8em;
		font-style: normal;
	}
	
	a, a:active {
		color:#09F;
		}
		
	a:hover {
		color: #fff;
		}
	
	a:active {
		color: #fff;
	}
			
	#header_container {
		width:100%;
		height: 190px;
		background: #FFF url(/images/header_bkd.jpg) repeat-x;
		margin: auto;
	}
	#header_content {
		width:1024px;
		height: 190px;
		margin: auto;
		color: #fff;
	}
	
	#container {
		clear:both;
		width: 100%;
		height: 550px;
		background: #FFF url(/images/main_content_bkd.jpg) repeat-x;
		margin: 0 auto;
	}
	
	#flashcontent {
		width: 100%;
		height: 550px;
		margin: auto;
		color: #fff;
	}
	
	#flashError {
		padding: 20px;
	}
	
	#footer_container {
		clear: both;
		width:100%;
		height:140px;
		background: #FFF url(/images/footer_bkd.jpg) repeat-x;
		margin: auto;
	}
	
	#footer_content {
		padding-top:43px;
		width:1024px;
		margin: auto;
		color: #fff;
	}
	
	#footer_content p {
		font-family: inherit;
		font-size: .75em;
		line-height: 1.5em;
	}
/* H1 - LOGO REPLACEMENT */	
h1.logoreplacement {
	display: block;	
	width: 229px;
	height: 43px;
	margin-top: 65px;
	text-indent: -9999px;
	background: #0099FF url(/images/thirteen82_logo.jpg) no-repeat;
	float:left;
}

/* SUBNAV */
.subnav_container {
	width: 420px;
	height: 60px;
	background: #00FF00;
	margin-top: 55px;
	float: right;
}

ul.subnavlist {
	width: 420px;
	float: right;
	background: #0066FF
}

.subnavlist li {
	display: block;
	width: 105px;
	height: 60px;
	list-style-type: none;
	padding-right: 0px;
	float: left;
}

li.workBTN a {
	display: block;	
	width: 105px;
	height: 60px;
	text-indent: -9999px;
	background: #0099FF url(/images/nav_01active.jpg) no-repeat;
}

li.aboutBTN a {
	display: block;	
	width: 105px;
	height: 60px;
	text-indent: -9999px;
	background: #0099FF url(/images/nav_02active.jpg) no-repeat;
}

li.resumeBTN a {
	display: block;	
	width: 105px;
	height: 60px;
	text-indent: -9999px;
	background: #0099FF url(/images/nav_03active.jpg) no-repeat;
}

li.contactBTN a {
	display: block;	
	width: 105px;
	height: 60px;
	text-indent: -9999px;
	background: #0099FF url(/images/nav_04active.jpg) no-repeat;
}

/* PORTFOLIO PAGES */
#content_container {
		clear:both;
		width: 960px;
		background: #000;
		margin: 0 auto;
		padding: 20px 20px;
}