body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/bg.png) repeat-x #eee;
}

#container {
	width:850px;
	margin:auto;
	position:relative;
	background:url(../images/container_bg.png) repeat-x #EEEEEE;
	min-height:800px;
	border: 2px solid #bbb;
	margin-top:70px;
}

#slide {
	width:823px;
	height:328px;
	margin:auto;
	position:relative;
	background:#ddd;
	border: 1px solid #999;
	}
	
.text_holder {
	width:830px;
	left:10px;
	position:relative;
	line-height:1.9;
	color:#666;
	font-size:13px;
	top:10px;
	padding-bottom:25px;
}

.rightimg {
	padding: 1px;
	background:#fff;
	border:2px solid #CCC;
	float:right;
	position:relative;
	margin: 0px 10px 10px 10px;
}

.rightmap {
	padding: 1px;
	background:#fff;
	border:2px solid #CCC;
	float:right;
	position:relative;
	margin: 0px 10px 10px 10px;
	top:50px;
}


.text_holder h2{
	font-weight:300;
	font-size:18px;
	color:#333;
}

#logo_holder {
	position:relative;
}

#nav_holder {
	width:865px;
	margin:auto;
	position:relative;
}

#nav {
float:right;
height:20px;
margin:0;
padding:0;
width:850px;
position:relative;
z-index:100;
top:-30px;
}
#nav ul {
display:inline;
float:right;
height:20px;
list-style:none outside none;
margin:0;
padding:0;
}

#nav li {
display:inline;
float:left;
height:20px;
margin:0;
padding:0;
}
#nav ul li a {
color:#dddddd;
background:url(../images/bt.png) no-repeat center;
display:inline;
float:left;
font-size:8pt;
font-weight:bold;
height:20px;
margin:0;
padding:10px 5px 0;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:80px;
}
#nav ul li a:hover, #nav a#here {
color:#ffffff;
background:url(../images/bt.png) no-repeat center;
text-decoration:none;
}


#nav li a#here.home, #nav li a.home:hover {
color:#FFFFFF;
background:url(../images/bt.png) no-repeat center;
}


#nav li a#here, #nav li a:hover {
background-color:#ffffff;
background-position:0 -200px;
background-repeat:no-repeat;
color:#FFF800;
text-decoration:none;
}


#footer{
	float:left;
	width:100%;
	height:28px;
}

#footer-inner{
	margin-left:auto;
	margin-right:auto;
	width:850px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	color:#666;
	font-weight:300;
	text-align:right;
	margin-bottom:30px;
}

.img1 {border:2px solid #ccc;
margin:20px 20px 0 0 ;
}
