body {
	background:url('../img/bg.jpg') top center no-repeat #efefef;
	color:#333;
	font-family:Verdana, Helvetica, Geneva, Swiss, SunSans-Regular, Arial, sans-serif;
	font-size:0.9em;
	margin:0;
	padding:0;
}

#all {
	width:824px;
	height:100%;
	margin:0 auto;
}

#header {
	width:754px;
	height:114px;
	margin:15px auto 0 auto;
	text-align:right;
	padding:11px 16px 0 0;
	color:#fff;
}

#navigation {
	height:30px;
	width:770px;
	margin:0 auto;
}

#navigation a {
	color:#fff;
}

#navigation ul {
	padding:0;
	margin:0;
}

ul.navilist {
  padding:0;
  margin:0;
  list-style:none;
}

ul.navilist li {
  float:left;
  position:relative;
  width:127px;
  height:30px;
  text-align:left;
}

ul.navilist li ul li {
    width:127px;
	border-left:0;
	height:30px;
}

ul.navilist li a {
    display:block;
    color:#fff;
    text-decoration:none;
    height:22px;
    overflow:hidden;
    padding:8px 0 0 10px;
	font-size:0.9em;
}

ul.navilist li ul li a {
    height:23px;
    padding:7px 0 0 10px;
	font-size:0.8em;
	color:#fff;
}

ul.navilist li ul {
  display:none;
  position:absolute;
  top:30px;
  left:0;
}

ul.navilist li > ul {
    top:auto;
    left:auto;
}

ul.navilist li:hover ul, ul.navilist li.over ul { /*class="over" is inserted by js for ie! */
    display:block;
}

#content {
	margin-bottom:200px;
}

/* article styling. */

.art {
	clear:both;
	margin-bottom:30px;
}

.text {
	padding:0 27px 27px 27px;
	width:770px;
}

.text_left {
	padding:0 27px 27px 27px;
}

.text_right {
	padding:0 27px 27px 27px;
}

.art_img_left {
	margin:0;
	clear:both;
	padding:0 10px 27px 27px;
	float:left;
}

.art_img_right {
    float:right;
    margin:0;
	padding:0 27px 27px 10px;
	clear:both;
}

.art_img {
    margin:auto auto;
	width:770px;
	padding:0 27px 27px 27px;
}

.art_img_left img, .art_img_right img, .art_img img {
	border:1px solid #754b00;
}

.artbackbutton {
    clear:both;
    padding-top:15px;
}

/* -----------------------------------gallery */
.gallery {
	width:770px;
	margin:0px 27px 0px 27px;
}

.picture {
	width:180px;
	height:170px;
	float:left;
	margin:0px 12px 15px 0px;
}

.minigal {
	width:180px;
	height:120px;
	overflow:hidden;
	border:1px solid #fff;
}

.minigal img {
	border:none;
}

.imgdescription {
	margin:4px 0 0 0;
	font-size:12px;
}

#groundplan {
	margin:40px 0 0 72px;
	width:680px;
	height:500px;
}

#groundplan img {
	border:0;
}

#team_photo {
	width:770px;
	height:625px;
	margin:40px 0 0 26px;
}

#team_photo img {
	border:0;
}

#nameDisplay {
	padding:0 27px 0 27px;
}

#map {
	margin:0 27px 0 27px;
	width:770px;
	height:400px;
	border:1px solid #754b00;
}

#acari {
	background:url('../img/acari_bg.gif') no-repeat;
	width:81px;
	height:34px;
	float:right;
	padding:7px 0 0 7px;
	margin:40px 0 0 0;
	clear:both;
}

#acari img {
	border:0;
}

#acari a:link, a:visited, a:hover, a:active {
	text-decoration:none;
	background-image:none;
	padding:0;
	margin:0;
}

#bottom {
	background:url('../img/bottom_bg.gif') bottom center no-repeat;
	position:fixed;
	width:100%;
	min-width:1008px;
	height:106px;
	margin:0 auto;
	bottom:0;
}

#footer {
	width:770px;
	margin:0 auto;
	height:50px;
	margin-top:42px;
	padding-top:14px;
}

#footer img {
	border:none;
}

#arrow {
	background:#d7d7d7;
	height:35px;
	width:36px;
}

h3 {
	background:url('../img/title_bg.gif') left top no-repeat;
	height:42px;
	padding-top:8px;
	font-weight:normal;
}

h3 span {
	background:url('../img/title.jpg') repeat-x top left #ea9500;
	line-height:42px;
	color:#fff;
	font-weight:bold;
	font-size:15px;
	padding:11px 20px 12px 30px;
	margin-left:12px;
}
