body,html{
	margin:0;
	padding:0;
	background-color:#4e7678;
	background-image:url(Images/bggridwhite.png),url(Images/bgs.jpg);
	background-repeat:no-repeat;
	background-size:auto 80px, 100% 80px;
	background-attachment:fixed;
}

.header{
	width:100%;
}

.inner-header{
}

.title-logo{
	height:30px;
	background-image:url(Images/title_small.png);
	background-repeat:no-repeat;
	background-size:255px 30px;
}

.middle{
	box-sizing:border-box;
	width:100%;
	background-color:rgba(255,255,255,1.0);
	padding:0%;
}

.left-column{
	float:left;
	width:100%;
}

.left-column-inner{
}

.right-column{
	float:left;
	width:100%;
	margin-left:0;
}

.right-column-inner{
	padding:5px;
}

.content{
	padding:5px;
}

.navigation{
	padding-top:0px;
	padding-bottom:5px;
}
