#main_photo {
	width:auto;
	margin:0 0 10 0px;
	border:0px solid #cdcdcd; /*change main photo frame outside border color*/
}

#main_photo_inner {
	padding:0px;
}

#main_photo img{
	border:3px double #988675; /*change border color around photo (not the frame)*/
}

#thumbs {
	margin: 0 0 10 0px;
	border:0px solid blue;
}

div.thumb_photo {
	margin:  10px 10 0 0px;
	float:left; 
}

.thumb_photo img{
	display: block;
	background-color: #fff;
	border: 3px double #cecece;
	padding: 0px;
	width:107px;
	height:80px;
}

#box {
	background:url("/img/box_top.gif") no-repeat;
	background-color:#b9e8fb; /*change right box bg color - must change bg image (box_top.gif) too*/
	width:285px;
	margin:0 0 20 0px;
}

#box_inner {
	padding:17 10 10 10px;
}

#box_nav {
	padding:1 0px;
	background:#fff;
}

#box_nav img{
	margin:0 0 0 1px;
}

#copy p{
	padding:0 10px;
}

.nomargin {
	margin:0;
}

.nopadding {
	padding:0;
}

#content_bottom {
	position:relative;
	background:url('/img/bg_details.gif') repeat-x;
	padding:30px 0px;
	border:0px solid blue;
}

#content_bottom_title {
	position:absolute;
	top:7px;
	left:10px;
	border:0px solid green;
}

#content_bottom_title h3 {
	font:bold 14px arial, sans-serif;
}

#content_bottom_inner {

}

#content_left_2 {
	float:left;
	width:580px;
	border:0px solid blue;
	border-right:4px solid #ccc;
}

#content_left_2 td{
	font:10px arial, sans-serif;
	width:50%;
}

#content_left_inner_2 {
	position:relative;
	z-index:2;
	margin:0 0 0 25px;
	border:0px solid blue;
}

#content_right_2 {
	float:left;
	width:300px;
	border:0px solid blue;
}

#content_right_inner_2 {
	padding:15px; 
	border:0px solid blue;
}
