/*  
Theme Name: For the ref
Theme URI: N/A
Description: For Dan Foster
Version: 1.0
Author: Alex Poirier
Author URI: pear-industry.com

*/

body{
	background-color : #181818;
	text-align : center;
}

img {
border: 0;
}


#wrapper{
	margin: -3px auto;
	width: 735px;
	border: none;
	height : 556px;
}

a {
	color : #FFF;
	text-decoration: underline
}

.nav{
	float : left;
	margin: 0 0 0 0;
	padding: 0 auto;
	width : 161px;
}
.nav_top{
	float: left;
	width: 159px;
	margin: 0 0 0 7px;
	background : url(images/navbg.gif);
	background-repeat: repeat-y;
	padding: 0 0 0 2px;
}
.nav_bottom{
	width: 161px;
	padding: 0 0 0 5px;
	margin : 0 0 0 0;
}

.content{		
		margin : 0 0 0 166px;
		width : 552px;
		height : 558px;
		padding : 5px 0 0 0px;
		background : url(images/mainbg.jpg) no-repeat;
		target-new : window;
}

.text{
	margin : 0 0 0 0;
	padding : 55px 40px 0 40px;
	color : #FFF;
	font-family : Arial;
	font-size : 90%;
	text-align: left;
}

.footer{
	width : 696px;
	height : 76px;
	margin : -7px 0 0 22px;
	background : url(images/footer.jpg) no-repeat;
}



