div#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body#home {
	background-color: #d1d78e;
}
body#bio {
	background-color: #EDE6C3;
}
div#right img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#right {
	float: right;
	margin-top: 125px;
}
body#contact div#content {
	padding: 80px 180px 0 180px;
	height: 620px;
}
body#bio div#content {
	padding: 42px 28px 0 28px;
	height: 658px;
}
body#contact div#content img {
}
p#copyright {
	font-size: 9px;
	color: #364540;
	margin-top: 20px;
}
body#popup p#copyright {
	margin-top: 5px;
}
body#portfolio p#copyright,
body#popup p#copyright {
	color:			#7D8A83;
}

div#nav img {
	border-top-style: none;
	border-right-style: none;		
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 20px;
}
div#nav img.current {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
div#nav {
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;
}
div#nav img#home_link {
	float: left;
	margin-left: 0px;
}
img {
	border: 2px solid #FFFFFF;
}
body#portfolio,
body#popup {
	background-color: #364540;
}
body#portfolio div#content {
	height: 700px;
	text-align: center;
}

body#portfolio img#gallery_image {
	border: 2px solid #FFFFFF;
}

body#portfolio div#gallery_nav {
	text-align:		center;
	font-size:		12px;
	margin-top:		20px;
}
body#portfolio div#gallery_nav a,
body#portfolio div#gallery_nav a:visited {
	color:			#EDE6C3;
}

body#portfolio div#gallery_nav a:hover {
	color:			#7D8A83;	
}

img#gallery_image:hover {
	cursor:			pointer;
}

body#popup img {
	display:		block;
	margin-left:	auto;
	margin-right:	auto;
	border: none;
}body#contact {
	background-color: #F7F4E7;
}
