html, body {
     background-color: #013d80;
	text-align: center;
	height: 100%;
	font: normal 100% Arial, Helvetica, sans-serif;
}

html, body, div, span, table, td, img, figcaption, figure {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, details, figcaption, figure, img, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

img, embed, object, video {
	max-width: 100%;
}

.spacer {
	width: 1px;
	height: 1px;
}

a:focus { 
	outline: none; 
}

#page {
	display:block;
	box-shadow: 0 0 14px rgba(0,0,0,0.2);
	background-color: #ffffff;     
	margin: 40px auto;
	max-width: 1040px;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #888;
	line-height: 1.5em;
	z-index: 0;
	position: relative;
	border-top: 5px solid #e33545;	
}

#header-block {
	display: block;
	box-sizing: border-box;
}

#top-image {
	width: 100%;
     margin-top: 30px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	box-sizing: border-box;
}

#logo {
     display: block;
	width: 285px;
	float: left;
	margin-top: 25px;
	margin-bottom: 5px;
	margin-left: 3%;
	margin-right: 0;
	box-sizing: border-box;
}

#main-block {
	display:block;	
	margin: 40px auto 0 auto;
	width: 93%;
	box-sizing: border-box;	
}

#page-title {
	font-size: 1.6em;
	font-style: italic;
	font-weight: bold;
	color: #013d80;
	margin: 0;
	padding: 0;
}

#left-column {
	width: 62%;
	float: left;
	text-align: left;	
	margin-bottom: 25px;
	box-sizing: border-box;
}

#right-column {
	width: 28%;
	float: right;	
	margin-bottom: 40px;
	box-sizing: border-box;
}

#footer-block {
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ffffff;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	box-sizing: border-box;
}

#footer-content2 {
	display: none;
}

#footer-block a {
	color: #ffffff;
}

@media screen and (min-width : 951px) and (max-width : 1100px){

body {
	font-size: 90%;	
}
     
#logo {
	width: 270px;
}     

}

@media screen and (min-width : 768px) and (max-width : 950px){

body {
	font-size: 90%;	
}
     
#logo {
	width: 240px;
}     

}

@media screen and (max-width : 767px){

body {
	font-size: 85%;	
}
     
#logo {
	float: none;
	max-width: 250px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	margin-bottom: 35px;
}
     
#main-block {
	width: 90%;
}
     
#left-column {
	width: 100%;
}
     
#right-column {
	width: 100%;
     border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #ada296;
     padding-top: 20px;
}
     
#footer-content1 {
	display: none;
}
     
#footer-content2 {
	display: block;
}

}
