html {
	height: 100%;
	margin-bottom: 0px;
}
img,table {
	border: none;
}

body {
	font-family: verdana;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	color: #585858;
	background:#BCBDAB;
	background-image: url(images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;	
}

.clr {
	clear: both;
}

h1 {
	padding-left: 15px;
	padding-bottom:10px;
	font-family: verdana;
	font-size: 15px;
	vertical-align: middle;
	color: #848484;
	text-align: left;
	font-weight: bold;
	border-bottom:1px dotted #848484;
}
h2 {
	padding-left: 15px;
	font-family: verdana;
	font-size: 13px;
	vertical-align: middle;
	color: #6E6E6E;
	text-align: left;
	font-weight: bold;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #468A7F;
	outline: none;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #616161;
}

#wrapper{
	width:1000px;
	margin:0 auto;

}

#top{
width:1000px;
height:78px;
margin:0 auto;
background: url(images/top.jpg) no-repeat;
}

.top_navi {
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	height: 46px;
	background: url(images/menu.jpg) no-repeat;
}

#top_navi  {
  white-space: nowrap;
  height: 46px;
  float: right;
  padding-right:20px;
}
#top_navi  ul {
	margin: 0;
	padding : 0px 10px 0px 10px;
	list-style:none;
}
#top_navi  li {
	margin : 0;
	padding : 0;
	float : left;
	list-style : none;
}

#top_navi  li:hover {
}

#top_navi  li a {
    display : block;
	float: left;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
    line-height:46px;
	padding: 0 10px 0 10px;
	color: #E2E4D9;
	text-decoration: none;
	font-weight: normal;
	text-transform : uppercase;
    letter-spacing : 0.1em;

}

#top_navi  li a:hover {
	color: #DDDBC4;
	text-decoration: none;
	font-weight: normal;
	background: url(images/button-hover.jpg) top left repeat-x;

}

#subheader{
	width:1000px;
	height:194px;
	margin:0 auto;
	background: url(images/subheader.jpg) no-repeat;
}

#slide{
	width:550px;
	height:125px;
	padding-left:429px;
	padding-top:17px;
}

#content {
	margin:0 auto;
	padding: 0;
	width: 1000px;
	background-image: url(images/content.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}
#content_inner {
	width: 960px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}
#content_left {
	width: 660px;
    float:left;
    background: none;
}
#content_right {
    float:left;
	width: 260px;
	padding-left:30px;
	background: none;
}
#footer {
	background: #8F8F87 url(images/footer_bg.jpg) top center repeat-x;
	width: 100%;
	height: 105px;
	margin: 0 auto;
}
#bottom {
	background: url(images/footer.jpg) top center no-repeat;
	width: 1000px;
	height: 105px;
	margin: 0 auto;
}
#bottom_l {
    float:left;
	width: 760px;
	height: 70px;
	padding-top:25px;
	padding-left:20px;
}
#bottom_r {
	float:right;
	width: 200px;
	height: 70px;
	padding-top:25px;
	padding-left:20px;
}
