/* CSS Document */
html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	color: #000000;
}

p {
 text-align: left;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #FF0000;
}

a:hover {
	text-decoration: none;
}

#wraper {
margin: 0 ;
padding: 0 ;
font-size: 13px;
color: #000000;
font-family:Arial,Helvetica,sans-serif;
}
.container {
text-align: center;
margin: 0 auto ;
width: 800px;

}

div.center {
  text-align: center;
}

#top {
background: url(../images/top_banner.png) repeat-x ;
height: 70px;

}
#header {
background: url(../images/header.png) no-repeat ;
height: 260px;
padding: 0 ;
margin: 0 ;
}

.menu_top  {
height: 31px;
line-height: 31px;
margin: 0 auto ;
text-align: center;
width: 320px;
padding: 39px 0 0 0;
display: block;
}

ul.menu {
list-style-type:none;
margin:0 ;
padding:0;
display: inline;
}

ul.menu li {
line-height:31px;
margin:0 ;
padding:0;
display: inline;
}

ul.menu li a {
line-height:31px;
background: url(../images/menu.png) no-repeat ;
margin:0 ;
padding:0;
width: 151px;
float: left;
text-decoration: none;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	background: url(../images/menu_hover.png) no-repeat ;
	text-decoration: none;
	height: 31px;
  width: 151px;
}


ul.menu li.active a {
	text-decoration: none;
	color:#000000;
  font-weight:bold;
  text-decoration:none;
}

ul.menu li.active a span {
	text-decoration: none;
	color:#000000;
  font-weight:bold;;
  text-decoration:none;	
}

ul.menu li a span {
	text-decoration: none;
	color:#000000;
	line-height: 31px;
  font-weight:bold; 	
}

#content {
  background: url(../images/bottom.png) no-repeat center bottom;
  width: 645px;
  margin: 0 auto;
  position:relative;
  z-index:1;
  clear: both;
}

#content_full {
  margin: 0 10px 0 10px;
  display: block;
  padding-bottom: 60px;
}

#footer {
  background: url(../images/top_banner.png) repeat-x ;
  height: 70px;
  width: 800px;
  margin-top: -41px;
  padding: 0 ;
}

#footer1 {
  float: left;
}

#footer2 {
  text-align: center;
  margin: 0 auto ;
  height: 14px;
}

.clr {
	clear: both;
	height: 1%;
}