body, html {
	background-color: #FFF;
}
#container {
	width: 775px;
	\width: 795px;
	w\idth: 775px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
}
#banner {
	height: 100px;
	background-image: url(../images/bg-banner.jpg);
	background-repeat: no-repeat;
}
#banner h1 {
	background-image: url(../images/bg-banner-h1.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 326px;
	text-indent: -20000px;
	top: 30px;
	position: absolute;

}
#banner h1 a {
	height: 50px;
	width: 326px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	padding: 0px;
}
#menu {
	width: 775px;
	height: 35px;
	background-image: url(../images/bg-menu.jpg);
	background-repeat: no-repeat;
}
#menu ul {
	list-style-type: none;
	float: right;
	height: 35px;
	width: 500px;
}
#menu ul li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#menu ul li a {
	background-image: url(../images/bg-menu-li.jpg);
	background-repeat: no-repeat;
	display:block;
	text-indent:-9999px;
}
#menu ul li a#nav-hom {
	height: 35px;
	width: 100px;
	background-position: 0px 0px;
}
#menu ul li a#nav-abo {
	height: 35px;
	width: 90px;
	background-position: -100px 0px;
}
#menu ul li a#nav-men {
	height: 35px;
	width: 100px;
	background-position: -190px 0px;
}
#menu ul li a#nav-spe {
	height: 35px;
	width: 85px;
	background-position: -290px 0px;
}
#menu ul li a#nav-con {
	height: 35px;
	width: 125px;
	background-position: -375px 0px;
}
#menu ul li a:hover#nav-hom {
  background-position: 0px -35px;
}
#menu ul li a:hover#nav-abo {
  background-position: -100px -35px;
}
#menu ul li a:hover#nav-men {
  background-position: -190px -35px;
}
#menu ul li a:hover#nav-spe {
  background-position: -290px -35px;
}
#menu ul li a:hover#nav-con {
  background-position: -375px -35px;
}
#content {
	background-repeat: repeat-x;
	background-image: url(../images/bg-content.gif);
	margin-bottom: 10px;

}

#content p {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
}
#main {
	background-image: url(../images/bg-main.jpg);
	background-repeat: no-repeat;
	background-position: 27px top;
	overflow:auto;
}
#txt {
	text-align: left;
	width: 350px;
	float: right;
	margin-right: 25px;
	margin-top: 35px;
}
#txt p , #inf-01 p, #inf-02 p{
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000;
	text-align: left;
	line-height: 1.1em;
	padding-bottom: 5px;
	padding-top: 2px;
}
#txt p a , #inf-01 a, #inf-02 a{
	color: #333;
	background-color: #FFF;
	text-decoration: none;
}
#txt p a:hover , #inf-01 a:hover, #inf-02 a:hover{
	color: #93081F;
	background-color: #FFF;
}
#txt h2 , #inf-01 h2, #inf-02 h2{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #960822;
	text-align: left;
	font-weight: normal;
	line-height: 1.2em;
	padding-bottom: 6px;
	padding-top: 0px;
}
#txt h3 , #inf-01 h3, #inf-02 h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #E40D37;
	text-align: left;
	font-weight: normal;
	line-height: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}

#info {
	height: 250px;
	background-image: url(../images/bg-info.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#inf-01, #inf-02 {
	height: 225px;
	margin-top: 25px;
	width: 325px;
	margin-left: 45px;
	display: inline;
	float: left;
}
.v-line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}


#footer {
	clear: both;
	background-image: url(../images/bg-footer.gif);
	background-repeat: repeat-x;
	height: 79px;
}

#botmenu {
	height: 59px;
	width: 765px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	text-align: center;
	padding-top: 20px;
	color: #999;
}
#botmenu a {
	color: #999;
	text-decoration: none;
	padding: 0px;
}
#botmenu a:hover {
	color: #666;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding: 0px;
}

