body, html {
	text-align:	center;
	background:	none #504f4b;
}

html {
	overflow-y:	scroll;
}

* {
	margin:		0;
	padding:	0;
}

h1, h2 {
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:		1.7em;
	margin:			2px 0;
	color:			#222;
}

h2 {
	font-size:	1.1em;
}

ul {
	padding-left:	39px;
}

li {
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left:	1px;
}

span.info {
	font-size:		0.8em;
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:		italic;
}

p {
	margin:			4px 0 16px 0;
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:			#000;
	font-size:		0.9em;
	text-align:		justify;
}

div#wrapper {
	width:		917px;
	text-align:	left;
	margin:		20px auto 5px auto;
	border:		1px solid #222;
	background:	#f0edde;
}

div#header {
	width:			917px;
	height:			261px;
	border-bottom:	1px solid #222;
	background:		#75746e url('logo.png') no-repeat;
}

div#navigation {
	width:			100%;
	height:			36px;
	border-bottom:	1px solid #222;
	background:		#dbd7c6 url('tile_nav.png') repeat-x;
}

div#navigation ul {
	list-style:	none;
	padding:	0;
}

div#navigation li {
	display:		block;
	height:			36px;
	padding:		0 10px;
	float:			left;
	line-height:	36px;
	border-left:	1px solid #777;
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:	normal;
	cursor:			pointer;
}

div#navigation li:first-child {
	border:	0 !important;
}

div#navigation ul.right li {
	float:			right;
	border-left:	0;
	border-right:	1px solid #777;
}

div#navigation li:hover {
	text-decoration:	underline;
}

div.contents {
	padding:	10px;
	display:	none;
}

span#footer {
	font-family:	"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:		1em;
}

span#footer a,
span#footer a:hover,
span#footer a:active,
span#footer a:link {
	color:				#0000C0;
	text-decoration:	none;
}

span#footer a:hover {
	text-decoration:	underline;
}