body {
	background-color: #1AA6D7;
	background-image: url(../images/f_contentbg.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position:center top;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0;
	padding:0;
}

body,td,th {
	font-size: 11px;
	color: #000;
}
.polh {
	background:url(../img/polh.png) no-repeat;
	width:200px;
	height:171px;
	z-index:1;
	padding:20px 0 0 0px;
}
.polv {
	background:url(../img/polv.png) no-repeat;
	width:200px;
	height:268px;
	z-index:1;
	padding:31px 0 0 0px;
}
.pol {
	background:url(../img/pol.png) no-repeat;
	width:200px;
	height:223px;
	z-index:1;
	padding:26px 0 0 0px;
}
#cont{
	padding-top: 0px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	width: 900px;
	height:2000px;
}
#top {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	z-index:1;
	background-image: url(../images/f_bgcontent.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}

#menu {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:53px;
	z-index:1;
	background-image: url(../images/f_menu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
#header {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:293px;
	z-index:1;
	background-image: url(../images/f_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#title {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	z-index:1;
	background-image: url(../images/f_title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#footer {
	position:relative;
	width:900px;
	z-index:1;
	text-align:right;
	margin: 0 auto;
}


a:link {
	color: #CCC;
}
a:visited {
	color: #D6D6D6;
}
a:hover {
	color: #FFF;
}
a:active {
	color: #FFF;
}
.band {
	color: #900;
}
.info {
	color: #FFF;
}

.clr {
	clear: both;
}
