body {
	background-image: url(img/bg.gif);
	}
h1 {
	font: 14pt arial;
	color: #FFF0C5;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1;
	line-height: 1;
	}
h2 {
	font: 11pt arial;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2;
	color: #FFF0C5;	
	margin-bottom: 1;
	}
h2.sub {
	font: 10pt arial;
	font-weight: normal;
	letter-spacing: 1;
	}
h3 {
	font: 10pt georgia;
	color: #FCF5E9;
	letter-spacing: 1;
	margin: 10 0 0 0;
	}
h3.of {
	font: 14pt georgia;
	font-style: italic;
	margin: -10 0 -8 0;
	}
p {
	font: 9pt arial;	
	color: #FCF5E9;
	text-align: justify;
	line-height: 1.4;
	padding: 0 25 0 25;
	}
ul {
	margin: 0;
	padding-left: 20px;
	}
li {
	font: 9pt arial;	
	color: #FCF5E9;
	line-height: 1.4;
	}
a {
	color: #FFF0C5;
	text-decoration: none;
	}
a:hover {
	color: #CDC839;
	}

#container {
	margin: 0 auto;
	width: 650;
	position: relative;
	top: 20;
	border: 2px solid #1C4158;
	background: #5781A5;
	padding: 15 15 10 15;
	}
#title {
	width: 150;
	height: 130;
	float: right;
	text-align: center;
	background: #1C4158;
	}
#intro {
	border-bottom: 1px solid #4C6383;
	}
#sf1 {
	width: 498;
	height: 128;
	overflow: hidden;
	border: 1px solid #1C4158;
	}
#img1 {
	position: relative;
	top: -110
	}
#sf2 {
	width: 100;
	height: 100;
	overflow: hidden;
	border: 1px solid #1C4158;
	float: left;
	margin-right: 15;
	}
#img2 {
	position: relative;
	width: 300;
	top: -40;
	}
#img3 {
	position: relative;
	width: 200;
	top: -40;
	left: -90;
	}
#sf3 {
	width: 100;
	height: 100;
	overflow: hidden;
	border: 1px solid #1C4158;
	float: right;
	margin-left: 15;
	}
#content.list {
	padding-left: 15;
	}
#content.longlist {
	padding-left: 15;
	}
#content.longlist li {
	margin-bottom: 5px;
	}
#navigation {
	text-align: center;
	background: url(img/bg2.gif);
	border: 1px solid #1C4158;
	font: 12pt arial;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2;
	word-spacing: 30;
	padding: 3 3 3 5;
	margin-top: 15;
	}
#copytext {
	position: absolute;
	right: 13px;
	bottom: 9px;
	}