a {
	outline: none;
}

img {
	border: none;
}

body {
	margin: 0;
	/* top insures there will be no background shifting across pages */
	background: url(../images/bottom_patty_799.jpg) repeat-y top center;
}

div#logo {
	width: 800px;
	margin: 0 auto;
}

div#main_content {
	background: white;
	width: 800px;
	margin: 0 auto;
}

div#logo img {
	margin: 40px 0 0 40px;
	position: absolute;
}

div#menu {
	width: 800px;
	margin: 0 auto;
	padding-top: 84px;
}

div#menu ul {
	background-color: white;
	margin: 0;
	float: right;
	padding-left: 502px;
}

div#menu li {
	display: inline;
}

div#thumb_container {
	float: left;
	width: 165px;
	margin-top: 20px;
	clear: none;
}

div#thumb_container img {
	float: left;
	margin: 7px;
	border: 8px solid #faf7e3;
}

.main_portfolio_image {
	float: right;
	border: 15px solid #faf7e3;
	margin: 20px 0 20px 0;
	clear: right;
}

.main_links_image {
	float: left;
	border: 15px solid #faf7e3;
	margin: 20px 0 20px 0;
	clear: right;
}

ul#portfolio_menu {
	float: left;
	padding: 7px 0 0 0;
	margin: 20px 18px 0 0;
	width: 175px;
}

ul#portfolio_menu li {
	list-style-type: none;
	border-top: 1px dashed #d3d07f;
	font-family: Georgia, serif;
	font-size: 9pt;
	padding: 10px 0 10px 10px;
}

ul#portfolio_menu a {
	text-decoration: none;
	color: #534226;
}

span#preview_description {
	display: block; 
	clear: both; 
	width: 400px; 
	float: right; 
	padding: 0 15px 15px 15px;
	font-family: Georgia, serif;
	font-size: 9pt;
	color: #534226;
}

div#contact_details {
	font-family: Georgia, serif;
	text-align: center;
	font-style: italic;
	color: #534226;
	font-size: 16pt;
	padding-top: 160px;
}

div#links_details {
	font-family: Georgia, serif;
	text-align: center;
	font-style: italic;
	font-size: 12pt;
	padding-top: 80px;
}

div#links_details a {
	display: block;
	padding: 3px 0;
	color: #534226;
}

.collection_selected {
	background-color: #faf7e3;
}

/* fix for non-floated block level elements with floated children */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}