
body
{
	font-size: 1em;
	background: url();
}

#container
{
	background: url();
}

#header
{
	height: auto;
	background: url(http://www.cyclone3.org/media/grf/header_bg-pda.jpg) top left no-repeat;
}

#header-i
{
	height: auto;
	text-align: right;
}


/* FORM */

#header form
{
	/*position: absolute;*/
	top: 0px;
	right: 0px;
	font-family: tahoma, arial, sans-serif;
	font-size: 0.5em;
}
#header form label
{
	font-weight: bold;
}
#header form .searchButton, #submit, #sbb
{
	font-size: 9px;
	padding: 1px;
	font-family: tahoma, arial, sans-serif;
	border:	1px solid #00335E;
	background-color: #597A96;
	color: white;
}
#header form #searchInput, #s, #sbi
{
	width: 80px;
	font-size: 100%;
	font-weight: normal;
	border:	1px solid #00335E;
	background-color: #E6E6E6;
	color: #00335E;
	padding: 2px;
	font-size: 11px;
	font-family: tahoma, arial, sans-serif;
}

#header_lng
{
	display:none;
}






/* Navigation tabs */

#navigation
{
	
	position: relative;
	top: 0px;
	margin: 0;
	padding: 0 0 0 0;
	height: auto;
	white-space: nowrap;
	min-width: auto;
	
}

#navigation ul
{
	display: inline;
	padding: 0 0.7em 0 0.7em;
	list-style-type: none;
}

#navigation li
{
	display: inline;
}

#navigation li.selected
{

}

#navigation li span
{
	display: block;
	background: transparent;
	float: left;
	height: 20px;
	_width: 10px;
	margin: 0 2px 0 0;
}
#navigation li span a
{
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: black;
	display: block;
	height: 20px;
	padding: 0 0 0 5px;
	margin-right: 5px;
	background: transparent;
/*
	padding: 0px 6px;
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-size: 75%;
	font-weight: bold;
	color: #FFFFFF;
	height: 1em;
	line-height: 1em;
*/
}

#navigation li.current span
{
	background: transparent;
}
#navigation li.current span a
{
	background: transparent;
}








#comments
{
	display: none;
}


#sidebar
{
	display: none;
	/*
	position: absolute;
	top: 158px;
	right: 20px;
	background: #fff;
	width: 210px;
	line-height: 120%;
	*/
}

#page
{
	/*display: none;*/
	padding: 0 0 0 0;
}

.data
{
	float: left;
	/*display: none;*/
}

#footer
{
	display: none;
}

#content
{
	margin: 0 0 0 0.5em;
}

.nopda
{
	display: none;
}



h1 {
	font-size: 1.4em;
	padding: 0 0 0.4em 0.0em;
	/*margin: 0 0 0.5em -35px;*/
	margin: 1em 0 0 0;
}
h1 a:link { color: #90bf56; text-decoration: none; }
h1 a:visited { color: #90bf56; text-decoration: none; }
h1 a:hover { color: #90bf56; text-decoration: none; }
h1 a:active { color: #90bf56; text-decoration: none; }

h2 {
	font-size: 1.2em;
	padding: 0.3em 0 0 0em;
	/*margin: 2.5em 0 0.5em -25px;*/
	margin: 0 0 0 0;
}
h3 {
	padding: 1.5em 0 0em 0.5em;
	margin: 0.8em 0 0.5em -20px;
}
h4 {
	padding: 0.3em 0 0em 0.4em;
	margin: 0.6em 0 0.5em -15px;
}

.h1 {
	font-size: 1.4em;
	padding: 0 0 0.4em 0.0em;
	margin: 1em 0 0 0;
}
