.header{width:100%; display:block; height:auto; background:url('../images/bar.jpg'); border-bottom:2px solid #2b2e58; margin-bottom:20px; color:#fff; }
	.header .menu {list-style:none; list-style-type:none; height:100%; float:right;}
	.header .menu li {float:left; height:100%; font-size:15px; line-height:80px; padding-left:15px; padding-right:15px; display:inline-block; }
	.header .menu li a{color:inherit; text-decoration:inherit; height:100%; display:inline-block;}
	.header .menu li:hover{background:#3a3f7a;}
	.header .menu li.selected{background:#3a3f7a;}
	.header .bold, .footer .bold{color:#f5f5f5;}
.body{height:auto; display:block;}
.body .grid-container{margin-top:20px; margin-bottom:25px;}
.footer{width:100%; height:auto; display:block; background:url('../images/bar.jpg'); border-top:2px solid #2b2e58; margin-top:20px; color:#fff; }
.footer .grid-container{padding-top:10px; padding-bottom:10px;}

@media only screen and (max-width:1024px) and (min-width:0px) {
		.header .menu {display:block; float:none; width:100%; background:red;}
		.header .menu li {display:block; text-align:center; width:100%; padding-left:0px; padding-right:0px;}
		}
@media only screen and (min-width:1230px) {
		
	}