body {
	background: #C0C0C0;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

a:link, a:active {
	text-decoration: none;
	color: #CA0013;
}

a:hover, a:visited {
	text-decoration: none;
	color: #ED5C68;
}

.text {
	font-family: tahoma;
	font-size: 10pt;
	color: #005ED1;
}

#menu ul {
	display: inline;
}

#menu li {
	list-style: none;
	display: inline;
}

h1 { 
	font-family: verdana;
	font-size: 16px;
	color: #005ED1;
	margin: 1px;
	padding: 1px;
	text-transform: lowercase;
}

p {
	border-left: #C0C0C0 solid 1px;
	padding: 5px;
	margin: 1px;
}

#wrapper {
	padding: 5px;
	background: #ffffff;
	width: 525px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px #808080 solid;
}

#content p {
	margin-left: 25px;
	}

#header {
	background: url(header.png) no-repeat center;
	height: 289px;

}

#menu {
	width: 515px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background: #ffffff;
	padding: 5px 5px 8px 5px;
	border-top: #808080 1px dashed;
}

#content {
	width: 505px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #ffffff;
	margin-bottom: 0px;
	padding: 10px;
	border-top: #808080 1px dashed;
}

#footer {
	width: 505px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #ffffff;
	margin-top: 0px;
	text-align: center;
	padding: 10px;
	border-top: #808080 1px dashed;
}