* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	min-height: 564px;
	min-width: 750px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #CCC;
	text-align: center;
	background: #252525;
}
#w {
	width: 93.75%;
	height: 90%;
	background: #000;
	margin: 0 auto;
	min-width: 700px;
	max-width: 1000px;
	min-height: 509px;
	max-height: 660px;
}
#h {
	border-top: 25px solid #252525;
}
#h div {
	position: relative;
	width: 700px;
	height: 134px;
	margin: 0 auto;
}
#h h1 {
	position: absolute;
	top: 44px;
	left: 45px;
	width: 15px;
	height: 47px;
}
#h h1 a {
	display: block;
	width: 155px;
	height: 47px;
	background: url("/images/logo.png") no-repeat;
}
#h h1 a span {
	display: none;
}
#h ul {
	position: absolute;
	top: 114px;
	right: 10px;
	list-style: none;
}
#h ul li {
	float: left;
	width: 82px;
	height: 11px;
	font-size: 10px;
}
#h ul li a {
	display: block;
	width: 82px;
	height: 11px;
}
#h ul li a span {
	display: none;
}
a#port {
	background: url("/images/nav.png") 0 0;
}
a#prof {
	background: url("/images/nav.png") -82px 0;
}
a#cont {
	background: url("/images/nav.png") -164px 0;
}
a#port:hover, #portfolio a#port {
	background: url("/images/nav.png") 0 -11px;
}
a#prof:hover, #profile a#prof {
	background: url("/images/nav.png") -82px -11px;
}
a#cont:hover, #contact a#cont {
	background: url("/images/nav.png") -164px -11px;
}
#f h2, #f p {
	text-align: left;
	padding: 0 10px;
}
#f ul {
	text-align: left;
	font-size: 12px;
	margin-left: 20px;
}
#f ul ul {
	margin-left: 40px;
}
#footer {
	width: 93.75%;
	max-width: 1000px;
	font-size: 8px;
	margin: 16px auto 0 auto;
}
#footer #left {
	float: left;
	width: 164px;
	height: 14px;
	background: url("/images/footer_left.gif");
}
#footer #left a {
	display: block;
	width: 164px;
	height: 14px;
}
#footer #left a span {
	display: none;
}

#footer #right {
	float: right;
	width: 131px;
	height: 12px;
	background: url("/images/footer_right.gif") 2px 0;
	text-indent: -9999px;
	margin-top: 1px;
}