@charset "utf-8";
/****************************************
	Desc: CSS style for JSF
	Author: soulWasted.net
****************************************/

/****************************************
	STRUCTURE
****************************************/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #262626;
	text-align: center;
/*	background-color: #5c5c5c;
	background-image: url(../_pics/bg2.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed; */
	background: #5c5c5c url(graphic/bg.jpg) center center no-repeat fixed;
}
/****************************************
	TYPOGRAPHY
****************************************/
h1 {
	font-size: 1.5em;
	text-transform: lowercase;
	font-weight: normal;
	margin: 0; padding: 0;
	line-height: 18px;
	text-align: right;
	letter-spacing: 5px;
}
h2 {
	font-size: 1.167em;
	margin: 10px 0 10px 0;
}
h3,
h4 {

}
p {
	margin: 0;
	padding: 0;
}
/****************************************
	COMMON
****************************************/
a {
	text-decoration: underline;
	color: gray;
	outline: none;
}
a:hover, a:active {
	color: silver;
	text-decoration: underline;
}

img {
	border: 1px solid gray;
}

img:hover, img:active {
	border: 1px solid silver;
}

ul li {
	line-height: 3em;
	list-style: square;
}
/****************************************
	TABLE
****************************************/
table td {
	padding: 5px;
	vertical-align: top;
	font-size: 1.0em;
}
/****************************************
	CENTER OBJECT
****************************************/
#horizon {
	text-align: center;
	position: absolute;
	top: 50%; left: 0px;
	width: 100%; height: 0px;
	overflow: visible;
	visibility: visible;
	display: block;
}
#container {
	margin-left: -375px;
	position: absolute;
	top: -275px; left: 50%;
	width: 750px; height: 550px;
	visibility: visible;
}
/****************************************
	NAVIGATION
****************************************/
#navigation {
	position: absolute;
	left: 225px; top: 63px;
	width: auto;
}
#navigation a {
	color:#008080;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 0 3px 0;
	border-color: #c5c5c5;
	border-style: solid;
	border-width: 0 0 5px 0;
	margin: 0 18px 0 0;
}
#navigation a:hover, #navigation .page_selected {
	color:#004040;
	text-decoration: none;
	border-color: #000000;
	border-style: solid;
	border-width: 0 0 5px 0;
}
/****************************************
	CONTENT
****************************************/
#content {
	position: absolute;
	top: 133px;	right: 40px;
	width: 410px; height: 330px;
	font-size: 1.0em;
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	overflow: auto;
	text-align: left;
}
#content h5 {
  font-size: 11px;
  color:#FF0000;
}
#content h5 a {
  color:#008080;
}
#content p {
	margin: 0 0 20px 0;
	line-height: 24px;
}
/****************************************
	FOOTER
****************************************/
#footer {
	position: absolute;
	right: 40px; bottom: 13px;
	font-size: 9px;
	text-align: right;
	line-height: 16px;
	color: #003131;
}
#footer a {
	text-decoration: none;
	color: #003131;
}
#footer a:hover {
	text-decoration: underline;
	color: #003131;
}
/****************************************
	REDEFINE
****************************************/
#h1 {
	position: absolute;
	right: 520px; bottom: 220px;
	width: 150px;
	padding: 0 0 5px 0;
}
.bold {
	font-weight: bold;
}
