* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px Geneva, Arial, sans-serif;
	background:#b9c4dd;
	color:#000;
}
#page-wrap {
	width: 1024px;
	margin: auto;
}
a:link {
	color:#06C;
	text-decoration:none;
}
a:visited {
	color:#09F;
	text-decoration:none;
}
a:hover {
	color:#004a80;
	text-decoration: none;
} /* mouse over link */
a:active {
	color:#06C;
	text-decoration: none;
}
#masthead a:link {
	color:#fff;
	text-decoration: none;
}  /* unvisited link */
#masthead a:visited {
	color:#fff;
	text-decoration: none;
} /* visited link */
#masthead a:hover {
	color:#004a80;
	text-decoration: none;
} /* mouse over link */
#masthead a:active {
	color:#004a80;
	text-decoration: none;
}  /* selected link */
img {
	border:none;
}
img.border {
	border:3px solid #92c4d5;
	margin:5px;
}
ul {
	list-style: none;
}
p {
	margin: 15px 0;
}
h1 {
	font: 18px Geneva, Arial, sans-serif;
	color:#004a80;
}
h2 {
	font:bold 13px Geneva, Arial, sans-serif;
	color:#000;
	padding-right:8px;
}
h3 {
	font: 12px Geneva, Arial, sans-serif;
	color:#000;
	font-style:normal;
}
h4 {
	font: 14px Geneva, Arial, sans-serif;
	color:#58d0f5;
}
#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 1024px;
}
#texts {
	width:1024px;
	float:left;
}
#masthead {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	height: 150px;
	overflow: hidden;
}
#header {
	margin: 0 auto 0 auto;
	width: 1024px;
}
#footer {
	bottom:0;
	height: 50px;
	width:1024px;
	background:#fff;
	clear:both;
}
#stuff {
	width:1024px;
	float: left;
 * html #stuff {
overflow: hidden;
}
#divider {
	position: absolute;
	bottom:0;
	height: 3px;
	border-top: 3px solid #fff;
}
