* {
	margin:0px;
	padding:0px;
}

body {
	background:url(../img/bckg_all.jpg);
	background-repeat:repeat-x;
	background-color:#2259ab;
	font-family:Arial;
	font-size:13px;
	color:#5E5E5E;
}

img { 
	border:none; 
	margin:0px; 
	padding:0px; 
}

#contentHolder {
	width:1080px;
	margin:0 auto;	
}

#contentLeft{
	width:60px;
	height:1220px;
	background:url(../img/bckg_left_m.jpg);
	background-repeat:no-repeat;
	float:left;
}

#contentRight{
	width:60px;
	height:1220px;
	background:url(../img/bckg_right_m.jpg);
	float:right;
}

#content {
	background-color:#fff;
	width:960px;
	float:left;
}

#contentMid {

}

#top {
	height:29px;
	background:url(../img/bckg_top.jpg) no-repeat;
}

#banner_logo {
	height:98px;
	background:url(../img/banner_logo.jpg) no-repeat;	
}

#page {
	height:755px;
}

html>body #page {
	min-height:755px;
	height:auto;
}

#page_menu {
	width:239px;
	float:left;
	padding:30px 21px 0px 50px;
}

#page_menu a {
	display:block;
	text-transform:uppercase;
	border-bottom:solid 1px #057aad;
	color:#057aad;
	text-decoration:none;
	line-height:25px;
	font-size:14px;
}

#page_menu a.sub {
	display:block;
	text-transform:uppercase;
	border-bottom:solid 1px #057aad;
	color:#057aad;
	text-decoration:none;
	line-height:25px;
	margin-left:15px;
	padding-left:15px;
	font-size:12px;
}

span.video {
	display:block;
	text-align:center;
	padding-bottom:10px;
}

h2 {
	color:#5e5e5e;
	font-size:12px;
	padding-bottom:10px;
}

#page_content {
	width:411px;
	float:left;
	padding:25px 20px 0px 0px;
}

#page_banners {
	width:189px;
	float:left;
	padding-top:40px;
	text-align:left;
}


#page_banners img {
	margin-bottom:15px;	
}


a.logo {
	width:210px;
	height:70px;
	display:block;
	margin-left:30px;
}

#banner_top {
	height:192px;
	background:url(../img/banner_top.jpg);
	border-bottom:solid 15px #009ce0;
}

#footer_txt {
	text-align:center;
	color:#959595;
	font-size:12px;
	height:65px;
	background-color:#fff;
}

span.linki {
	display:block;
	text-align:center;
	padding-bottom:8px;
}	

span.linki a {
	margin-left:5px;
	margin-right:5px;
}

#footer_txt a {
 color:#0090cc;
 text-decoration:none; 
}

#footer {
	height:116px;
	background:url(../img/bckg_footer.jpg) no-repeat;
	position:relative;
	bottom:-55px;
}


div.clear {
	clear:both;	
	height:0px;
	overflow:hidden;
}