/* CSS Document */

body { 
	margin: 0; 
	padding: 0; 
	border: 0; 
	color: #000000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	min-width: 770px;
	background-color: #FFFFCC;
}

#wrapper {
   width: 772px;
	w\idth: 770px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}

#header {
	position: relative;
	background-image: url(banner.gif);
	background-repeat: no-repeat;
	width: 770px;
	height: 86px;
	}

#navigation {
	width: 770px;
	height: 21px;
	padding-top: 90px;
	background-image: url(navigation.gif);
	background-repeat: no-repeat;
}

#nav_buttons {
	/*width: 500px;*/
	height: 21px;
	margin-left: 50px;
}

#body {
	width: 770px;
	padding: 10px 0px;
	background-color: #CCCCCC;
}

#content {
	width: 720px;
	min-height: 300px;
	margin: 0px 25px;
	background-color: #FFFFFF;
	font-size: 90%
}

#content h4 {
	margin-top: 0px;
	padding-top: 10px;
	text-align: center;
}

#legal {
	width: 770px;
	height: 86px;
	background-image: url(legal.gif);
	background-repeat: no-repeat
}

#text_links {
	width: 400px;
	height: 45px;
	padding: 5px 0px;
	margin-left: 70px;
	text-align: center;
	font-size: 75%;
}

#text_links a {
	color: #000000;
	letter-spacing: 1px;
	font-stretch: expanded;
}

#text_links p {
	margin-top: 0px;
}