body {
	background: #044DB4 url('images/layout/bg.jpg') repeat-x;
	margin: 0;
	text-align: center;
}

#wrapper {
	width: 859px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url('images/layout/header.jpg') no-repeat;
	width: 859px;
	height: 180px;
}
h1 { clear: both; margin: 0; padding: 0;}
h1 a {
	background: url('images/layout/logo.png') bottom no-repeat;
	display: block;
	width: 314px;
	height: 118px;
	margin: 0 0 0 70px;
}
	h1 span { display: none; }
#nav {
	margin: 0 0 0 60px;
	padding: 0;
	list-style-type: none;
}
	#nav li {
		display: inline;
	}
	#nav li a {
		float: left;
		display: block;
		width: 140px;
		height: 40px;
	}
	#nav li a span { display: none; }
	#nav li a.home {
		background: url('images/layout/home.png');
		background-position: 0 0;
	}
	#nav li a.home:hover
	{
		background: url('images/layout/home.png');
		background-position: 0 37px;
	}

	#nav li a.homea 
	{
		background: url('images/layout/home.png');
		background-position: 0 37px;
	}
	#nav li a.about {
		background: url('images/layout/about.png');
		background-position: 0 0;
	}
	#nav li a.about:hover
	{
		background: url('images/layout/about.png');
		background-position: 0 37px;
	}
	#nav li a.abouta {
		background: url('images/layout/about.png');
		background-position: 0 37px;
	}
	
	#nav li a.how {
		background: url('images/layout/how.png');
		background-position: 0 0;
	}
	#nav li a.how:hover
	{
		background: url('images/layout/how.png');
		background-position: 0 37px;
	}
	#nav li a.howa {
		background: url('images/layout/how.png');
		background-position: 0 37px;
	}
	
	a.home {
		
	}

#body {
	background: url('images/layout/mid.jpg') no-repeat;
	text-align: left;
}
	#realbody {
		margin-left: 55px;
		background: white url('images/layout/watermark.jpg') no-repeat;
		width: 750px;
		border-bottom: 1px solid white;

		min-height:470px;
		height:auto !important;
		height:470px;

		font-family: arial, sans-serif;
		font-size: 12px;
		line-height: 17px;

	}
	p {
		margin-left: 10px;
 		padding-left: 2em;
 		padding-right: 3em;
		font-family: "Comic Sans", "Comic Sans MS", "arial", "helvetica", "sans-serif";
		font-size: 15px;
	}
	h2 {
		margin: 0 0 0 10px; 
		padding-top: 1.5em;
		padding-left: 1.5em;
		padding-bottom: 10px;
		font-family: "Comic Sans", "Comic Sans MS", Myriad Pro, Arial, Sans-serif;
		font-weight: bold;
		font-size: 20px;
	}
	h3{
		margin: 0 0 0 10px; 
		padding-top: 1.5em;
		padding-left: 1.5em;
		font-family: "Comic Sans", "Comic Sans MS", Myriad Pro, Arial, Sans-serif;
		font-weight: bold;
		font-size: 17px;
}
#prefooter{

	background: url('images/layout/mid2.jpg') no-repeat; 
	width: 750px;
	margin-left: 55px;
	text-align: center;
}

#footer {
	background: url('images/layout/footer.jpg') no-repeat;
	height: 2em;
	margin-left: 55px;
	text-align: center;
}

#footer a{
	color: gray;
}
ul{
	font-family: "Comic Sans", "Comic Sans MS", "arial", "helvetica", "sans-serif";
	font-size: 15px;
	margin: 5px 0 0 10px; 
	list-style-type: disc;
}




