html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus
{
	outline: 0;
}
body
{
	line-height: 1;
	color: black;
	background: white;
	font-family:Verdana;
	font-size:12px;
}
ol, ul
{
	list-style: none;
}
table
{
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td
{
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after
{
	content: "";
}
blockquote, q
{
	quotes: "" "";
}
a
{
	text-decoration: underline;
}

body
{
	background-color: #000;
	text-align: center;
	color: #fff;
}

a,
a:visited,
a:active,
a:href
{
	color:#902735;
}

div#wrapper
{
	text-align: center;
	margin: 30px auto;
	padding: 80px 0 0;
	width: 1024px;
	position: relative;
}

div#container
{
	text-align: left;
	width: 939px;
	margin: 0 auto;
}

div#header
{
	background: #000 url(img/header_bg.jpg) repeat-x;
	height: 64px;
}

div#header h1
{
	text-indent: -9999px;
	display: block;
	width: 600px;
	height: 64px;
	background: #000 url(img/logo.jpg) no-repeat;
	float: left;
}

div#header ul
{
	float: right;
}

div#header ul li
{
	float: left;
}

div#header ul li a
{
	display: block;
	height: 64px;
}

div#header ul li a span
{
	display: none;
}

div#header ul li#home a
{
	background-image: url(img/nav_home.jpg);
	width: 55px;
}

div#header ul li#portfolio a
{
	background-image: url(img/nav_portfolio.jpg);
	width: 90px;
}

div#header ul li#design a
{
	background-image: url(img/nav_design.jpg);
	width: 75px;
}

div#header ul li#about a
{
	background-image: url(img/nav_about.jpg);
	width: 96px;
}

div#header ul li#home a:hover,
div#header ul li#portfolio a:hover,
div#header ul li#design a:hover,
div#header ul li#about a:hover
{
	background-position:0 64px;
}

div#content
{
	background-image:url(img/div_bg.gif);
	background-color:#3d3d3d;
	background-repeat:repeat-x;
	color: #fff;
	float:left;
	width:939px;
}

div#footer
{
	width:939px;
	height:	40px;
	background:#000 url(img/footer.jpg) no-repeat;
	clear:both;
}

div#sub
{
	width:939px;
	height:	30px;
	margin: 15px 0 0 0;
	clear:both;
}

div#copyright a
{
 	text-decoration: underline;
	color: #777777;
}

div#copyright
{
	font-size: 10px;
	color:#777777;
	margin: 0 auto 0 auto;
	clear:both;
}


div#leaves
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 368px;
	height: 480px;
	background: #000 url(img/leaves.png) no-repeat;
	z-index: -1;
}

