body {
	margin:0px;
	background-image:url(../images/outer_content_bg.jpg);
	background-repeat:repeat;
}
.clearfloat {clear:both;}
.hidden {display:none;}

#container {
	position:relative;
	width: 100%;
	padding: 0px;
}

/* ----------------- HEADER ---------------------*/ 
#outer_header {
	position:relative;
	width: 100%;
	height:214px;
	border-bottom:5px solid #000000;
	background-image:url(../images/outer_header_bg.jpg);
	background-repeat: repeat-x;
	z-index:1;
}
#header {
	position:relative;
	margin:auto;
	width: 996px;
	height:219px;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
}
* html #header {height:214px;}

#logo {
	position:absolute;
	top:15px;
	left:17px;
}
#rings {
	position:absolute;
	top:158px;
	left:15px;
}
#sculpture {
	position:absolute;
	top:11px;
	right:18px;
}

/* ----------------- CONTENT ---------------------*/ 
#outer_contentarea {
	position:relative;
	width: 100%;
	z-index:0;
}
#contentarea {
	position:relative;
	margin:auto;
	width: 980px;
	padding:0px 8px 0px 8px;
	background-image:url(../images/contentarea_bg.png);
	background-repeat:repeat-y;
}
#leftcol{
	float:left;
	width:220px;
	padding:10px 12px 0px 12px;
	margin-top:40px;
	background-image:url(../images/leftcol_bg.jpg);
	background-repeat:no-repeat;
	min-height:325px;
}

#search {
	position:relative;
	width:216px;
	height:28px;
	margin:auto;
	margin-bottom:3px;
	margin-top:5px;
	background-image:url(../images/search_bg.jpg);
	background-repeat:no-repeat;
	text-align:left;
}
#search .search_bar_field {
	position:absolute;
	top:7px;
	left:40px;
	height:18px;
	color:#b29184;
	background-color:#cabfae;
	border:0px;
	padding:0px;
}
#search .go_button {
	position:absolute;
	top:0px;
	left:0px;
}

#content {
	float:right;
	width:680px;
	text-align:left;
	padding: 20px;
	margin-right:12px;
	margin-top:40px;
	background-color:#FFFFFF;
	border:2px solid #5f5952;
	min-height:400px;
}
* html #content {height:400px; width:675px; margin-right:6px;}

#footer {
	position:relative;
	width: 956px;
	padding:5px 12px 2px 12px;
	font-size:13px;
	color:#5e5851;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	line-height:normal;
	background-image:url(../images/dj_footer.gif);
}
#footer a {
	color:#5e5851;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
}
#contact_info {
	position:relative;
	float:left;
	width:400px;
}
#footer_links {
	position:relative;
	float:right;
	width:400px;
	text-align:right;
	padding-right:12px;
}

#bottom_shadow {
	position:relative;
	margin:auto;
	width:996px;
}

/* ----------------- GENERAL ---------------------*/ 
a {
	color: #7c3e3e;
	text-decoration: underline;
}

a:hover {
	color: #cabfae;
	text-decoration: underline;
}

#content ul li {list-style:disk; padding-bottom:10px;}
#content ol li {list-style:decimal;}
