* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	min-width: 785px;
	background: #1a1c35 url(gfx/bg_wrap2.png) top center  scroll repeat-y;
	font-size: 11pt; 
	font-family: Palatino, Times New Roman, Times;
	letter-spacing: +0.2px;
}

p {
	padding-bottom:12px;
	}
div.clear_both{clear:both;}

#wrap {	
	margin: 0 auto;		
	padding: 10px 0px 0px 10px;
	width:785px;	
	text-align:left;
	background:#e8e5d4;
}

#header {
	width: 759px;
	height:128px;
	padding-bottom:1px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(gfx/bg_top.png);
}

#header h1 {
	background-image:url(gfx/skyler.png);
	float:left;
	width: 329px;
	height: 24px;
	margin: 18px 0 0 21px;	
}
#header h1 span {
	visibility:hidden;
}

#header .nav {
	clear:both;	
	height: 22px;
	padding-top:19px;
	margin-left: 84px
}
#header .nav ul {
	list-style-type: none;
}
#header .nav li {	
	display:inline; 
	margin-right:20px;
}
#header .nav li a span { visibility: hidden }
#header .nav li a { 
	display:inline-block;
	background: top left no-repeat;
	text-decoration: none;
	height: 22px;
	background-position: 0px 0px;
}
#header .nav li a.about 		{ background-image:url(gfx/nav_about.png);		width:62px;}
#header .nav li a.portfolio 	{ background-image:url(gfx/nav_portfolio.png);	width:100px;}
#header .nav li a.resume 		{ background-image:url(gfx/nav_resume.png);		width:73px;}
#header .nav li a.contact 		{ background-image:url(gfx/nav_contact.png);	width:82px;}
#header .nav li a:hover			{ background-position: 0px -22px;}
	
#midder {
	width: 759px;
	background: top left repeat-y;
	background-image:url(gfx/bg_mid.png);
}

#midder #left_bar {
	float:left;
	width:61px;
	height:162px;
	background: top left no-repeat;
	background-image:url(gfx/left_drip.png);
}

#midder #right_bar {
	float:right;
	width:16px;
	height:70px;
	background: top left no-repeat;
	background-image:url(gfx/right_piece.png);
}

#midder #content {
	background: #FFF;
	width: 662px;
	padding: 10px;
	float: left;
}

#footer {
	width: 759px;
	height: 150px;
	clear:both;
	background: top left no-repeat;
	background-image:url(gfx/bg_btm.png);
}

#footer #copyright {
	padding: 20px 0px 0px 110px;
	font-size: 10px;	
	letter-spacing: +0px;
}