html,body {
	margin: 0px;
}

body {
	background-color: #261b04;
}

#page {
	background-color: #ffffff;
	border: solid 4px #f2b01d;
	width: 752px;
	border-top: solid 0px #ffffff;
	margin-top: -16px;
	_margin-top: -4px;
	text-align: left;
	paddin-bottom: 40px;
	padding-top: 13px;
	_padding-top: 0px;
}
#header {
}
	
#left {
	width: 150px;
	float: left;
}

#main {
	width: 425px;
	float: left;
	margin-left: 13px;
	background-image: url(images/services_header.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-top: 27px;
	overflow: hidden;


}

a img { border-color: #000000; }

#right {
	width: 141px;
	float: left;
	margin-left: 10px;
	background-image: url(images/side_panel_top.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-top: 27px;
	overflow: hidden;

}


#wide {
	width: 576px;
	float: left;
	margin-left: 13px;
	background-image: url(images/gallery_wide.gif);
	background-repeat: no-repeat;
	padding-top: 18px;
	padding-top: 27px;
	overflow: hidden;
}

.clr {
	content: '.';
	display: block;
	visibility: hidden;
	height: 0px;
	clear: both;
}

#main .box {
	background-image: url(images/main-background.gif);
	background-repeat: repeat-y;
}
#right .box {
	background-image: url(images/right-background.gif);
	background-repeat: repeat-y;	
}
#wide .box {
	background-image: url(images/wide-background.gif);
	background-repeat: repeat-y;
}
.box {
	padding-left: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	border-bottom: solid 2px #c2c2c2;
	overflow: hidden;
}

#menu_section {
	margin-top: 20px;
	margin-bottom: 0px;
}

.box_holder {
	border-bottom: solid 2px #c2c2c2;
}

#menu_holder {
	margin-left: 17px;
}
#footer {
	padding-left: 165px;
	padding-bottom: 5px;
	padding-top: 5px;
}

td.gallery_single_view_box {
	background-color: #776cb0;
	color: #ffffff;
	padding: 3px;
}

td.gallery_single_view_box_selected {
	background-color: #000000;	
	color: #ffffff;
	padding: 3px;
}

.gallery_single_view {
}

.controls {
	width: 120px;	
}
.controls .left_arrow {
	width: 20px;
	height: 20px;
	border: none 1px #000000;	
	background-image: url(images/arrow-left.jpg);		
	background-repeat: no-repeat;
	margin-right: 20px;
	cursor: hand;
	float: left;
}
.controls .right_arrow {
	width: 20px;
	height: 20px;
	border: none 1px #000000;	
	background-image: url(images/arrow-right.jpg);		
	background-repeat: no-repeat;
	cursor: hand;
	float: left;
}
.controls .magnify {
	width: 20px;
	height: 20px;
	border: none 1px #000000;	
	background-image: url(images/magnify.jpg);		
	background-repeat: no-repeat;
	margin-right: 20px;
	cursor: hand;
	float: left;
}
.controls .magnify_emptu {
	width: 20px;
	height: 20px;
	margin-right: 20px;
	border: none 1px #000000;	
	float: left;
}

#menu_holder {
	margin-top: -6px;
	/*border-right: solid 1px #666666;*/
	background-image: url(images/nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	
	padding-top: 10px;
	padding-right: 10px;
}
#menu_bottom, #menu_top {
	border-bottom: solid 1px #999999;		
	margin-left: 115px;
}
#menu_bottom.no_children, #menu_holder.no_children, #menu_top.no_children  {
	border-style: none;	
}
#menu_holder.no_children { background-image: none; }
#menu_holder.no_children ul#navigation {
	border-right-style: none;	
}
