html, body, div, h1, h2, h3, p, ul, ol, li, address, form, fieldset, img, iframe {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #090909;
	color: #3b3a3a;
	font-family: Tahoma, sans-serif;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #3b3a3a;
}
a:visited {
	text-decoration: underline;
	color: #3b3a3a;
}
a:hover {
	text-decoration: none;
}
h1 {
	color: #f89e3d;
	font-size: 90%;
	font-weight: bold;
	padding: 0 0 .4em 0;
}
h2 {
	color: #A00B17;
	font-size: 80%;
	font-weight: bold;
	padding: 0 0 .5em 0;
}
h3 {
	color: #4c9fc2;
	font-size: 110%;
	padding: 0 0 1.0em 0;
}
p, address, ul, ol {
	font-style: normal;
	line-height: 160%;
	padding: 0 0 1.5em 0;
}
p strong {
	color: #3b3a3a;
}
ul li {
	color: #4c9fc2;
	font-size: 110%;
	background: transparent url(list-bullet.gif) 0 .4em no-repeat;
	padding: 0 0 .1em 15px;
	list-style: none;
}
.tnormal {
	font-size: 75%;
	line-height: 1.2em;
}
.tsmall {
	font-size: 65%;
	line-height: 1.1em;
}
.tcenter {
	text-align: center;
}
.cleaner {
	clear: both;
}
/* ----------------------------------------------------------- */
#page {
	width: 800px;
	border:none;
	margin: 0 auto 0 auto;
}
#top {
	width: 800px;
	height: 600px;
	background:  transparent url(intro_bg.jpg) no-repeat;
	border: none;
}
#content {
	width: 800px;
	padding-top: 10px;
}
/* ----------------------------------------------------------- */
#footer {
	width: 690px;
	border-top: #353535 1px solid;
	clear: both;
	color: #dad7d7;
	margin-left: 80px;
	margin-right: 10px;
}
#footer a, #footer a:visited {
	text-decoration: none;
	color: #dad7d7
}
#footer a:hover {
	text-decoration: underline;
}
