/* CSS layout */

body {
	text-align: center; /* for IE */
	background-color: #fffde9; /*#3074BF;*/
}

#wrap {
	width: 700px;
	margin-left: auto; /* align for good browsers */;
	margin-right: auto;
	text-align: left;
	position: relative;
}
#masthead {
	background-image: url('HOME.gif');
	background-repeat: no-repeat;

}

#top_nav {
}

#page_content {
}

#footer {
}