body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #734957;
	background-color: #CCCC99;
}

a {
	color: #FFFFCC;
	font-weight: bold;
}

h1
{
	font: 125% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

h2
{
	font: 90% georgia, times, "times new roman", serif;
	font-weight: bold;
	margin-top: 0;
}

#container
{
	margin: 1em auto;
	width: 902px;
	text-align: left;
	margin-top: 0;
}

#header
{
	height: 189px;
	width: 100%;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

#shortcuts {
	text-align: right;
	margin-right: 15px;
}

img{
	border: 0;
}

#menu
{
	width: 902px;
	height: 70px;
	background-image: url(../images/menu.png);
}

#nav {
	margin: 0;
	padding: 0;
	width: 902px;
}

#contents { 
	background-image: url(../images/bg.png);
}

#text {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#text p, #text a, #text h1, #text h2, #text li, #text table, #text form {
	padding: 0;
}

#icoon {
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 125%;
}

#footer
{
	clear: both;
	color: #FFFFCC;
	text-align: center;
	font-size: 90%;
	height: 59px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
}

#copy {
	vertical-align: bottom;
}

#copy p {
	margin: 0;
	padding: 15;
}

