html,body {
	color: #333;
	background: #e3e0d1 url("images/background.gif") top center repeat-y;
	margin: 1px auto;
	font: 14px/20px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

img {
	border: 0px;
}

blockquote {
	margin-left: .7em;
	padding-left: 1.25em;
	border-left: 4px solid #a8a8a8;
}

a:link {color: #7b92a2; text-decoration: underline}
a:hover {color: #7b92a2; text-decoration: underline}
a:visited {color: #7b92a2; text-decoration: none}

#wrapper {
	color: #333;
	background-color: #fff;
}

#head {
	width: 962px;
	height: 420px;
	margin: 0px auto;
	background-color: #fff;
}

#infobox {
	width: 962px;
	height: 45px;
	background-color: #fff;
	padding: 0px;
	margin: 0px auto;
	border: 0px;
}

.head-divider {
	height: 20px;
	width: 962px;
	float: left;
	font-size: 0.8em;
	background: #fff;
	padding: 0px;
	/* background: #fff url("images/dividerbg.gif") bottom center repeat-x; */
}

#divider {
	height: 15px;
	width: 962px;
	float: left;
	font-size: 0.8em;
	background: #fff;
	padding: 0 0 15px 0;
}

#head-left {
	width: 439px;
	height: 316px;
	float: left;
	background-color: #fff;
}

#head-left img {
	position: relative;
	z-index: 2
}

#head-left .more {
	display: none;
}

#head-left:hover .more {
	display: block;
	position: absolute;
	z-index: 1;
}

#head-right {
	width: 521px;
	height: 316px;
	float: right;
	background-color: #fff;
}

#text-header {
	padding: 10px 0 0 0;
}

#text {
	float: left;
	width: 942px;
	padding: 0px 10px 10px 10px;
	background: #fff url("images/gradientbg.jpg") repeat-x;
}

#text-container-left {
	float: left;
	width: 440px;
	padding: 0px 10px 10px 10px;
	text-align: justify;
	background: #fff url("images/gradientbg.jpg") repeat-x;
}

#text-container-right {
	text-align: center;
	float: right;
	width: 460px;
	background: #fff url("images/gradientbg.jpg") repeat-x;
}

.otherbox {
	border-top: 1px dotted #ccc;
	padding: 0 0 20px 0;
}

.otherbox-music {
	border-top: 1px dotted #ccc;
	padding: 0 0 20px 0;
	text-align: left;
}

#footer {
	height: 45px;
	width: 962px;
	float: left;
	color: #fff;
	padding: 0 0 0 0;
}

#top, #bottom, #left, #right {
	background: #c0c0c0;
	position: fixed;
}

#left, #right {
	top: 0; bottom: 0;
	width: 2px;
}

#left { left: 0; }

#right { right: 0; }

#top, #bottom {
	left: 0; right: 0;
	height: 2px;
}

#top { top: 0; }

#bottom { bottom: 0; }

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: 12px/20px HelveticaNeue-Light, "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}