/*---------------------------------------------------
HTML, body and relevant common properties
-----------------------------------------------------*/

html, body
{
	margin: 0;
	padding: 0;
}
body
{
	background: #ffff6a fixed url(img/bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
	font: 10pt 'century gothic', tahoma, 'book antiqua', verdana, arial, sans-serif;
	margin: 0 auto;
	text-align: justify;
}	  
/*---------------------------------------------------
Layout dividers, divs links, structure and spec. positioning properties
-----------------------------------------------------*/	  
div#lay
{
	background: transparent url(img/top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 auto;
	height:	1000px; 
	width: 1700px;  
	position: fixed;
	top: 0px;
	left: 0px;
}
div#content
{
	background-color:#000000;
	margin: 0 auto;
	width: 500px;
	position: absolute;
	top: 0px;
	left: 400px;	 
	font: 10pt 'century gothic',  tahoma, 'book antiqua', verdana, arial, sans-serif;
	color: #706c7b;
	z-index:1;	  
	padding:15px; 
	border-left: 6px solid #c90000;
	border-right: 6px solid #c90000;	
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}
}
div#navigation
{
	background: transparent;
	position: fixed;
	margin: 0 auto;
	width: 150px;
	top: 380px;
	left: 250px;	 
}
div#navigation a:link, div#navigation a:active, div#navigation a:visited
{
	background: transparent;
	border: 0;
	border-bottom: 0px solid #4F103F;
	color: #48B3FA;
	cursor: crosshair;
	display: block;
	font: 12pt 'century gothic', tahoma, verdana, sans-serif;
	font-weight: 400;
	margin-left: 20px;
	text-transform: lowercase;
	text-align: right;
}
div#navigation a:hover
{
	background: transparent;
	border: 0;
	border-bottom: 0px solid #FF6666;
	color: #FF6666;
	cursor: crosshair;
	display: block;
	font: 12pt 'century gothic', tahoma, verdana, sans-serif;
	font-weight: 400;
	margin-left: 20px;
	text-transform: lowercase;
	text-align: right;
}			   
div#infoot {	 
	margin : 0 auto; 
	background : transparent; 
	font : 8pt arial, sans-serif; 
	width : 90%;   
	padding: 5px;  
	text-align: center; 
	color: #CCCCCC;	   
	border-top: 5px solid #27242E;
}	
div#infoot a:link, div#infoot a:active, div#infoot a:visited, div#infoot a:hover {	
	font : 8pt arial, sans-serif; 
	}	
/*---------------------------------------------------
Content tags and stuff
-----------------------------------------------------*/
p
{
	font: 10pt 'century gothic', tahoma, verdana, arial, sans-serif;
	margin-left: 10px;
	margin-top: 0;
	text-align: justify;
}
h1, h2
{
	background: transparent;
	color: #FF6600;
	font: 14pt georgia, Arial, sans-serif;
	font-variant: normal;
	line-height: normal;
	margin-top: 5px;
	padding-left: 10px;	   
	border-bottom: 1px solid #FF6600;
	text-align: center;
}
a, a:link, a:active, a:visited
{
	border-bottom: 1px solid;
	color: #ee2d5c;
	cursor: help;
	font: 10pt 'century gothic', tahoma, 'book antiqua', verdana, arial, sans-serif;
	text-decoration: none;
}
a:hover
{
	border-bottom: 1px solid #9c7a66;
	color: #33CC00;
	cursor: help;
	font: 10pt 'century gothic', tahoma, 'book antiqua', verdana, arial, sans-serif;
	text-decoration: none;
}
strong, b
{
	color: #48B3FA;
}
i
{
	color: #CC3300;
}
u
{
	color: #00CC99;
	font: 10pt 'century gothic', tahoma, 'book antiqua', verdana, arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
label, th
{
	color: #99FFCC;
	font: bold 8pt 'century gothic', verdana, arial, sans-serif;
	line-height: 10pt;
	text-align: justify;
}
img
{
	border: 0;
}