/*---------------------------------------------------
HTML, body and relevant common properties
-----------------------------------------------------*/

html, body
{
	margin: 0;
	padding: 0;
}
body
{
	background: #000000 url(img/top.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	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#content
{
	background-color: transparent;
	margin: 0 auto;
	width: 560px;
	position: absolute;
	top: 380px;
	left: 30px;	 
	font: 10pt 'century gothic',  tahoma, 'book antiqua', verdana, arial, sans-serif;
	color: #706c7b;
}
div#navigation
{
	background: transparent;
	position: absolute;
	margin: 0 auto;
	width: 240px;
	top: 270px;
	left: 400px;	
}
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: center;
}
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: uppercase;
	text-align: center;
}			   
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-color: transparent;
	color: #ee2d5c;
	font: 16pt 'century gothic', georgia, Arial, sans-serif;
	font-variant: normal;
	line-height: normal;
	margin-top: 5px;
	padding-left: 10px;
}
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: #07EF98;
	cursor: help;
	font: 10pt 'century gothic', tahoma, 'book antiqua', verdana, arial, sans-serif;
	text-decoration: none;
}
strong, b
{
	color: #48B3FA;
}
i
{
	color: #3d4dfa;
}
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;
}