*{
	margin:0;
	padding:0;
}

body{
	background: #1B1309 url(images/bg.png);
	color: #E7E1B8;
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrap{
	width: 800px;
	margin: auto;
	padding-top: 15px;
	
}

#header{
	text-align: center;
	width: 800px;
	height: 72px;
	background: url(images/nav_top.jpg) no-repeat bottom center;
}

#nav_holder{
	text-align: center;
	width: 800px;
	height: 45px;
	background: url(images/nav_bottom.jpg) no-repeat bottom center;
}

#nav{
	text-align: center;
	width:800px;
	margin: auto;
	padding-top: 5px;
}

#nav a img{
	padding-left: 25px;
	padding-right: 25px;
}

a#nav_home img{
	width:56px;
	height: 27px;
	background:  url(images/nav_home.png) no-repeat;
}
a#nav_portfolio img{
	width:77px;
	height: 27px;
	background:  url(images/nav_portfolio.png) no-repeat;
}
a#nav_about img{
	width:151px;
	height: 27px;
	background:  url(images/nav_about.png) no-repeat;
}
a#nav_contact img{
	width:76px;
	height: 27px;
	background:  url(images/nav_contact.png) no-repeat;
}
#content_wrap{
	width: 800px;
	margin: auto;
	padding-bottom: 10px;
}

#content_left{
	padding-left: 24px;
	padding-right: 5px;
    float: left;
	min-height: 525px;
	background:  url(images/border_left.png) no-repeat top right;
}

/* mimics min-height property for Lousy Internet Explorer */
/*\*/
* html .box {
height: 525px;
}
/**/

.copy_left{
	padding-top: 15px;
}

#content_left img{
	margin-right: 5px;
	margin-bottom: 9px;
}

#content_right{
	float:left;
	width: 290px;
	margin-right: 15px;

}

#right_top{
    height: 200px;
	background: url(images/divider.png) no-repeat bottom;

}



.copy_right{
	padding-top: 15px;
		padding-left: 10px;
}


#content_right img{
	margin-bottom: 7px;
}

#footer{
	width: 800px;
	height: 25px;
	margin: auto;
	text-align: center;
	padding-bottom: 25px;
	clear: both;
}





/*MISC*/
a img{
	border: none;
}

h1, h2, h3, h4, h5{
	margin:10px;
	font-family: "Georgia", serif;
	letter-spacing: -1px;
}

h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.2em;
}


	

a:link, a:visited, a:active{
	color:#E7E1B8;
	text-decoration: underline;
}
a:hover{
	color:#E7E1B8;
	text-decoration: none;
}


