*{
	margin:0;
	padding:0;
}

body{
	background: #1B1309 url(images/bg.png);
	color: #E7E1B8;
	font-size: 0.9em;
	font-family:  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;
}

#header img{
	padding-right: 15px;
}

#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;
}

a#sub_nav_one img{
	width:77px;
	height: 24px;
	background:  url(images/portfolio_one_sub.png) no-repeat;
}

a#sub_nav_two img{
	width:81px;
	height: 24px;
	background:  url(images/portfolio_two_sub.png) no-repeat;
}

a#sub_nav_three img{
	width:87px;
	height: 24px;
	background:  url(images/portfolio_three_sub.png) no-repeat;
}

a#sub_nav_four img{
	width:92px;
	height: 24px;
	background:  url(images/portfolio_four_sub.png) no-repeat;
}

#sub_nav{
	width: 800px;
	margin: auto;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#sub_nav a img{
	padding-right: 10px;
	padding-left: 10px;
}

#content_wrap{
	width: 800px;
	margin: auto;
	padding-bottom: 10px;
}

#content_left{
    float: left;
    min-height: 525px;
    width: 275px;
    padding-left: 22px;
    
}


#content_right{
	float:left;
	width: 475px;

}

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

#content_left a img{
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	margin-top:0px;
	padding:0;
}

.copy_left{
	padding-top: 15px;
}



#copy_right{
	padding-top: 15px;
}

#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-bottom: 20px;
	font-family: "Georgia", serif;
	letter-spacing: -1px;
}

h1{
	font-size: 1.4em;
}

h2{
	font-size: 1.2em;
}

ul{
	list-style: none;
	margin: 15px;
	line-height: 1.4em;
}
p{
	margin: 15px;
	line-height: 1.4em;
}
	

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

p.thumbs{
	width: 80px;
	height: 80px;
	float: left;
	margin:1px;
	padding:0;
}




