* {
     margin: 0;
     padding: 0;
}

html, body {
	height: 100%;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:2.8em;
	letter-spacing:0.1em;
	color:#808386;
	width: auto;
}

a{
	color:#808386;
	text-decoration:none;
}

a:hover{
	color:#808386;
	text-decoration:underline;
}

#wrap{
     min-height: 100%;
     height: auto !important;
     height: 100%;
     margin: 0 auto -42px;
}

#header{
	width:100%;
	background:url(../images/site/bg_header3.gif) left center repeat;
	height:76px;
}

#header h1{
	width:337px;
	height:76px;
	display:block;
	background:url(../images/site/logo_mattklug.gif) left center no-repeat;
	text-indent:-1000em;
	text-decoration:none;
	outline:none;
	float:left;
	margin: 0px 0px 0px 665px;
	padding: 0;
}

#nav{
	background:#808386;
	padding:0px;
	position: relative;
	width: 100%;
	height: 22px;
	margin: 0 auto;
	z-index: 1;
}

#nav ul{
	padding:0 0 0 0px;
	margin:0 0 0 27px;
	list-style-type: none;
}

#nav ul li{
	display: inline;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 0px 0px;
	height: 22px;
	line-height: 22px;
	width: auto;
	float: left;
	position: relative;
	background:url(../images/site/bg_slash.gif) right center no-repeat;
}

#nav ul li.first{
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#nav ul li a{
	display: block;
	text-decoration:none;
	text-transform:uppercase;
	text-align: left;
	letter-spacing: 1px;
	color:#fff;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: lighter;
	margin: 0px 8px 0px 0px;
	padding:0px 5px 0px 5px;
	width: auto;
}

#nav ul li a:hover{
	background: #c4ac39;
}

#nav ul li.last{
	background-image:none;
}

#nav ul li ul {
	display: none;
}

#nav ul li:hover ul{
	display: block;
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	width: 300px;
}

#nav ul li ul li{
	background: #c4ac39;
	height: 22px;
	margin: 0;
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #d4b93e;
	color: #efdb7b;
	width:200px;
}

#nav ul li ul li:hover{
	background: #808386;
}

#nav ul li ul li a{
	font-size: 11px;
	letter-spacing: 0;
	color: #fff;
	}

#nav ul li:hover ul li a{
	display: block;
	background: #;
	width: 180px;
	margin: 0;
	padding: 0;
	text-transform: none;
	}

#nav ul li:hover ul li a:hover{
	background: #808386;
	margin: 0;
	padding: 0;
}

/*---------------CONTENT Areas------------*/
body#home #content{
	margin:193px 40px 25px 36px;
	width: 940px;
	overflow: auto;
}

body#resume #content{
	margin:60px 40px 20px 0px;
	overflow: auto;
	width: 895px;
}

body#port #content{
	margin:43px 40px 20px 32px;
	overflow: auto;
	width: 1000px;
	height: 500px;
}

body#contact #content{
	margin:215px 40px 40px 55px;
	width: 400px;
}
/*--------------------------------------*/

#content h2{
	font-size:10px;
	line-height:2.8em;
	letter-spacing:0.2em;
	font-weight:normal;
	color:#808386;
	text-transform:uppercase;
}

#content h3{
	font-size:10px;
	line-height:2.8em;
	letter-spacing:0.2em;
	font-weight:normal;
	color:#790011;
	text-transform:lowercase;
}

#content p{
	font-size:10px;
	line-height:28px;
	letter-spacing:2px;
	margin-top: 6px;
	font-weight:normal;
	color:#6b6d6f;
	text-transform:;
	width: 493px;
}

#content #resume_col{
	float:left;
	margin-left: 60px;
}

#resume_col.wide{
	width:280px;
}

#resume_col.narrow{
	width:200px;
}

#resume_col ul{
	list-style:none;
	margin:0 0 3em 0;
	padding:0;
	line-height:1.8em;
}

#contact_text{
	background:url(../images/site/contact_icon.gif) center left no-repeat;
	padding:40px 0 30px 150px;
}


#contact_text p{
	padding: 0;
	margin: 0;
	font-size: 11px;
	letter-spacing: 2px;
	line-height:17px;
}

/*---------------   PRINT Portfolio  ---------------*/
#content .port_wide{
	width:auto;
	float:left;
	height: 400px;
	margin: 0;
	padding-right: 20px;
	display: inline;
}

#content .port_narrow{
	width:auto;
	float:left;
	height: 400px;
	margin: 0;
	padding: 0;
	display: inline;
}

#content .port_wide img{
	margin:0px;
	border:0;
	float: left;
}

#content .port_narrow img{
	margin-bottom:10px;
	border:0;
	float: left;
	display: block;
	clear: left;
}

/*---------------   TV Portfolio  ---------------*/
#content .reel_wide{
	width:auto;
	float:left;
	margin: 0;
	padding-right: 20px;
	display: inline;
}

#content .reel_narrow{
	width:auto;
	float:left;
	margin: 0;
	padding: 0;
	display: inline;
}

#content .reel_wide img{
	margin:0px;
	border:0;
	float: left;
}

#content .reel_narrow img{
	margin-bottom:5px;
	border:0;
	float: left;
	display: block;
	clear: left;
}

#reeldiv-1-1{
	display: none;
}

body#port h2{
	margin:0px 0px 20px 0px;
	letter-spacing:1;
	font-size: 11px;
}

#footer, .push {
	height: 42px;
}

#footer{
	width:100%;
	background:url(../images/site/bg_footer3.gif) left center repeat;
	height:42px;
}