
del{text-decoration:line-through}
input,select{vertical-align:middle}
mark{background-color:#ededef;color:#021515;font-style:italic;font-weight:bold}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
blockquote:before,blockquote:after,q:before,q:after{content:none}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #eefdfd;margin:1em 0;padding:0}
h1{font-size:29px;}h2{font-size:25px;}h3{font-size:22px;}h4{font-size:17px;}
blockquote,q{quotes:none}
nav ul{list-style:none}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
body{line-height:1; font-family: tahoma;}
ins{background-color:#ededef;color:#021515;text-decoration:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}

body,html {
	background-color: #ededef;
}
header {
    background: #545474;
    color: #021515;
    padding: 20px 30px;
    max-width: 940px;
    margin: auto;
}
nav {
    display: inline-block;
}
nav ul li a {
    background: #eefdfd;
    padding: 2px 10px;
    font-size:22px;
    text-decoration: none;
    font-weight: bold;
    color: #144014;
    border-radius: 10px;
}
nav ul li a:hover {
	background: #ededef;
}
nav ul li {
    display: inline-block;
    margin: 10px;
}
nav ul {
    list-style: none;
}
#pageContent {
    max-width: 1068px;
    margin: auto;
    border: none;
}
main {
	float: left;
	width: 45%;
}
aside {
	float: right;
	width: 50%;
    color: #eefdfd;
}
article {
    border-bottom: 2px #144014;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
article h2 {
    font-weight: normal;
    margin-bottom: 25px;
}
article p {
	
}
main section {
	
}
footer {
	background: #545474;
	max-width: 1068px;
	margin: auto;
	clear: both;
	text-align: right;
}
footer p {
	padding:19px;
}
address {
    padding: 10px 20px 30px 10px;
}
aside > div {
	margin: 10px auto;
	background: #545474;
	min-height: 100px;
    padding:25px;
    border-radius: 4px;
}
#logo {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    margin-right: 75px;
    color: #ededef;
}
#logo img {
    width:42px;
    vertical-align: middle;
    margin-right: 10px;
}
body > section {
    max-width: 1068px;
    margin: auto;
    padding: 30px 0px;
    color: #021515;
}

@media screen and (max-width: 1068px) {
	body > section {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 600px) {
	main {
		float: none;
		width: 100%;
	}
	aside {
		float: none;
		width: 100%;
	}

}
