@charset "utf-8";
/* CSS Document */

#header {
	background: #FFFFFF;
	vertical-align: top;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 910px;
	height:150px;
	border:none;
	padding-top: 0px;
	padding-left:0px;
	
} 




#headerimg {
	background: #FFFFFF;
	vertical-align: top;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 760px;
	height:130px;
	border:none;
	padding-top: 20px;
	padding-left:10px;
}

#header2 {
	background: #FFFFFF;
	vertical-align: top;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 910px;
	height:250px;
	border:none;
	padding-top: 0px;
	padding-left:0px;
	
} 




#headerimg2 {
	background: #FFFFFF;
	vertical-align: top;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 760px;
	height:230px;
	border:none;
	padding-top: 20px;
	padding-left:10px;
}



#language {
	background: #FFFFFF;
	vertical-align: top;
	/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	width: 80px;
	height:130px;
	border:none;
	padding-top: 5px;
	padding-left:10px;
}
#header #headernav {	
	text-decoration:none;

	 /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
