div {margin: 0px; padding: 0px;}
.clearer {clear: both;}
img {border: none; padding: 0px; margin: 0px;}
a:active, a:focus{outline:none;}

html{
	margin: 0px;
	padding: 0px;
}

body{
	background: #ecebe3 url(../img/framework/site-bg.jpg) center top repeat-x;
	margin: 0px;
	font: 15px/16px "Arial", Verdana;
	color: #666;
	padding: 0px 0px 0px 0px;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Times new roman", Verdana, Helvetica, Sans-serif;
	color: #000;
}
h1 {
	font-size: 25px;
	margin: 10px 0px;
	padding: 0px;
	line-height: 25px;
}
h2 {
	font-size: 22px;
	margin: 15px 0px 2px 0px;
	padding: 0px;
}
h3 {
	font-size: 20px;
	margin: 10px 0px;
}
h4 {
	font-size: 18px;
	margin: 10px 0px;
}
h5, h6 {
	font-size: 16px;
	margin: 10px 0px;
}

A:link, A:visited, A:active {
	color: #88893c;
	text-decoration: none;
}
A:hover {
	color: #c0c22b;
	text-decoration: none;
}

hr {
	background-color: #CCC;
	color: #CCC;
	height: 1px;
	border: 0px;
}

div{
	font: 14px/18px "Arial", Verdana;
	color: #4c3705;
}

#container {
	margin: 0 auto;
  	width: 900px;
  	text-align: left;
	background:url(../img/framework/line-top.gif) top no-repeat;
	padding-top: 70px;
}

#logotype{
	float: left;
	width: 196px;
	height: 28px;
}
#menu{
	float: right;
	height: 28px;
	vertical-align: bottom;
}
	#menu img{
		margin-left: 40px;
	}
.divider{
	padding: 20px 0px;
}
.container-left{
	float: left;
	width: 480px;
}
.container-right{
	float: right;
	width: 340px;
}
.header{
	padding: 0px 0px 20px 0px;
}
.small-text{
	font: 12px/16px "Arial", Verdana;
	font-style:italic
}

/* News */
.news-item{
	padding: 0px 0px 15px 0px;
}
.news-date{
	font: 13px/18px "Arial", Verdana;
	color: #88893c;
	padding: 0px 0px 0px 0px;
}
.news-header{
	font: 21px/24px "Arial", Verdana;
	padding: 0px 0px 3px 0px;
}

/* Links */
.link-items{

}
.link-divider{
	padding: 12px 0px;
}

/* Press photos*/
.press-photo{
	float: left;
	padding: 0px 10px 0px 0px;
}
.contact-item{

}

.bottom-line{
	padding-top: 15px;
}

.site{
	font: 10px/12px "Arial", Verdana;
	text-align:right;
}

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #181202;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #ecebe3;
}

.lbLoading {
	background: #ecebe3 url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #ecebe3;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #ecebe3;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: normal;
}