body {
	background-color: #a8a7a6;
	background-image: url('../images/bg.gif');
	}

a:link, a:visited, #gallery_breadcrumb a:link, #gallery_breadcrumb a:visited { color: #86202d; }
	
h1, a.h1, h2, a.h2, h3, a.h3, h4, a.h4, h5, a.h5, h6, a.h6 { color: #86202d; font-family: Myraid Pro; }
.root h1.title {font-family: "Times New Roman",Times, serif;
}

#container { 
	background-color: #fff;
	width: 832px;
	margin: 0 auto;
	position: relative;
	}

#header { background: #fff url(../images/header_bg.gif) no-repeat; }
#header h1 { text-indent: -9999px; }
#header h1 a:link, #header h1 a:visited { display: block; height: 96px; }

#main1 { background:url(../images/colLeft.gif) top left repeat-y; }
#main2 { background:url(../images/colRight.gif) top right repeat-y; }
	
#colLeft {
	float:left;
	width:256px;
	margin:0; padding:0;
	}

#colRight {
	float:right;
	width:256px;
	margin:0; padding:0;
	}
#content {
	background: #fff url(../images/content_bg.gif) repeat-x;
	margin:0 256px;
	}
#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
#content .padding { padding: 25px 140px; }
body.gallery #content .padding { padding: 25px 85px; }
body.details #content .padding { padding: 25px; }

h1.title { font-weight: normal; text-transform: uppercase; margin-bottom: 10px; }

ul.links { margin: 0; padding: 0; }
ul.links li { list-style: none outside; margin: 5px 0; }
ul.links li a:link, ul.links li a:visited { background-image: url(../images/arrow.gif); background-repeat: no-repeat; background-position: right center; padding-right: 15px; text-decoration: none; text-transform: uppercase; font-weight: bold; font-size: 1.2em; }

#footer {
	border-top: 8px solid #5b5b5b;
	text-align: center;
	font-size: .8em;
	text-transform: uppercase;
	clear: both;
	width: 832px; 
	margin: 0 auto;
	padding: 10px 0;
	}
	
#footer a:link, #footer a:visited { color: #000; text-decoration: none; }

.ds_left { background-image: url('../images/ds_left.gif'); width: 32px; height: 448px; position: absolute; top: 0%; left: 0%; }
.ds_right { background-image: url('../images/ds_right.gif'); width: 32px; height: 448px; position: absolute; top: 0%; right: 0%; }

body.noRight #main2 { background-image:none; }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 { background-image:none; }
body.noLeft #colLeft { display:none; }
body.noLeft #content { margin-left:0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}
