/* CSS Document */

body, table {
    color: #6c6573;
	font-family: Trebuchet MS;
	font-size: 9pt;
	line-height: 170%;
	overflow-x: hidden;
	text-align: justify;
	 background: #060304;
}

#layout{
    position:absolute;
    top:0px;
	left:0px;
	}
	
#content{
    position:absolute;
    top:620px;
	left:65px;
	width: 700;
}

/* Navigation */
	
a.nav:link, a.nav:visited, a.nav:active {
	position: relative;
	top: 0px;
	left: 0px;
	color: #FFFFFF;
	font-family: century gothic;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0px 2px 0px 2px;
	text-decoration: none;
	line-height: 8px;
}

a.nav:hover {color: #99434a;
border-bottom: 1px dashed #444444;}

div.nav {
	position: absolute;
	left: 345px;
	top: 600px;
	width: 600px;
}
 
 /* Headers */



	
	
h1 {
    color: #97343c;   
	font-variant:small-caps;
    font-weight: normal;
	font-family: Trebuchet MS;
    font-size: 21pt;

margin-top:15px; 
margin-bottom:15px; 

	padding-left: 25px;

	letter-spacing: 5px;
	text-align: left;
	z-index: 2;
	}
	
	
	h1:first-letter {	
	font-size: 30px;
	font-variant:small-caps;
	text-align:center;
	color: #eec7bb;
	font-family: Lucida Corsiva, "Lucida Calligraphy", Times New Roman, Times, serif;}
	
h2 { 
	    color: #E0D0D7;
		text-transform: uppercase;
        font-family: arial narrow; font-size: 12px; 
	    letter-spacing: 4px;}
		
h3 {  	
    font: 14px "calibri", sans-serif; 
    text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;	color: #E0D0D7;
		}


/* other */

a:link, a:visited, a.active {
color: #EEEEEE;  
text-decoration: none;
font: 12px Times New Roman;
font-style: italic;
border-bottom: 1px dotted #333333;
}
a:hover {
color: #555555;
border-bottom: 1px dashed #444444;
}

b {
color: #600f0f;
font-family: arial;	
 text-transform: uppercase;
background: #ecd2c3;
}

i {color: #EBEFFB;}

u {color: #921111;}


.img {
border: 7px solid #eec7bb;
background: #785359;
padding: 8px;
margin-left: 15px;
margin-top: 2px;
margin-right: 15px;
margin-bottom: 2px;
}


textarea, input, option, select	{
border: 1px dotted #785359;
background: #2a1a21;
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;
color: #FFFFFF;
}




	#aff{
	width: 500px;
	}


	li { list-style-type: square;
		color: #eec7bb; }
	.text {color: #6c6573;}
	
div.footer {
    color: #979791;
	font-family: century gothic;
	font-size: 10px;
	line-height: 10px;
	background-repeat: no-repeat;
	text-transform: ;
	margin-left:0px; margin-right:0px; margin-top:30px; margin-bottom:0px; padding-left:px; padding-right:0px; padding-top:0px; padding-bottom:10px
}

