body {
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #069;
}
.color_options {
	color: #FFF;
	background-color: #069;
}

.color_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
	display: block;
	float: left;
	height: auto;
	width: 900px;
}
.color_frame {
	background-color: #09286c;
	-moz-box-shadow: 5px 3px 11px 7px #333;
	box-shadow: 6px 6px 20px 5px #CCC;
	display: block;
	height: auto;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.color_controls {
	background-color: #ddd;
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 555px;
}
.color_image_frame {
	background-color: #ddd;
	display: block;
	float: right;
	height: 565px;
	width: 555px;
	margin: 0px;
	padding: 0px;
}
.color_description {
	background-color: #FFF;
	display: block;
	float: right;
	height: auto;
	width: 550px;
	color: #000;
}
.color_box {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	box-shadow: inset 2px -2px 3px 2px #999;
}
.color_button {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: ridge;
	border-left-style: ridge;
	box-shadow: inset -1px 0px 4px 1px #666;
}
.color_slider {
	background-color: #ddd;
}
.color_selected {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: ridge;
	border-left-style: ridge;
	box-shadow: inset -1px 0px 4px 1px #666;
}

.custom_info a:link, .custom_info a:visited{
	color: #FFF;
}
