		<style type="text/css">
			body {
				background: #e7e7e7 url('/img/body.jpg');
				font-size: 11px;
				font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
				color: #000000;
			}
			hr {
				display: none;
			}
			h1, h1 a, h1 a:hover, h1 a:visited, h2, h2 a, h2 a:hover, h2 a:visited {
				color: white;
				text-decoration: none;
				margin: 5px;
 			}
			h1, h1 a, h1 a:hover, h1 a:visited {
 				font-size: 30px;
 			}
			h2, h2 a, h2 a:hover, h2 a:visited {
 				font-size: 16px;
 			}
			li {
 				margin-left: -25px;
 				padding-bottom: 5px;
 			}
			p {
 				margin-left: 5px;
 			}
			a, a:visited, a:hover {
 				color: #0000FF;
 			}
			#page {
 				background: #e7e7e7 url("/img/page.jpg") repeat-y top center;
				weight: 760px;
				padding: 0px;
			}
			#header {
				background: #e7e7e7 url('/img/header.jpg') no-repeat top center;
				height: 130px;
				text-align: center;
				vertical-align: middle;
				padding: 0px;
			}
			#banner {
				text-align: center;
				vertical-align: middle;
				padding: 0px;
 				margin: 0px;
			}
			#menu {
				width: 200px;
				text-align: left;
				vertical-align: top;
				padding: 0px 0px 0px 20px;
 				margin: 0px;
			}
			#content {
				width: 560px;
				text-align: justify;
				vertical-align: top;
				padding: 0px 20px 0px 20px;
 				margin: 0px;
			}
			#footer {
				background: #e7e7e7 url('/img/footer.jpg') no-repeat bottom center;
				text-align: center;
				vertical-align: top;
				padding: 20px;
			}
		</style>


