@charset "utf-8";
/* CSS Document */

body
{
	background-color: #340031;
		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: 470; left: 230;
	width: 190;
	background-color: none;

}

	#navigation h1
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18pt;
		line-height: 15pt;
		text-align: right; padding-right: 10;
		color: #FFFFFF;
		font-weight: normal;
		letter-spacing: -1;
		text-transform: lowercase;
		font-style: italic;
		border-bottom: #C00004 5px solid;
		margin-top: 30;
		margin-bottom: 0;
			}
			
	#navigation a
	{
		font-family: Arial, Helvetica, sans-serif;
		display: block; width: 100%;
		margin-top: 0;
		text-align: center;
		text-transform: uppercase;
		font-size: 7pt;
		height: 16pt;
		line-height: 16pt;
		letter-spacing: 1;
	  	text-decoration: none;
	  	border-bottom: #0A0808 1px solid;
		background-color: #680709;
		font-style: normal;
	  	color: #EF90AB;	}
		
	#navigation a:hover
	{
		color: #FFFFFF;
		border-bottom: #EC625C 1px solid;	}
	
#main
{
	position: absolute;
	top: 410; left: 440;
	width: 600;
	background-color: none;	}
	
#main h1
{
	margin:0;
	margin-left: 10;
	margin-bottom: 0;
	font-family: "Arial Narrow", "Century Gothic", Times, serif;
	text-transform: uppercase;
	font-style: italic;
	font-weight: normal;
	font-size: 20pt;
	line-height: 20pt;
	height: 20pt;
	background-color: none;
	color: #FF575A;
	text-align: left;
	padding-left: 40;
	letter-spacing: 0;	}
	
		#main h1:first-letter
		{
			color: #D297B7;
			font-family: Palatino Linotype;
			font-weight: bold;
			font-size: 22pt;
		}
	
#main h2
{
	margin-top:-3;
	margin-bottom: 5;
	margin-left: 30;
	height: 10pt;
	line-height: 10pt;
	font-size: 7.5pt;
	text-align: left;
	padding-left: 50;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	border-bottom: #666666 1px dotted;
	font-weight: normal;
	letter-spacing: 2;
	color: #FFFFFF;	}
	
.p
{
	 background-color: #140013;
	padding: 10;
	margin-top: 0;
	margin-bottom: 20;
	
	color: #F6CECE;
	font-family: Arial;
	font-size:  8pt;
	text-align: justify;	}
	
#main h3
{
	margin-bottom: 0;
	height: 10pt;
	line-height: 10pt;
	font-size: 8pt;
	text-align: right;
	padding-top: 2;
	border-top: #90618D 1px solid;
	text-transform: uppercase;
	font-family: "Century Gothic", "Times New Roman", Times, serif;
	letter-spacing: 1;
	font-weight: normal;
	color: #90618D;	
						}
						
#main img
{
	background-color: #A16D9E;
	border: #351033 3px solid;
	margin: 3;
	
}
			
b, strong { color:#F07375;}
i, em { color: #D927CA;}
u { color:#FCF7F4; letter-spacing: 1; }		

a { font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1;
	font-weight: bold;
	color: #FB0028;
	text-decoration: none;}
	
a:hover { color: #B84AB1;}
						
blockquote
{
		border-right: #351033 10px solid;
		border-top: #351033 1px solid;
		padding: 10;
		color: #000000;
		background-color: #A16D9E;
		background-image: url(images/b_bg.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		font-size: 8pt;
		font-family: Georgia, "Times New Roman", Times, serif;
			}
			
input, textarea, select, option, button
{
	background-color: #765074;
	color: #E8CAF9;
	margin: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 2;
	border: #875B84 2px solid;
	}
	
