body {
	background: #545e6b url('../images/mockup_04.jpg') repeat-y 50% 0;
}

#header {
	position: relative;
	top: -10px;
	width: 900px;
	height: 87px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/mockup_02.jpg');
}

*:first-child+html #header {
	top: -15px;
}

*html #header {
	top: -15px;
}

#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#main_home {
	float: right;
	width: 540px;
	margin-right: 100px;
}


#main_artwork {
	float: right;
	width: 540px;
	margin-right: 100px;
}

*html #main_artwork {
	margin-right: 20px;
}


#main_about {
	float: right;
	width: 540px;
	margin-right: 100px;
}

*html #main_about {
	margin-right: 50px;
}


#nav_home {
	width: 227px;
	float: left;
}

*html #nav_home {
	position: relative;
	left: 39px;
}

#nav_artwork {
	width: 227px;
	float: left;
}

#nav_about {
	width: 227px;
	float: left;
}


#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#footer img {
	float: left;
}

#artwork {
	float: left;
	width: 580px;
}

*html #artwork {
	width: 590px;
}

.art_piece {
	width: 150px;
	float: left;
	margin-right: 35px;
	
}

*html .art_piece {
width: 145px;
}

.art_row {
	float: left;
	margin-bottom: 10px;
}

.art_piece img {
	border: 5px solid #545e6b;
}

h1 {
	font-family: Georgia, serif;
	font-size: 24px;
	color: #545e6b;
	font-weight: bold;
}

p {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #333;
}

#popup_wrapper {
	top: 0px;
	left: 0px;
}

#popup_picture {
	float: left;
	width: 600px;
}

#popup_desc {
	float: right;
	width: 150px;
}

*html #popup_desc {
	width: 130px;
}

*:first-child+html #popup_desc {
	width: 130px;
}

#popup_desc p {
	font-family: Times, serif;
	font-size: 12px;
	color: #999;
	margin-left: 5px;
}

#popup_desc a {
	font-family: Times, serif;
	font-size: 12px;
	color: #999;
	margin-left: 5px;
}

#home_image {
	width: 550px;
	margin-top: 25px;
	text-align: center;
}

*html #home_image {
	position: relative;
	left: 50px;
}

#home_image img {
	border: 5px solid #545e6b;
}

#home_image h2 {
	text-align: center;
	font-family: Georgia, serif;
	font-size: 18px;
	color: #545e6b;
	font-weight: bold;
}

#home_image p {
	font-family: Georgia, serif;
	font-size: 14px;
	color: #545e6b;
	text-align: center;
}