/*------------------------
CORY GODBEY'S WEB PRESENCE
--------------------------*/

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #16313b;
}



#wrap {
	position: relative;
	width: 828px;
	height: 749px;
	background: url(images/cory2009.jpg) no-repeat;
	margin: 20px auto;
}

#wrap ul#nav {
	position: absolute;
	list-style: none;
	bottom: 15px;
	left: 34px;
}

#wrap ul#nav li {
	float: left;
	padding-right: 20px;
	margin-right: 15px;
	background: url(images/bullet.gif) no-repeat right center;

	
}

#wrap ul#nav li.last {
	background-image: none;
}

#wrap ul#nav li a {
	display: block;
	height: 30px;

}

#wrap ul#nav li a.blog {
		background: url(images/blog.gif) no-repeat center;
		width: 70px;

}
#wrap ul#nav li a.gallery{
		background: url(images/gallery.gif) no-repeat center;
		width: 90px;

}
#wrap ul#nav li a.store{
		background: url(images/store.gif) no-repeat center;
		width: 70px;

}
#wrap ul#nav li a.contact{
		background: url(images/contact.gif) no-repeat center;
		width: 100px;

}
#wrap ul#nav li a.portland {
		background: url(images/portland.gif) no-repeat center;
		width: 280px;

}



