body {
	font-family: Georgia;
	font-size: 10pt;
	text-align: center;
	margin: 0 0 0 0;
	background-color: #CC9;
	padding-top: 10px;
}

p, li {
	font-family: Georgia;
	font-size: 10pt;
}

hr {
	color: #CCC;
	height: 2px;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	display: block;
	padding: 0;
	margin-top: -10px;
	margin-bottom: -10px;
}

#content {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	width: 880px;
	background-color: #FFF;
}

#header {
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	height: 189px;
	border: 2px solid #990;
}

#header h1 {
	visibility: hidden;
}

#header h2 {
	visibility: hidden;
}

#menu {
	width: 170px;
	float: left;
	border-left: 2px solid #990;
	background-color: #CCC;
}

#menu .linksblock {
	padding-top: 50px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#menu .links a {
	margin-top: 10pt;
	display: block;
	color: #00C;
	font-size: 10pt;
}

#menu .links a:hover {
	color: #00F;
}

#menu2 {
	background-color: #CCC;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#menu2 .links {
	display: inline;
}

#menu2 .links a {
	margin-top: 10pt;
	color: #00C;
	font-size: 10pt;
}

#menu2 .links a:hover {
	color: #00F;
}

#main {
	width: 684px !important;
	width: 710px;
	float: left;
	border-right: 2px solid #990;
	background-color: #FFF;
}

#main h1 {
	font-size: 12pt;
	color: 00C;
	font-style: italic;
}

#main h2 {
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: -10px;
	padding-bottom: -10px;
}

#main p, h1, h2 {
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	float: right;
	width: 880px;
	border-top: 2px solid #990;
	text-align: right;
	font-size: 8pt;
	padding-bottom: 5px;
	background-color: #CC9;
}