#header_wrapper{
	display: block;
	width: 100%;
	/*background-color: red;*/
	}

#header_mobile{
	display: block;
	padding-left: 1.5%;
	padding-right: 80px;
	min-height: 80px;
	/*background-color: red;*/
	}
	
#header{
	width: 96%;
	display: none;
	}
		 
#header_logo{
	margin-left: -4px;
	}

@media (min-width: 768px){
	#header{
		display: block;
		
		background-color: white;	
		
		width: 746px;
	
		color: white;
		margin: 0px auto;
		margin-top: 12px;
		margin-bottom: 16px;
		}
		
	#header_mobile{
		display: none;
		}
	}

@media (min-width: 1050px){	
	#header{
		width: 800px;
		margin-bottom: 16px;
		}
	}

@media (min-width: 1320px){
	#header{
		position: fixed;
		left: 148px;
		padding-top: 30px;
		height: 113px;
		width: 1130px;
		
		z-index: 200;
		background-color: white;	
		
		color: white;
		text-align: left;
		padding-right: 20px;
		
		margin-top: 0px;
		}
		
	#header_logo{
		margin-left: 43px;
		}
	}


#main_nav{
	display: none;
	}
	
@media (min-width: 1320px){
	#main_nav{
		display: block;
		}
	
	#main_nav{
		position: fixed;
		
		left: 0px;
		top: 160px;
		width: 220px;
		height: 100%;
		
		/*background-color: red;*/
		
		color: white;
		text-align: right;
		padding-right: 16px;
		border-right: 1px solid #363D82;
		}
		
	#main_nav a{
		display: block;
		text-decoration: none;
		color: #363D82;
		font-size: 110%; 
		padding-bottom: 8px;
		}
	}
	

#content_wrapper{
	/*background-color: orange;*/
	height: auto;
	}


#content_wrapper{
	/*background-color: blue;*/
	position: relative;
	
	/*left: 0px;
	top: 190px;*/
	/*height: 100%;*/
	width: 100%
	/*display: block;*/
	margin-bottom: 400px;
	}
	
#content{
	position: relative;
	width: 980px;
	margin: 0px auto;
	/*background-color: yellow;*/
	}
	
	
#content{
	position: relative;
	width: 96%;
	margin: 0px auto;
	/* background-color: blue; */
	}

	
#content{
	color: #363D82;
	z-index: 100;
	}


@media (min-width: 768px){
	#content{
		position: relative;
		width: 746px;
		margin: 0px auto;
		/* background-color: yellow; */
		}
	}
	


@media (min-width: 1050px){
	#content{
		position: relative;
		width: 800px;
		margin: 0px auto;
		/* background-color: orange; */
		}
	}

@media (min-width: 1320px){
	#content{
		position: absolute;
		left: 260px;
		top: 160px;
		height: 100%;
		
		width: 1030px;
		color: #363D82;
		}
	}


#footer{
	width: 100%;
	text-align: center;
	background-color: #363D82;
	color: white;
	}

	
@media (min-width: 1320px){
	#footer{
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 300;
		width: 100%;
		text-align: center;
		background-color: #363D82;
		color: white;
		}
	}
