<!--
body {
	margin: 0;
	color: #FFFFFF;
	background-color: #220000;
	font-family: Verdana,Arial,Helvetica;
	font-size: 11pt;
	text-align: center; 
	}
a {
	cursor: hand;
	color: #DD0022;
	text-decoration: none;
	}
a:hover {
	cursor: hand;
	color: #DD0022;
	text-decoration: underline;
	}
h1 {
	color: #DD0022;
	font-size: 1.2em;
	}
h2 {
	color: #220000;
	font-size: 1.2em;
	font-weight: normal;
	}
h3 {
	color: #DD0022;
	font-size: 1.2em;
	font-weight: normal;
	}

#main {
	position: relative;
	margin: auto;
	width: 900px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-size: 1em;
	text-align: center;
	}

#header {
	width: 900px;
	height: 100px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	font-size: 1em;
	letter-spacing: 0.1em;
	text-align: right;
	}
#header #navi {
	position: absolute;
	padding: 4px 0 0 0;
	top: 80px;
	left: 180px;
	width: 720px;
	height: 20px;
	color: #FFFFFF;
	background-color: #220000;
	font-size: 0.8em;
	font-weight: bold;
	text-align: center;
	}
#header #navi a {
	cursor: hand;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	}
#header #navi a:hover {
	cursor: hand;
	color: #FFFFFF;
	text-decoration: overline underline;
	font-weight: normal;
	}

#left {
	width: 250px;
	height: 600px;
	color: #220000;
	font-size: 1em;
	background: #FFFFFF url("/images/tower.jpg") no-repeat;
	text-align: center;
	float: left;
	}

#content {
	margin: 40px 0 0 0;
	width: 620px;
	color: #220000;
	font-size: 1em;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	background-color: #FFFFFF;
	text-align: center;
	float: right;
	}
#content .article{
	margin: 10px 60px 30px 30px;
	padding: 10px;
	font-size: 0.8em;
	text-align: left;
	}
#content .article a {
	cursor: hand;
	color: #DD0022;
	text-decoration: none;
	}
#content .article a:hover {
	cursor: hand;
	color: #DD0022;
	text-decoration: underline;
	}
#content .article h1 {
	color: #DD0022;
	display: inline;
	font-size: 1.2em;
	}
#content .article h2 {
	color: #220000;
	display: inline;
	font-size: 1.2em;
	font-weight: normal;
	}
#content .article h3 {
	color: #DD0022;
	display: inline;
	font-size: 1.1em;
	font-weight: normal;
	}
#content .article #disclaimer {
	margin: 60px 0 20px 0;
	padding: 10px;
	color: #220000;
	background-color: #FFFFFF;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 0.8em;
	letter-spacing: 0em;
	line-height: 1.2em;
	border-width: 1px;
	border-style: solid;
	border-color: #220000;
	text-align: center;
	}
#content .article .footer {
	color: #220000;
	font-size: 0.8em;
	font-weight: normal;
	letter-spacing: 0em;
	}
#content .article .footer a {
	cursor: hand;
	color: #DD0022;
	text-decoration: none;
	font-weight: bold;
	}
#content .article .footer a:hover {
	cursor: hand;
	color: #DD0022;
	text-decoration: none;
	font-weight: bold;
	}

#footer {
	clear: both;
	margin: 0;
	padding: 100px 5px 5px 10px;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	color: #220000;
	background-color: #FFFFFF;
	line-height: 1.2em;
	}
//-->