@charset "utf-8";
/* CSS Document */

#container {
	width: 938px;
	background-color: #fff;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#banner {
	position: relative;
}

#banner img {
	border: none;	
}

#dustin_carlson_menu {
	position: absolute;
	top: 72px;
	right: 0px;
	bottom: 0px;
}

#dustin_carlson {
	position: absolute;
	right: 0px;
	bottom: 0px;
	top: 75px;
}

#main_image {
	position: relative;
	width: 938px;
	background-color: #CCCCCC;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#text {
	width: 938px;
	padding-bottom: 20px;
}

#art {
	height: 365px;
	width: 938px;
}

#bodies {
	width: 176px;
	background-color: #CCCCCC
	
}


#bodies, #gallery, #thumbs {
	float: left;
}

#gallery {
	height: 365px;
	width: 762px;
	background-color: #FFFFFF
}

#image {
	height: 365px;
	width: 586px;
	
}

#thumbs {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 365px;
	width: 176px;
	background-color: #CCCCCC;
}

#thumb1, #thumb2, #thumb3, #thumb4, #thumb5 {
	
	width: 164px;
	background-color: #CCCCCC;
	padding-right: 12PX;
	
}

#thumb1 {
	padding-top: 9px;
}

#thumb2, #thumb3, #thumb4, #thumb5 {
	margin-top: 4px;
}

#left_column, #center_column, #right_column {
	width: 306px;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
}

#left_column img {
	border: none;
	margin: 0px;
}

#center_column img {
	border: none;
	margin: 0px;
	padding: 0px;

}


#right_column img {
	border: none;
	margin: 0px;
	padding: 0px;
}

#works, #bicycle_gallery, #gallery_four {
	width: 306px;
	background-color: #999999;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 10px;
}

#center_column, #right_column {
	margin-left: 10px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	margin-top: 0px;
}
