html, body, p, ul, ol, li, h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
}

body
{
	font-family: verdana;
	background:#c7d3a5;
}

div#head,
div#content-inside
{
	width: 818px;
	background-repeat: repeat-y;
	margin: 0 auto;
}

div#head-wrap
{

	height: 153px;
	background-image: url('../img/bg-bg-head.png');
}
div#footer-wrap
{
	clear:both;
	float:none;
	height: 153px;
	background:#c7d3a5;
}

div#head
{
	position: relative;
	height: 153px;
}
div#footer
{
	line-height: 48px;
	padding: 0;
	margin: 0 auto;
	width: 750px;
	color:#fff;
}
div#footer a
{
	color:#eee;
	text-decoration:none;
}
div#footer a:hover
{
	color:#c7d3a5;
}

div#head h1
{
	position: absolute;
	text-indent: -2000em;
	width: 320px;
	height: 153px;
	background-image: url('../img/justin_zajac.png');
	margin: 0;
	right: 0;
	padding: 0;
}

div#content
{
	clear:both;
	background-image: url(../img/gradient-vertical.png);
	background-repeat: repeat-x;
	background:#fff;
	padding-bottom:50px;
	overflow:auto;
}

div#content-inside
{
	padding-top: 20px;
}

div.section h1
{
	padding-bottom: 8px;
	margin-bottom:26px;
}

div.section p,
div.section h2,
div.section h3
{
	padding-left: 25px;
	padding-right: 25px;
}

h1, h2, h3, p
{
	padding: 7px 5px;
}

h1
{
	font-weight: normal;
	padding: 3px 0;
	font-size: 20px;
	margin-top: 0.5em;
}

h2
{
	font-size: 14px;
	margin-top: 0.5em;
	padding-bottom: 0;
}

h3
{
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	padding-top: 2px;
}

p, li
{
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 3px;
}

li
{
	margin-left: 45px;
}

div.section
{
	color: #595959;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}

div.section h1
{
	color: #000;
	border-bottom: 1px solid #aaa;
}

a.n
{
	border-bottom: 1px solid #949494;
	color: #fff;
	text-decoration: none;
}

a.n:hover,
a.n.active
{
	border-bottom: 1px solid #c7d3a5;
}

:focus
{
	outline: 0;
}

div#nav-container
{
	position: absolute;
	left: 0;
	top: 153px;
	width: 100%;
	height: 48px;
	background-color: #202020;
}
div#footer-container
{
	left: 0;
	width: 100%;
	height: 48px;
	background-color: #202020;
}

div#nav-container p
{
	line-height: 48px;
	padding: 0;
	margin: 0 auto;
	width: 818px;
}
p.work
{
	width:300px;
	height:240px;
	float:left;
	display:block;
}
p.work a
{
	color:#778866;
}
