* {margin: 0; padding: 0;}

/* @group HTML, Body */
body {
	background: #9ba082 url(../img/bg.gif) repeat 0 0;
	color: #364c1d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.2em;
	text-align: center;
}
/* @end */
a {
	text-decoration: none;
	color: #000033;
	font-weight: bold;
	}

/* @group Layout */
#wrap {
	margin: auto;
	text-align: left;
	width: 930px;
	position: relative;
}
#header {
	background: url(../img/bg_header.gif) no-repeat 0 0;
	display: inline;
	height: 140px; width: 930px;
	margin-top: 21px;
	position: relative;
}
#headereng {
	background: url(../img/bg_headereng.gif) no-repeat 0 0;
	display: inline;
	height: 140px; width: 930px;
	margin-top: 21px;
	position: relative;
}
#menu {
	height: 30px;
	position: absolute;
	left: 73px; top: 111px;
}
#body {
	background: #c9c5a8 url(../img/bg_body.gif) repeat-y 0 0;
	font-size: .92em;
	padding: 4px 0 0 0;
	width: 930px;
}
#bg-rust {
		background: transparent url(../img/bg_rust.gif) repeat-y 0 0;
		width: 930px;
	}

	#col-l {
		display: inline;
		margin: 0 11px 0 32px;
		width: 870px;
	}
		ul#artists-list {
			float: left;
			width: 870px;
		}
			ul#artists-list li {
				float: left;
				display: inline;
				margin-bottom: 12px;
			}
			.artist-data {
				float: left;
				display: inline;
				background: #d3d0b9;
				margin-left: 12px;
				padding: 10px;
				width: 870px;
			}
			.artist-data h3 {
				border-bottom: 1px solid #9e986a;
				margin-bottom: 4px;
				text-transform: uppercase;
			}
			.artist-years {
				display: block;
				float: left;
				font: 1.5em Georgia, "Times New Roman", Times, serif;
				width: 870px;
				overflow: hidden;
			}
			.artist-desc {
				float: left;
				border-left: 1px solid #9BA082;
				padding-left: 7px;
				font-size: 1.3em;
				width: 870px;
			}
			div.artist-desc p {
				margin-bottom: 1em;
			}
	#col-r {
		background: #d3d0b9 url(../img/bg_col-r-b.gif) no-repeat right bottom;		
		width: 870px;
		margin: 0px 25px 0;
	}
		#col-r .artist-data {
			margin: 0;
			width: 870px;
		}
	
#footer {
	background: transparent url(../img/bg_footer.gif) no-repeat 0 0;
	height: 150px; width: 930px;
	position: relative;
}

#footer p.footer-text {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .8em;
	margin-top: 120px;
	color: #C9C5A8;
	margin-right: 20px;
}
#footer p.footer-text a:link, #footer p.footer-text a:visited {
	color: #C9C5A8; 
	text-decoration:none;
}
#footer p.footer-text a:hover {
	color: #666;
}
/* @end */

/* @group Nav */
#menu ul, #menu ul li, #menu ul li a {float: left;}
#menu ul li a {
	background: transparent no-repeat 0 0;
	height: 28px;
	display: inline;
}

#menu ul li a#menu-05, #menu ul li a#menu-05:link, #menu ul li a#menu-05:visited {width: 62px; margin-left: 205px;}
#menu ul li a#menu-05:hover, #menu ul li a#menu-05:active, #menu ul li a#menu-05.active {background-position: 0 -28px;}

/* @end */

/* @group Headings */
h1, h2, h3, h4, h5, h6 {line-height: 1.2em; font-family: Georgia, "Times New Roman", Times, serif;}
h1 {font-size: 2em;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1em;}
/* @end */

/* @group Text Styles */
	
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
	
/* @end */

/* @group Links - link visited hover active */
a:link{ }
a:visited{ }
a:hover{ }
a:active{ }
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* COMMON CLASSES */

.hidden {display: none;}
.replace {display: block; text-indent: -10000px; line-height: 0;}

.col-l, .float {float: left;}
.col-r {float: right;}

.center {text-align: center;}
.right {text-align: right;}

.hr-ornament {
	background: url(../img/ornament.gif) no-repeat center 0;
	clear:both;
	height: 42px; width: 100%;
}

.hr-ornament2{
	background: url(../img/ornament2.gif) no-repeat center 0;
	height: 42px; width: 100%;
}

/* @end */