@charset "utf-8";
html {
	height: 100%;/*overflow: -moz-scrollbars-vertical !important;*//*margin-bottom: 1px;*/
}
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-image: url(../images/bg_main.gif);
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
td {
	padding: 0px;
	vertical-align: top;
}
div {
	outline: none;
}
img {
	border: 0px;
}
a {
	color: #0F6;
}
a:hover {
	text-decoration: none;
}
#banner {
	background-image: url(../images/bg_banner.gif);
}
#bar {
	background-color: #CCC;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #18462c;
	height: 30px;
}
#slideshow {
	background-color: #FFF;
	border: 5px solid #CCC;
	position: absolute;
	height: 179px;
	width: 13px;
	top: 150px;
	margin-left: 250px;
}
#content {
	margin: auto;
	width: 900px;
}
#nav {
	float: left;
	width: 250px;
	margin-top: 20px;
}
#main {
	float: left;
	width: 650px;
	margin-top: 20px;
}
