body {
	background-color: #CC9;
	color: #333;
	font-size: small;
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
}


div#wrapper {
	margin: 0;
	padding: 0;
}


div#container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0;
	background-image: url(images_css01/bg.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	width: 750px;
	font-size: 95%;
}


div#header {
	background-image: url(images_css01/header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 180px;
	margin: 0;
	padding: 0;
}


div#page {
	width: 750px;
	margin: 0;
	padding: 0;
	text-align: justify;
}


div#page_content {
	margin: 0;
	padding: 0 50px;
}


div#footer {
	width: 750px;
	min-height: 100px;
	margin: 0;
	padding: 0;
	background-image: url(images_css01/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 80%;
}


div#page a, div#footer a {
	color: #F00;
	text-decoration: none;
	border-bottom: 1px dotted #F00;
}

div#page a:hover, div#footer a:hover {
	color: #666;
}

div.textblock {
	margin: 0 0 2em 0;
	padding: 0;
}

div#header h1 {
	line-height: 180px;
	text-indent: -9999px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}

div#header h1 a {
	display: block;
	width: 100%;
	line-height: 180px;
	text-decoration: none;
}

h2 {
	text-align: center;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.5em;
}