body {
	background: #fffafa;
	font: .875em/1.4 "helvetica neue", arial, helvetica, sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

#container {
	width: 800px;
	overflow: hidden; /* clear contained floated elements */
	margin: 0 auto;
}

#header {
	background: #e4edea url(../images/museum03.png) no-repeat top left;
	height: 165px;
	position: relative;
	margin: 0;
}

#footer {
	height: 25px;
	clear: both;
	background: url(../images/green_gradient.jpg) repeat-x top left;
	font-size: 0.8em;
	text-indent: 10px;
	padding-top: 20px;
	border-bottom: 2px solid #607c1c;
	border-top: none;
}

/* @group base styles */

h1 {
	font: normal 1.5em/1.3 "trebuchet MS", arial, helvetica, sans-serif;
	margin: 10px 0 5px;
	padding: 0 3px;
}

h2.topbar {
	background: #607c1c url(../images/green_gradient01.jpg) repeat-x top left;
	font: bold 1.2em "helvetica neue", arial, helvetica, sans-serif;
	color: #fff;
	margin: 0 0 10px -5px;
	padding: 4px 0 4px 8px;
	border-bottom: 1px solid #4c4c4c;
}

ul {
	list-style-type: none;
}

p, ul {
	margin: 0 0 1.0em;
	padding: 0 3px;
}

p.cutline  {
	font-weight: bold;
	font-size: 0.9em;
	color: #333;
	line-height: 1.4;
	margin: 3px 0 5px;
}

a, a:visited {
	color: #360;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: 1px dotted #360;
}

a:hover {
	color: #050;
	border-bottom: 1px solid #050;
}

a:active {
	border-bottom: none;
	outline: none;
}

a img {
	border: none;
}

img {
	border: 1px solid #666;
}

.image-left {
	float: left;
	margin: 0 15px 5px 0;
}

.image-right {
	float: right;
	margin: 0 0 5px 15px;
}

.image-centre {
	margin: 5px 0 0;
}

span.dropcap {
	float: left;
	font: 3em/0.8 georgia, "times new roman", times, serif;
	margin: 3px 2px 0 0;
}

span.nowrap {
	white-space: nowrap;
}

/* @end */

/* @group sidebar styles */

#sidebar {
	width: 185px;
	float: right;
	/*position: relative;*/
	display: inline;
	margin: 1.0em 0;
}

#sidebar ul, #sidebar p {
	font-size: 0.9em;
	color: #444;
	line-height: 1.3;
}

#sidebar ul {
	list-style-type: disc;
	margin-left: 5px;
	padding-left: 15px;
}

#sidebar li {
	margin: 2px 0;
}

#sidebar ul.nav {
	list-style-type: none;
	line-height: 1.8;
	padding-left: 0;
}

#sidebar ul.nav li {
	padding-left: 0.8em;
	background: url(../images/right.gif) no-repeat 0 0.6em;
}

p.contact:first-line {
	font-weight: bold;
}

p#access {
    width: 100%;
    white-space: nowrap;
    background: url(../images/access.gif) no-repeat 95% 50%;
}

a#donate, a#ko {
	border: none;
}

a#ko {
	padding-left: 10px;
}

a#mmlogo {
	display: block;
	margin: -3px 0 5px -5px;
	border: none;
}

#highlight-box {
	background-color: #ff7;
	margin: 1.0em 0;
	padding: 10px 8px 0;
	border: 1px solid #666;
}

#highlight-box h3 {
	font: bold 1.2em/1.25 "trebuchet ms", arial, helvetica, sans-serif;
	color: #000;
	margin: 10px 0 5px;
	padding: 0 3px;
}

#highlight-box p {
	font-size: 0.9em;
	color: #444;
	line-height: 1.3;
	color: #000;
}

/* @end */

/* @group content styles */

#content {
	width: 580px;
	/*min-height: 1680px;*/
	float: left;
	display: inline;
	margin: 1.0em 0;
	padding: 0 14px 0 5px;
	border-right: 1px solid #bbb;
}

#top, #middle, #bottom {
	width: 100%;
	float: left;
	display: inline;
	padding-bottom: 1.0em;
	border-bottom: 1px solid #bbb;
}

#middle, #bottom {
	padding-top: 1.0em;
}

.col-one {
	width: 276px;
	float: left;
	display: inline;
}

.col-two {
	width: 275px;
	float: right;
	padding-left: 14px;
	border-left: 1px solid #bbb;
}

#middle .image-right {
	width: 302px;
	margin-top: 5px;
}

#bottom .col-one {
	width: 350px;
	padding-right: 14px;
	border-right: 1px solid #bbb;
}

#bottom .col-two {
	width: 200px;
	border-left: none;
}

#bottom .col-two ul {
	list-style: disc outside;
	margin-left: 15px;
}

#bottom .col-two li {
	margin: 10px 0 0;
}

#links {
	float: left;
	display: inline;
	padding: 1.0em 3px 0;
}

/* @end */

/* @group billboard styles */

#billboard {
	width: 575px;
	float: left;
	display: inline;
	background: url(../images/gradient01.jpg) repeat-x top left;
	margin: 1.0em 0;
	padding: 10px;
	border: 1px solid #666;
}

#billboard img {
	border: none;
}

#billboard .image-left {
	margin-left: 20px;
}

#billboard p {
	color: #191919;
}

#billboard p.cutline {
	color: #191919;
	margin: 3px 10px;
}

#billboard h1 {
	font: bold 1.5em "trebuchet MS", arial, helvetica, sans-serif;
	color: #191919;
	margin: 15px 10px 5px 10px;
}

#thumbs {
	float: left;
	clear: left;
	margin-bottom: 10px;
}

#thumbs h4 {
	font: 1.1em "helvetica neue", arial, helvetica, sans-serif;
	margin: 10px 0 5px 8px;
}

#thumbs img {
	margin: 5px 3px 5px 6px;
	border: 1px solid #666;
}

#thumbs a {
	border: none;
}

a#button, a#button:visited {
	display: block;
	clear: left;
	background: #607c1c url(../images/green_flip.jpg) repeat-x top left;
	font: bold 1.2em/1.6 "helvetica neue", arial, helvetica, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin: 5px 44%;
	border: 1px solid #4c4c4c;
	border-width: 0 1px 1px 0;
}

a#button:hover {
	background: #607c1c url(../images/green_gradient01.jpg) repeat-x top left;
	color: #fff;
	text-decoration: underline;
}

a#button:active {
	text-decoration: none;
}

/* @end */

/* @group css3 styles */
/* for browsers that support css3 */

#header {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

#billboard {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#button {
	text-shadow: 1px 1px 1px #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.topbar {
	text-shadow: 1px 1px 1px #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

/* @end */

/*
img#xmas {
	position: absolute;
	height: 40px;
	top: 145px;
	left: 0;
	z-index: 100;
	border: none;
}
*/

/* @group lightbox styles */

#lightbox {
	background-color: #fff;
	padding: 10px;
}

#lightbox a {
	border: none;
}

#lightbox img {
	display: block;
	clear: both;
	border: 1px solid #666;
}

#lightbox a#close {
	font-size: 1.1em;
	color: #fff;
	text-decoration: underline;
	bottom: -50px;
	left: 20px;
}

#lightbox a#close:hover {
	text-decoration: none;
}

#overlay img {
	border: none;
}

#overlay {
	background-image: url(../images/lightbox/overlay.png);
}

/* @end */
