html {
	margin: 0; padding: 0;
	}

body {
	background-color: #ffffff;
	margin: 0; 
	padding: 0;
	}
	
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto:
	padding: 0;
	
	}
#header {
        width: 800px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	background: url(images/header_background.gif) no-repeat top center;
	
	}
#content {
	width: 800px;
	min-height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/body_background3.gif) repeat-y top center;
	padding: 0;
	margin-top: 0;
	overflow: auto:
	}
#footer {
        width: 800px;
        height: 45px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -13px;
	background: url(images/footer_background.gif) no-repeat top center;
	
	}
#text {
	width: 630px;
	margin-left: auto;
	margin-right: auto;
	}
h1 { 
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: red;
	text-align: center;
	}
h2 {
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1.05em;
	font-weight:bolder;
	color: blue;
	text-align: center;
	}
h3 {
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	font-weight:bolder;
	color: black;
	text-align: left;
	}
p {
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
	}
li {
	font-family: 'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: black;
	text-align: justify;
	}
#botlinks {
	text-align: center;
	color: black;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 9px;
	background: #ffffff;
	}
#botlinks a {
	text-decoration: underline;
	color: black;
	}
#botlinks a:link {
	text-decoration: underline;
	}
#botlinks a:visited {
	text-decoration: underline;
	color: grey;
	}

#botlinks a:hover {
	text-decoration: none;
	color: black;
	}
.review {
	margin-left: 2em;
	}
