* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 1em;
	background-color: #B2A16D;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #62553E;
}
/*
----------------------------------------------------------------
	                 S T Y L E S
---------------------------------------------------------------- */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #5C4A25;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 0px 3px 0px;
	clear: both;
}
a {
	text-decoration: underline;
	color:#46300B;
}
a:hover {
	text-decoration: none;
	color:#000000;
}

/*
----------------------------------------------------------------
	                 S T R U C T U R E
---------------------------------------------------------------- */
#mainwrap {
	width: 830px;
	height: 50px;
	margin: 0px auto;
}
#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	width: 830px;
	height: 150px;
}
#navbar {
	width: 830px;
	height: 30px;
}
#navunder {
	background-image: url(images/linkbar_under.jpg);
	background-repeat: no-repeat;
	width: 830px;
	height: 8px;
}
#container {
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 830px;
	float: left;
}
/*
----------------------------------------------------------------
	                    C O N T E N T
---------------------------------------------------------------- */
#section {
	color: #46300B;
	width: 746px;
	margin: 5px 0px 0px 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-style: italic;
	text-decoration: none;
}
#halfcol {
	float: left;
	width: 500px;
	margin: 0px 0px 0px 42px;
	display: inline;
}
#fullcol {
	float: left;
	width: 746px;
	margin: 0px 0px 0px 42px;
	display: inline;
}
#leftcol {
	float: left;
	width: 460px;
	margin: 0px 0px 0px 42px;
	border-right: 2px solid #B2A16D;
	display: inline;
}
#mapcol {
	float: left;
	width: 200px;
	margin: 0px 0px 0px 42px;
	display: inline;
}
#content {
	width: 746px;
	float: left;
	border-top: 2px solid #B2A16D;
	margin-right: 20px;
	padding-bottom: 25px;
}
#content p {
	color: #62553E;
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 0px 200px 10px 0px;
}
#content img.center {
	margin: 0px auto 10px auto;
	float: none;
	display: block;
	text-align: center;
}
#content img.thumb {
	margin: 0px auto 10px auto;
	display: block;
}
#leftcontent {
	width: auto;
	float: left;
	clear: both;
	border-top: 2px solid #B2A16D;
	padding-bottom: 25px;
}
#leftcontent p {
	color: #62553E;
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 0px 20px 10px 0px;
}
#leftcontent img.center {
	margin: 0px auto 10px auto;
	float: none;
	display: block;
	text-align: center;
}
#leftcontent img.thumb {
	margin: 0px auto 10px auto;
	display: block;
}
#artist {
	width: 220px;
	height: auto;
	float: left;
	margin-bottom: 10px;
}
#artist p {
	clear: both;
	text-indent: 5px;
	padding: 0px;
}
#rightcol {
	width: 284px;
	float: left;
}
#rightcontent {
	width: auto;
	float: left;
	margin: 0px 0px 25px 18px;
}
#rightcontent p {
	color: #62553E;
	font-size: 0.85em;
	line-height: 1.4em;
	margin: 0px auto;
	padding-bottom: 10px;
}
#mapcontent1 {
	width: 220px;
	float: left;
	border-top: 2px solid #B2A16D;
	padding-bottom: 25px;
}
#mapcontent1 p {
	color: #62553E;
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 0px 0px 10px 0px;
}
#mapcontent2 {
	width: 526px;
	float: left;
	border-top: 2px solid #B2A16D;
	padding: 7px 0px 25px 0px;
}
#mapcontent2 p {
	color: #62553E;
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
#mapcontent2 img.center {
	margin: 0px auto 10px auto;
	float: none;
	display: block;
	text-align: center;
}
#coltitle {
	color: #46300B;
	width: 284px;
	padding: 8px 0px 5px 0px;
	border-bottom: 2px solid #B2A16D;
	border-top: 2px solid #B2A16D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	text-decoration: none;
	text-indent: 18px;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 52px;
	width: 830px;
	clear: left;
	background-repeat: no-repeat;
}
#innerfoot {
	width: 746px;
	margin-left: 42px;
	border-top: 2px solid #B2A16D;
	text-align: center;
	padding-top: 8px;
}
#innerfoot p {
	font-size: .7em;
	color: #62553E;
	padding-bottom: 25px;
}
