header, footer, aside, main, section, article{
	display:block;
}
a{
	color:#1e214a;
}
a:hover{
	color:#bc9051;
}
body{
	margin:0;
	background:#004684;
	font-size:18px;
	font-family:Baskerville, Palatino Linotype, Palatino, Century Schoolbook L, Times New Roman, serif;
}
#wrapper{
	background:#fff;
	width:100%;
	max-width:1200px;
	margin:0 auto;
}
header{
	background:#1e214a;
	overflow:auto;
}
header #logo{
	margin:0 auto;
	display:block;
	width:80%;
	max-width:300px;
}
header h1{
	text-align:center;
	font-size:22px;
	color:#fff;
}
#banner{
	margin:20px;
	border-radius:10px;
	border:10px solid #bc9051;
	box-shadow:1px 1px 3px #1e214a, -1px 1px 3px #1e214a, 1px -1px 3px #1e214a, -1px -1px 3px #1e214a;
	padding-bottom:4px;
}
#maincol h2{
	text-align:center;
	color:#1e214a;
}
#maincol h4{
	color:#1e214a;
	width:50%;
	font-size:18px;
	border-radius:5px;
	padding:0;
	text-align:center;
	margin:40px auto -20px auto;
	border-bottom:1px solid #1e214a;
}
#maincol p{
	padding:10px 20px;
	margin:10px;
}
.notice{
	width:82%;
	padding:10px;
	margin:0 auto;
	background:#bc9051;
	font-family:Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	border-radius:10px;
	box-shadow:2px 2px 3px #1e214a, -2px 2px 3px #1e214a, 2px -2px 3px #1e214a, -2px -2px 3px #1e214a;
}
.notice h3{
	padding:5px;
	color:#1e214a;
	text-shadow:1px 1px 1px #fff;
	margin:0;
	text-align:center;
}
.notice p{
	padding:0 !important;
	margin:0;
	text-align:center;
	font-weight:bold;
	font-size:20px;
}
#sidecol h3{
	text-align:center;
	color:#1e214a;
	margin-bottom:0;
}
#sidecol #weatherwidget{
	margin:20px auto;
	display:block;
}
#sidecol p{
	max-width:90%;
	text-align:center;
	padding:15px 20px;
	margin:0 auto;
}
footer{
	clear:both;
	padding:10px;
	background:#1e214a;
}
footer p{
	text-align:center;
	font-weight:bold;
	margin:0;
	font-size:16px;
	color:#fff;
}


@media only screen and (min-width:800px){
footer{
	overflow:auto;
	padding:20px 0;
}
}

@media only screen and (min-width:1024px){
#maincol{
	width:65%;
	float:left;
}
#sidecol{
	width:25%;
	border-radius:10px;
	margin:20px;
	border:5px solid #bc9051;
	box-shadow:1px 1px 3px #1e214a, -1px 1px 3px #1e214a, 1px -1px 3px #1e214a, -1px -1px 3px #1e214a;
	float:right;
}
}