body {
	text-align: center;
	background-color: #353535;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 9pt;
	color: white;
}

img {
	border: none;
}

#wrapper {
	border-top: 1px solid transparent;
	position: relative;
	width: 950px;
	margin: 0 auto 30px auto;
	padding: 0;
	background-color: #66669a;
	text-align: left;
}

#header {
	border-top: 1px solid transparent;
	position: relative;
	width: 100%;
	height: 80px;
	background-color: #8384c5;
	border-bottom: 3px solid #9798d0;
}

#header h1 {
	position: relative;
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Serif;
	font-size: 24pt;
	font-weight: normal;
	color: white;
	padding: 0;
	margin: 14px auto 0 auto;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#header img.pawleft {
	position: absolute;
	top: 22px;
	left: 65px;
}

#header img.pawright {
	position: absolute;
	top: 22px;
	right: 65px;
}

#navigation {
	position: absolute;
	width: 100%;
	bottom: 6px;
	left: 0;
	padding: 0;
	text-align: center;
}

#navigation a:link, #navigation a:visited {
	margin: 0 auto;
	padding: 3px 12px;
	font-weight: bold;
	color: #ccc;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 9pt;
	font-family: Arial, Helvetica, Sans-Serif;
	letter-spacing: 1px;
}

#navigation a:hover {
	color: white;
}

#navigation a.current:link, #navigation a.current:visited {
	color: white;
}

#content {
	position: relative;
	float: left;
	margin: 30px 0 0 125px;
	padding: 0 0 60px 0;
	width: 450px;
	min-height: 375px;
}

#content p {
	margin: 10px 0;
	padding: 0;
	color: white;
}

#content h1, #content h2, #content h3, #content h4 {
	color: white;
	font-weight: bold;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}

#content div.fleft {
	float: left;
	margin: 4px 16px 12px 0;
}

#content div.fright {
	float: right;
	margin: 10px 0 10px 10px;
}

#content div.fleft p, #content div.fright p {
	margin: 3px 0 0 0;
	font-family: arial;
	font-weight: bold;
	font-size: 10px;
	color: #ffffcc;
	
}

#right {
	position: relative;
	margin: 30px 125px 0 0;
	width: 220px;
	border-left: 1px solid #8888ba;
	padding: 0 0 0 10px;
	float: right;
	clear: none;
}

#right a:link, #content a:visited {
	color: #ccccff;
}

#content a:link, #content a:visited {
	color: #ccccff;
}

#footer {
	position: relative;
	clear: both;
	text-align: center;
	padding: 20px 0;
	font-size: 8pt;
}