body
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	background-color: #fff;
	margin: 20px 0 0 0;
	padding: 0;
}

#maincontent
{
	margin: 0 auto;
	background-color: transparent;
	width: 800px;
}

#topbar
{
	background-color: transparent;
	height: 64px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#navigation
{
	background-color: transparent;
	float: right;
	height: 64px;
}

#navigation ul
{
	background-color: transparent;
	margin: 0;
	padding: 36px 0 0 0;
	float: right;
}

#navigation li
{
	float: left;
	background-color: transparent;
	list-style: none;
	font-weight: bold;
	font-size: 14px;
	padding: 0 16px;
	border-left: 1px #eee solid;
	border-right: 1px #eee solid;
	height: 22px;
}

#navigation li a
{
	color: #666;
	text-decoration: none;
}

#navigation li a:hover, #navigation li.active a:hover { color: #333; }

#navigation li.active { color: #69F; }


#content { padding-top: 32px; }

#content img
{
	float: right;
	border: 1px #666 solid;
	margin: 0 0 10px 20px;
	padding: 3px;
}

p#content, #content
{
	font-family: Optima, "Bitstream Vera Sans", "Bitstream Charter", Georgia, Serif;
	background-color: #fff;
	margin: 0 20px 16px 20px;
	padding: 0;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.6em;
	text-align: justify;
}

p a
{
	color: #333;
	border-bottom: 1px dotted #69F;
	text-decoration: none;
}

p a:hover
{
	color: #000;
	border-bottom: 1px solid #69F;
	text-decoration: none;
}

h1
{
	background-color: #F5F5F5;
	background-image: url(topbag.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 25px 0 0 20px;
	color: #666;
	font-size: 24px;
	border-top: 2px #ddd solid;
}

h2
{
	font-family: Optima, "Bitstream Vera Sans", "Bitstream Charter", Georgia, Serif;
	background-color: #f5f5f5;
	margin: 0;
	padding: 5px 300px 10px 60px;
	color: #333;
	font-size: 12px;
	line-height: 1.6em;
	font-weight: normal;
	border-bottom: 1px #eee solid;
}

h3
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	margin: 20px 20px 0px 0px !important;
	padding: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.6em;
	font-weight: bold;
	border-bottom: 1px #ddd dotted;
}


#address
{
	background-color: #F5F5F5;
	background-image: url(topbag.png);
	background-repeat: repeat-x;
	border-top: 1px #ddd solid;
	border-bottom: 2px #eee solid;
	color: #666;
	font-size: 12px;
	text-align: center;
	padding: 10px 0 10px 0;
}

#address a
{
	color: #666;
	text-decoration: none;
	border-bottom: 1px dotted #69F;
}

#address a:hover
{
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #69F;
}

#copyright
{
	color: #ccc;
	font-size: 10px;
	text-align: center;
	padding: 5px 0;
}

#copyright a
{
	color: #ccc;
	text-decoration: none;
	border-bottom: 1px dotted #aaa;
}

#copyright a:hover
{
	color: #aaa;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
}