
* { box-sizing: border-box; }
body{ 
		background-color: none;
		font-family: Tashoma;
		text-align: left;
		font-size: 14px;
		text-align: justify;
	}
.logo {
	margin-left: 61px;
}
#wrapper{
	margin-left: auto;
	margin-right:auto;
	width: 80%;
	background-color: #F5F5F5;
	color:#000080;
	min-width:420px;
	max-width: 1280px;
}
#imagewrapper{
	margin-left: auto;
	margin-right:auto;
	width: 90%;
	color:#000080;
	min-width:420px;
	max-width: 1280px;
}
header { 
        
		background-position: left;
		background-repeat: no-repeat;
	
}
	
}
main{
	padding: 15px !important;
	margin-left: 15px !important;
	background-image: url(home.jpg);
    background-repeat: no-repeat; 
	image-rendering: crisp-edges;
	
}

nav{

	font-weight: normal;
	padding: 1.5em;
	text-align: center;
	
	
	}
nav a{
	text-decoration: none;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: inherit;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.3em;
	color: #596365;
	padding-bottom: 20px;
	
	}

h1{
	font-family: Tahoma;
	padding-top: 50px;
	padding-left: 2em;
	font-size: 1px;
	text-align: justify;
}
h2{
	font-family: Tahoma;
	font-style: unset;
	font-size: 16px;
	color:gray; 
	text-align: justify;

}

img{
	padding:2em;
}
li{
	font-size: 90%;
}

footer{ 
         font-size: small;
		 text-align: center;
		 font-style: italic;
		 padding: 1em;
	}