html, body {
	background-image: url(_images/bg.gif);
	background-color: #FFFFF0;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 {
	font-family: arial,helvetica,sans serif;
	font-style: italic;
	text-align: center;
}

h4 {
	font-family: arial,helvetica,sans serif;
	text-align: center;
}

p {
	font-family: arial,helvetica,sans serif;
	text-align: justify;
}

p.center {
	text-align: center;
}

form {
	font-family: arial, helvetica, sans serif;
	text-align: right;
}

td.align_right {
	text-align: right;
}

a:link { color: #ff6600; }
a:hover { color: #ff3000; }
a:active { color: #ff6600; }
a:visited { color: #ff6600; }

#container {
	font-family: arial,helvetica,sans serif;
	width: 740px;
	margin: auto;
	padding: 0;
}

#container #header {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 140px;
	float: left;
}

#container #menu {
	font-size: small;
	text-align: center;
	width: 120px;
	float: left;
}

#container #menu a {
	border: 4px;
	padding: 5px;
    text-decoration: none;
}

#container #menu a:link { color: #000; }
#container #menu a:hover { color: #000; background: #ff3300}
#container #menu a:active { color: #000; }
#container #menu a:visited { color: #000; }

#container #page_content {
	width: 615px;
	float: right;
}

#container #footer_left {
	font-size: small;
	text-align: center;
	width: 120px;
	float: left;
}

#container #footer_right {
	font-size: x-small;
	text-align: center;
	width: 615px;
	float: right;
}


