/* @group 1 - MAIN BODY */
body
{	margin: 0em auto;
	padding: 0px;
	background: url(bas.gif) repeat-x 0 bottom;
	font: 12pt Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
	color: #202a30;
}
/* @end */
/* @group 2 - HEADER */
.header
{	top: 0;
	left: 0;
	width: 1280px;
	height: 352px;
	margin: 0px auto;
	padding: 0px;
	background: url(header.png) no-repeat fixed 0 0;
}
.visual
{	top: 90px;
	left: 150px;
	width: 217px;
	height: 77px;
	display: inline-block;
	position: absolute;
	cursor: hand;
}
.menu
{	/*background: url(menu.jpg) no-repeat;*/
	top: 225px;
	left: 150px;
	width: 800px;
	height: 100px;
	display: inline-block;
	position: absolute;
	font-size: 12px;
	padding-top: 15px;
	padding-left: 0px;
}
.menu table
{	border: 0;
	width: auto;
}
.menu table tr th
{	height: 12px;
	text-align: right;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.menu table tr td
{	width: 69px;
	height: 12px;
	text-align: left;
}
.menu a, .content a:visited
{	color: #202a30;
	text-decoration: none;
}
.menu a:hover
{	color: #dddd00;
	text-decoration: none;
}
/* @end */
/* @group 3- CONTENT */
.content
{	font-size: 12px;
	text-align: justify;
	overflow: auto;
	position: fixed;
	right: 0;
	left: 0;
	bottom: 50px;
	width: auto;
	height: auto;
	top: 350px;
	padding-left: 367px;
}
h1
{	color: #dddd00;
	font-size: 24px;
}
h2
{	width: 600px;
	color: #a2d2d6;
	font-size: 18px;
	background-color: rgba(255,255,255,0.5);
}
h3
{	color: #a2d2d6;
	font-size: 18px;
	background-color: rgba(255,255,255,0.5);
}
p
{	width: 600px;
}
code
{	color: #dddd00;
	font: 12px Helvetica, Arial, "Helvetica Neue", Geneva, sans-serif;
}
.content .star
{	background: url(firstline.gif) no-repeat;
	width: 70px;
	height: 11px;
	left: -80px;
	position: relative;
	top: 70px;
}
.content .picture
{	width: 600px;
	text-align: center;
}
.content a, .content a:visited
{	/*color: #a2d2d6;*/
	color: #a4c9cd;
	text-decoration: none;
}
.content a:hover
{	color: #dddd00;
	text-decoration: underline;
}
.content li
{	width: 550px;
}
.content li li
{	width: 500px;
}
.content2 li
{	width: auto;
}
.content2 li li
{	width: auto;
}
/* @end */
/* @group 4 - FOOTER */
.footer
{	width: 100%;
	height: auto;
	margin: 0px;
	padding: 2px;
	bottom: 0;
	position: fixed;
	display: inline;
	z-index: -1;
}
.rollers
{	width: 1280px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	bottom: 0px;
	position: fixed;
	background: url(footer.jpg) no-repeat;
}
.footer p
{	width: 1280px;
	margin: 2px;
	padding: 0px;
	text-align: center;
	font-size: 12px;
	vertical-align: baseline;
	position: fixed;
	bottom: 0;
	font-weight: bold;
}
.footer a, .footer a:visited
{	color: #202a30;
	text-decoration: none;}
.footer a:hover
{	color: #dddd00;
	text-decoration: none;
	background-color: #202a30;

}
/* @end */