#StickyWrapper, #container, #footer {
	font-size: 95%;
	min-width: 1000px;
}

.column {
	float: left;
	width: 450px;
	margin-left: 0px;
	padding-right: 10px;
}

.pictColumn {
	float: left;
	width: 135px;
	min-height: 300px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.textColumn {
	float: left;
	width: 280px;
	margin-top: -7px;
	padding-left: 10px;
	min-height: 260px;
}

#header {
	height: 48px;
	font-size: 36px;
	line-height: 24px;
	background: rgba(155,172,207,.75) url('/Styles/images_bkg/navy_navya/6.png') ;
	opacity: .9;
	border-bottom: 2px solid rgba(2,45,102,.75);
}

#header a {
		color: #FFF;
}

.flag {
	border-bottom: 2px solid rgba(2,45,102,.75);
	height: 20px;


}

#middle {
	width: 940px;
	min-height: 400px;
	overflow: auto;
}

#left {
	top: 72px;
}

#content, #container, #middle {padding-bottom: -54px;} 

#footer {
	margin-top: -54px; /* negative value of footer height */
} 

.tr_even { background: rgba(155,172,207,.5); }
.tr_odd { background: rgba(155,172,207,.25); }