a:link { color: #246Fb2;  text-decoration: none}
a:visited { color: #246Fb2;  text-decoration: none}
a:active { color: #C31717; text-decoration: underline}
a:hover { color: #C31717;  text-decoration: underline}
BODY {
	font: normal 11px/1.5em Verdana;
	margin: 0px;
	padding:0;
	background-image: url(foto/bg.gif);
	background-repeat: repeat-x;
}
INPUT,SELECT,TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: -1px;
}
.bg1 {
	background-image: url(foto/bg_more.jpg);
	height:280px;
}
#navcontainer {
        margin: 0px 0 0 0px;
        padding: 0;
		width: 751px;
		background-color: #d5a37e;
		display: block;
		height:22px
}

#navcontainer ul {
        border: 0;
        margin: 0;
        padding: 0;
        list-style-type: none;
        text-align: center;
}

#navcontainer ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0;
        margin: 0;
}

#navcontainer ul li a {
        background: #d5a37e;
        /*width: 100px;*/
        padding-top: 4px;
        padding-bottom: 5px;
		padding-left:14px;
		padding-right:14px;
		margin-bottom:0px;
        color: #000000;
        text-decoration: none;
        /*display: block;*/
        text-align: center;
        font: normal 11px/21px verdana, lucida, sans-serif;
        border-right: 1px dashed #ffffff;
}

#navcontainer ul li a:hover {
        color: #000000;
        background: #fbbf93;
}

#navcontainer a:active {
        background: #d5a37e;
        color: #000000;
}

#navcontainer li#active a {
        background: #fbbf93;
        color: #000000;
		font-weight:bold;
}
