@charset "utf-8";
/* CSS Document */

body
{
	background-color: #252525;
		background-image: url(images/bg.jpg);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: left top;
	
	color: #EBD0BA;
	font-family: Trebuchet MS;
	font-size: 8pt;
	text-align: justify; }
	
	
#navigation
{
	position:absolute;
	top: 370; left: 630;
	width: 170;
	background-color: none;

}

	#navigation h1
	{
		font-family: "Century Gothic", Arial, Helvetica, sans-serif;
		font-size: 16pt;
		line-height: 15pt;
		text-align: center;
		color: #959595;
		font-weight: bold;
		letter-spacing: -1;
		text-transform: lowercase;
		margin-top: 30;
		margin-bottom: 10;
			}
			
	#navigation a
	{
		font-family: Arial, Helvetica, sans-serif;
		display: block; width: 100%;
		margin-top: 3;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-size: 8pt;
		height: 18pt;
		line-height: 18pt;
		letter-spacing: 1;
	  	text-decoration: none;
		background-color: #333333;
		font-style: normal;
	  	color: #FFFFFF;	}
		
	#navigation a:hover
	{
		background-color: #414141;	}
	
#main
{
	position: absolute;
	top: 420; left: 15;
	width: 600;
	background-color: none;	}
	
#main h1
{
	margin:0;
	margin-bottom: 0;
	font-family: "Trebuchet MS", "Arial Narrow", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 18pt;
	line-height: 18pt;
	height: 18pt;
	background-color: none;
	color: #FFF446;
	text-align: left;
	padding-left: 20;
	padding-right: 30;
	letter-spacing: -1;
	border-bottom: #FFFFFF 2px solid;	}
	
	
#main h2
{
	margin-top: -3;
	margin-bottom: 0;
	height: 11pt;
	line-height: 11pt;
	font-size: 11pt;
	text-align: left;
	padding-left: 50;
	border-bottom: #858769 1px solid;
	text-transform: uppercase;
	font-family: "Arial Narrow", Times, serif;
	font-weight: normal;
	letter-spacing: 1;
	color: #FFFFFF;	}
	
#main h3
{
	margin-top: 0;
	margin-bottom: 10; margin-left: 20;
	height: 9pt;
	line-height: 9pt;
	font-size: 9pt;
	text-align: left;
	padding-left: 10;
	padding-top: 2;
	font-family: "Century Gothic", "Times New Roman", Times, serif;
	letter-spacing: 1;
	font-weight: normal;
	color: #EE0814;	
						}
	
.p
{
	background-color: #000000;
	padding: 10;
	margin-top: 0;
	margin-bottom: 30;
	border-bottom: #333333 10px solid;
	
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:  8pt;
	line-height: 12pt;
	text-align: justify;	}
	

						
#main img
{
	border: #830701 3px solid;
	margin: 3;
	
}

ul
{
	list-style: square;
}

ol
{
	list-style: upper-roman;
}
			
b, strong { color:#35B743; font-family: "Arial Narrow", Arial, Helvetica, sans-serif; text-transform: uppercase; }
i, em { color: #EBBA10; font-family: "Times New Roman", Times, serif; letter-spacing: 1; font-size: 9pt;	}
u { color:#4749FF; }		

a { font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1;
	color: #FF000B;
	text-decoration: none;}
	
a:hover { color: #FFFFFF;}
						
blockquote
{
		border-bottom: #56312F 10px solid;
		border-top: #56312F 1px solid;
		padding: 10;
		color: #C38C89;
		background-color: #3B2120;
		background-image: url(images/b_bg.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		font-size: 9pt;
		font-style: italic;
		font-family: "Times New Roman", Times, serif;
			}
			
input, textarea, select, option, button
{
	background-color: #585858;
	color: #CCCCCC;
	margin: 3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2;
	border: #6F6F6F 2px solid;
	}
	
