
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  12px;
	}

p {
	line-height: 1.5em;
	}

a img {
	border: none;
	}

#container {
	width: 800px;
	}

#privacy {
	width: 500px;
	font-family: Arial;
	font-size: 13px;
	text-align: left;
	}

#header {
	width: 800px;
	height: 66px;
	}

#menu {
	width: 800px;
	height: 25px;
	background-image: url(images/menubg.gif)
	}
	
#menu a {
	color: #FFFFFF;
	font-weight: bold;
	}

#menu a:hover {
	color: #FFCC99;
	}

#main {
	width: 800px;
	height: 293px;
	background-image: url(images/mainbg.gif)
	}

#bottom {
	width: 800px;
	height: 226px;
	background-image: url(images/bottombg.gif)
	}
	
#footer {
	width: 800px;
	text-align: center;
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	}

#footer a {
	color: #000000;
	text-decoration: underline;
	}

#footer a:hover {
	color: #000000;
	text-decoration: underline;
	}
