
#wrapper1 {
	text-align: left;
	margin: auto;
	width: 770px;
}


#header {
	margin: auto;
	text-align: left;
	height: 198px;
	width: 770px;
	position: relative;
	padding-bottom: 10px;
}
#header h1 {
	margin-top: 0px;
}
#header h1 img {
	display: block;
}
#nav {
	margin-top: 7px;
}
#nav img {
	float: left;
}
#nav div {
	background: url(images/bg_button_off.jpg) repeat-x;
	height: 36px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	color: rgb(226,224,199);
	vertical-align: middle;
	padding-top: 14px;
	text-align: center;
}

#nav div.active {
	background: url(images/bg_button_on.jpg) repeat-x;
}
#nav div:hover {
	background: url(images/bg_button_on.jpg) repeat-x;
}
#nav div.sep {
	background: url(images/div.jpg) repeat-x;
	padding-left: 1px; padding-right: 0;
}
#nav div.mopen {
	background: url(images/mi.jpg) no-repeat;
	background-position: top left;
	width: 7px;
	text-align:right;
	padding-left: 0;
	padding-right: 0;
}
#nav div.mclose {
	background: url(images/mf.jpg) no-repeat;
	width: 8px;
}

#nav div a{
	color: rgb(226,224,199);
}
#nav div.active a{
		color: rgb(255,255,255);
}
#nav  {
		padding-left: 0;
		margin-left: 0px;
}
#headline {
	padding-top: 1px;
}

#photo {
	float: left;
	width: 624px;
}
#photo div {
	border: 1px solid #D8D8D8;
	padding: 2px;
}
#photo img {
	display: block;
}

#search-news {
	float: right;
	width: 140px;
}
#search-news div {
	padding: 3px 0;
	margin: 0;
}
#search-news #q {
	width: 140px;
	border: 1px solid #859D31;
}
#search-news .downcast {
	background: #E6E7E7;
	border-top: 1px solid #CFD0D0;
	padding: 3px 4px 4px 4px;
	margin: 2px 0 0 0;
}
#search-news h3 {
	background: url(images/bullet_letter.gif) no-repeat;
	padding-left: 15px;
	font-weight: bold;
	margin: 1em 0 0.4em 0;
}
#search-news p {
	padding-left: 15px;
	padding-right: 2px;
	margin: 0.1em 0;
}
a {
	font-weight: bold;
	color: #5C5C5C;
}

#body {
	padding-top: 2em;
	text-align: justify;
}

#body-left {
	float: left;
	width: 408px;
}
#body-right {
	float: right;
	width: 330px;
	
}

#body-right ul.plussbullets {
	margin-top: 20px;
	margin-left: 40px;
	padding: 0;
	font-weight: bold;
}
#body-right ul.plussbullets li {
	background: top left url(images/bullet_plus.gif) no-repeat;
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
}

#body h2, #body p {
	margin: 0.3em 0;
}

#body-right p {
	margin-right: 2em;
}

#body a.green {
	color: #9AAB68;
	font-weight: normal;
	text-decoration: underline;
}

#gallery img {
	float: left;
}
.gal-overlay  {
  color: black;
  overflow: hidden;
}
#gallery  .item-desc {
  margin-left: 5px; padding-left: 5px; padding-bottom: 5px; border-left: 1px dotted rgb(190,190,190);
}
#gallery  .box-container{
width: 95px;float: left; margin-left: 10px;
}
#footer {
	color: #FFFFFF;
	background: #42453D url(images/footer_bg.gif) repeat-x;
	padding: 6px 0 5px 0;
	margin-top: 2em;
	font-weight: bold;
}
#footer p {
	margin: 0;
	padding: 0;
}


/*scroller*/
#demo_container {
	background-color: white;
	width: 295px;
	height: 133px;
	position: relative;
	margin: 0;
	margin-bottom: 10px;
	top: 0px;
}


#items_container {
	width: 360px;
	height: 120px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;

}

div.slide_item {
	width: 160px;
	height: 190px;
	position: absolute;
	left: 105px;
	top: 5px;
}
div.first_item {
	left: 0;
}

