html, body, ul, li, p, form, h1 { 
	padding: 0px;
	margin: 0px;
}
img {
	border: 0px;
	behavior: url("pngbehavior.htc");
}
html, body {
	height: 100%;
	font-family: arial;
	font-size: 12px;
	background: #DADBDD;
    color: #000;
}
#main {
	width: 900px;
	min-height: 100%;
	background: #FFFFFF;
	border-left: 5px solid #C8C8C8;
	border-right: 5px solid #C8C8C8;
	margin: 0 auto -50px auto;
	position: relative;
}
#menu {
	width: 900px;
	height: 220px;
	list-style: none;
	background: url(img/menu_bg.jpg) no-repeat;
	padding: 16px 0 0 0;
	float: left;
}

.bg1 #menu {
		background: url(img/menu_bg1.jpg) no-repeat;
}

.bg2 #menu {
		background: url(img/menu_bg2.jpg) no-repeat;
}

.bg3 #menu {
		background: url(img/menu_bg3.jpg) no-repeat;
}

.bg4 #menu {
		background: url(img/menu_bg4.jpg) no-repeat;
}

.bg5 #menu {
		background: url(img/menu_bg5.jpg) no-repeat;
}

.bg6 #menu {
		background: url(img/menu_bg6.jpg) no-repeat;
}

.bg7 #menu {
		background: url(img/menu_bg7.jpg) no-repeat;
}

.bg8 #menu {
		background: url(img/menu_bg8.jpg) no-repeat;
}


#menu li {
	height: 24px;
}

#menu li.home {
    height: 75px;
    display: block;
    padding: 0px;
    margin: 0px;
}
#menu a {
	width: 174px;
	height: 24px;
	color: #FFFFFF;
	font-size: 17px;
	font-family: tahoma;
	text-decoration: none;
	padding: 0 0 0 15px;
	display: block;
}

#menu li.home a {
    text-indent: -999px;
    overflow: hidden;
    height: 75px;
    display: block;
    padding: 0px;
    margin: 0px;
    background: url(img/home-logo.png) no-repeat 0 top;
}
#menu a:hover {
	background: url(img/menu_act.jpg) no-repeat 0 bottom;
}

#menu li.home a:hover {
    background: url(img/home-logo-hover.png) no-repeat 0 top;
}

#menu .border {
	background: url(img/menu_border.jpg) no-repeat 0 bottom;
}
#txt_left {
	width: 220px;
	border-right: 1px solid #DAB4B3;
	padding: 10px 10px 20px 24px;
	float: left;
}
#txt_left h1 {
	font-size: 17px;
	font-family: tahoma;
	font-weight: normal;
	display: block;
}
#txt_left small {
	color: #014DA1;
	font-size: 11px;
	font-style: italic;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 0;
}
#txt_left #sub_menu {
	list-style: none;
	float: left;
}
#txt_left #sub_menu li {
	padding: 2px 0 2px 0;
    text-transform: uppercase;
}
#txt_left #sub_menu a {
    color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px 5px 2px 5px;
}
#txt_left #sub_menu a:hover {
	background: #D9E4F1;
}

#team_menu, .sub_sub_menu {
    display: block;
    padding: 0px;
    margin: 0px 0px 0px 30px;
    clear: both;
    list-style: none;
}

#team_menu a, .sub_sub_menu a {
    color: #555;
    text-decoration: none;
}

#txt_home {
	width: 880px;
	padding: 10px 10px 10px 15px;
    margin-top: 0px;
	float: left;
}
#txt_center {
	width: 620px;
    height: 300px;
	padding: 10px 10px 10px 15px;
	float: left;
    overflow: auto;
}
#txt_center img {
	padding: 0 10px 0 0;
	float: left;
}
#txt_center p {
	padding: 0 0 15px 0;
}
#txt_center .news {
	width: 600px;
	margin: 0 0 10px 0;
	float: left;
}
#txt_center .news_border {
	width: 600px;
	border-bottom: 1px solid #DAB4B3;
	margin: 0 0 10px 0;
	float: left;
}
#txt_center h1 {
	font-size: 17px;
	font-family: tahoma;
	font-weight: normal;
	display: block;
	margin: 0 0 10px 0;
}
#txt_right {
	border-left: 1px solid #DAB4B3;
	padding: 10px 10px 20px 14px;
    position: absolute;
    top: 250px;
    left: 0px;
}
#txt_right .block {
	width: 210px;
	height: 96px;
	color: #FFFFFF;
	background: url(img/block_bg.jpg) no-repeat;
	padding: 10px;
	margin: 0px 20px 0px 0px;
	float: left;
}
#txt_right .block span {
	font-size: 24px;
	display: block;
}
#txt_right .block p {
	font-size: 10px;
}
#footer {
	width: 910px;
	height: 45px;
	font-size: 11px;
	text-align: center;
	padding: 5px 0 0 0;
	margin: 0px auto;
	position: relative;
    background-color: #f00;
	color: #fff;
}
#footer_menu {
	list-style: none;
	padding: 0 0 5px 0;
}
#footer_menu li {
	display: inline;
}
#footer_menu a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
#footer_menu a:hover {
	text-decoration: underline;
}
.listy {
	margin: 25px;
}
.clearfooter {
	height: 50px;
	clear: both;
}

