@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(../_images/bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
a {
	outline:none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
}
.highlightgray {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
}


#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	z-index: 3;
}
#content {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -400px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 800px;
	height: 600px;
	visibility: visible
}
table #header {
	background-image: url(../_images/header_bg.png);
}
table #navigation {
	height: 12px;
	margin: 0px;
	padding: 0px;
}
table #stuff {
	margin-top: 30px;
	text-align: left;
}
table #stuff img.title {
	margin-bottom: 10px;
}
table #stuff td.text {
	padding-right: 20px;
	line-height: 1.4em;
}
table  #stuff  #icon  td {
	padding-bottom: 5px;
	padding-left: 5px;
}
table #stuff .text a {
	color: #990000;
	text-decoration: none;
	font-weight: normal;
}

table #stuff .text a:hover {
	color: #990000;
	text-decoration: underline;
	font-weight: normal;
}
#footer {
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: left;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	display: block;
	z-index: 2;
}
#design {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 300px;
	height: 199px;
	display: block;
	z-index: 1;
	visibility: visible;
}
