* {margin: 0; padding: 0;}

html {height:100%;}

body {
	height: 100%;
	margin: 0;
	padding: 0;
font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height: 160%;
	color: #203d76;
	
	background: #d1efff; 
	font-size: 100%;
}


#wrapper {margin: auto; width: 100%; max-width: 900px; text-align: left; color: #203d76; height: 100%;  }
#content {width: 100%; float: left; clear: both; font-size: 90%; background: #fff; margin: auto; padding: 1em; max-width: 900px; }
#header {height: 175px; border-bottom: 1px dotted #000; margin-bottom: 1em; }
#left {float: left; width: 500px;margin-right: 5%; margin-bottom: 20px; }
#right {float: left; width: 340px; text-align: right; font-size: 90%; color: #3977bb; font-weight: bold; margin-bottom: 1em; background: #fff; padding-right: 10px;}


#bottomleft {float: left; width: 500px; margin-right: 5%; margin-bottom: 20px; margin-top: 20px; }
#bottomright {float: left; width: 330px;  background: #eee; padding: 10px; margin-top: 20px;}


h1 {font-size: 370%; font-weight:normal; margin-bottom: 14px; letter-spacing: 1px;}
h2 { font-size: 100%; font-weight:bold; }

p {	 }

strong {color: #203d76; font-weight: normal;}


a {
	color: #203d76;
	text-decoration: underline;
}
a:visited {
	color: #000;
}
a:hover {
	text-decoration: none;
}
