body {
	font-family:  Verdana, Lucida, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background: #fff url('/img/bg2.gif') repeat-x;
}

img {
	border: 0px;
}

#navigation {
	color: #633;
	margin: 0px auto 0px;
	text-align: right;
}

#navigation p {
	display: inline;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	color: #633;
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-weight: bold;
}

#navigation p a {
	text-decoration: none;
	color: #633;
}

#navigation p a:hover {
	text-decoration: underline;
	color: #c99;
}

#header {
	margin: 5px 138px 0px 138px;
}

#content {
	width: 900px;
	margin: 0px auto;
}

#main {
	margin-top: 0px;
	text-align: justify;
}

#main p {
	margin: 0px 5px 5px 5px;
}

#main img {
	float: right;
	margin: 5px 0px 5px 5px;
	border: 0px;
	padding: 5px;
	background-color: #633;
}

#main h1 {
	margin: 0px 0px 10px 0px;
	border-bottom: #300 dotted 1px;
	background-color: #c99;
	font-size: 18px;
	font-weight: bold;
	color: #300;
}

#footer {
	width: 500px;
	text-align: center;
	font-size: 12px;
	border-top: dotted 1px;
	margin: 10px auto;
}