*
{
	padding: 0px;
	margin: 0px;
	border: none;
	outline: none;
}

html
{
	width: 100%;
	height: 100%;
	overflow: auto;
}

body
{
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS",Helvetica,"Nimbus Sans L",sans-serif;
	font-size: 12px;
	background: #333333 url('../../../../../../../img/bg_main.gif') repeat-x left top;
}

img a
{
	border: none;
}

h1
{
	display: block;
	position: absolute;
	top: 10px;
	left: 50%;
	width: 170px;
	height: 24px;
	font-size: 24px;
	line-height: 20px;
	font-style: italic;
	font-weight: normal;
	color: white;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px -80px;
	background: transparent url('../../../../../../../img/logo.png') no-repeat left top;
	text-align: left;
}

h1 a, h1 a:hover
{
	text-decoration: none;
}

h2
{
	display: block;
	position: absolute;
	top: 17px;
	left: 50%;
	width: 200px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: white;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px 95px;
	text-align: left;
}

#poor
{
	color: white;
}

#people,
#footer a
{
	color: #ffff00;
}

#main
{
	width: 100%;
	height: 100%;
	background: transparent url('../../../../../../../img/station.png') no-repeat center top;
	min-width: 550px;
}

#header
{
	width: 100%;
	height: 36px;
	text-align: center;
}

#nav
{
	width: 100%;
	height: 24px;
	background: transparent url('../../../../../../../img/bg_nav.png') repeat-x left top;
	text-align: center;
	padding: 4px 0px 7px 0px; 
	min-width: 550px;
}

#content
{
	width: 550px;
	height: auto;
	text-align: justify;
	padding: 10px 0px 0px 0px;
	margin: 460px auto 0px auto; 
	color: white;
	font-size: 14px;
	line-height: 16px;
	border-top: 3px solid #ffff00;
}

#content p
{
	margin: 0px 0px 16px 0px;
	color: white;
	font-size: 14px;
	line-height: 16px;
}

#content a
{
	color: #ffff00;
	text-decoration: underline;
}

#content a:hover
{
	color: #ff9900;
	text-decoration: underline;
}

#footer
{
	width: 100%;
	height: 25px;
	background: transparent url('../../../../../../../img/bg_footer.png') repeat-x left top;
	text-align: right;
	padding: 7px 0px 4px 0px; 
	min-width: 550px;
	color: white;
	font-size: 12px;
	line-height: 18px;
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#rubrics
{
	display: block;
	position: absolute;
	overflow: hidden;
	top: 40px;
	left: 50%;
	margin: 0px 0px 0px -285px;
	width: auto; 
	min-width: 550px;
	height: 24px;
	cursor: pointer;
}

/* opera hack */
/*@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0)
{
head~body #rubrics { top: 38px; }
}*/

.rubric
{
	margin: 3px 10px;
	padding: 0px 0px 2px 0px;
	display: block;
	color: #333333;
	font-size: 14px;
	line-height: 16px;
	float: left;
	text-decoration: none;
	cursor: pointer;
}

.rubric:hover
{
	text-decoration: none;
}

#poor1_over
{
	display: block;
	position: absolute;
	top: 260px;
	left: 50%;
	width: 107px;
	height: 187px;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px -240px;
	background: transparent url('../../../../../../../img/poor1_over.gif') no-repeat left top;
	
	visibility: hidden;
}

#poor1
{
	display: block;
	position: absolute;
	top: 260px;
	left: 50%;
	width: 107px;
	height: 187px;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px -240px;
	background: transparent url('../../../../../../../img/poor1.gif') no-repeat left top;
}

#poor2_over
{
	display: block;
	position: absolute;
	top: 240px;
	left: 50%;
	width: 112px;
	height: 234px;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px -50px;
	background: transparent url('../../../../../../../img/poor2_over.gif') no-repeat left top;
	
	visibility: hidden;
}

#poor2
{
	display: block;
	position: absolute;
	top: 240px;
	left: 50%;
	width: 112px;
	height: 234px;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px -50px;
	background: transparent url('../../../../../../../img/poor2.gif') no-repeat left top;
}

#poor3_over
{
	display: block;
	position: absolute;
	top: 240px;
	left: 50%;
	width: 104px;
	height: 185px;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px 140px;
	background: transparent url('../../../../../../../img/poor3_over.gif') no-repeat left top;
	
	visibility: hidden;
}

#poor3
{
	display: block;
	position: absolute;
	top: 240px;
	left: 50%;
	width: 104px;
	height: 185px;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px 140px;
	background: transparent url('../../../../../../../img/poor3.gif') no-repeat left top;
}

.cb
{
	clear: both;
}