@charset "utf-8";
/* CSS Document */

body
{
	background-color: #7A0025;
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top; 
	
	color: #EBD0BA;
	font-family: Tahoma;
	font-size: 7.5pt;
	text-align: justify; }
	
	
#navigation
{
	background-color: #AF2851;
	padding-right: 10;
	padding-left: 10;
	padding-top: 10;

}

	#navigation h1
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13pt;
		line-height: 9pt;
		text-align: center;
		color: #FFA1C1;
		font-weight: normal;
		letter-spacing: -1;
		text-transform: lowercase;
		border-bottom: #972246 5px solid;
		margin-bottom: 0;
			}
			
	#navigation a
	{
		font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
		display: block; width: 100%;
		margin: 1;
		text-align: center;
		font-size: 7.5pt;
		letter-spacing: 1;
		background-color:none;
	  	text-decoration: none;
	  	border-bottom: #F22EE6 1px dotted;
	  	color: #EA82A4;	}
		
	#navigation a:hover
	{
		color: #FFAEFE;
		background: #BC486D;
		border-bottom: #7A0025 1px solid;	}
	
#main
{
	background-color: #C13D65;
	padding-right: 5;
	padding-left: 5;
		}
	
#main h1
{
	background-image: url(images/h1_bg.png);
	background-repeat: no-repeat; background-attachment: scroll;
	background-position: center;
	height: 57; width: 557;
	
	font-size: 28pt; line-height: 57px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic; text-transform: lowercase;
	text-align: center;	
	
	margin:0;}
	
h2
{
	margin-bottom: 0; margin-right: 20;
	height: 15pt;
	line-height: 15pt;
	font-size: 15pt;
	text-align: left;
	padding-left: 10;
	border-left: #FFA1C8 50px solid;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 1;
	color: #FFA1C8;	}
	
.p
{
	background-color: #9F103B;
	border-left: #B82D57 10px solid;
	border-right: #B82D57 10px solid;
	border-top: #FFA1C8 1px solid;
	padding: 10;
	margin-top: 0;
	margin-bottom: 30;
	
	color: #EBD0BA;
	font-family: Verdana;
	font-size: 7.5pt;
	text-align: justify;	}
	
h3
{
	margin-bottom: 0; margin-right: 20;
	height: 10pt;
	line-height: 10pt;
	font-size: 10pt;
	text-align: left;
	padding-left: 10;
	border-top: #EA5493 1px dotted;
	border-left: #EA5493 30px solid;
	font-family: "Courier New", Courier, monospace;
	letter-spacing: 1;
	color: #EA5493;	
						}
			
b, strong { color:#EA5493; font-family: Century Gothic, Arial, Helvetica, sans-serif;	}	
i, em { color: #FFCC66; font-family: Trebuchet MS, Arial, Helvetica, sans-serif;	}
u { text-decoration: none; color:#FFA1C8; letter-spacing: 1; border-bottom: #FFA1C8 1px dotted; }		

a { font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	text-decoration: none;
	text-transform: uppercase;
	color: #D04B83;}
a:hover { color: #96365E;
			background-color: #D04B83; }
						
blockquote
{
		border-right: #FFA1C8 10px solid;
		border-bottom: #FFA1C8 1px solid;
		padding: 10;
		color: #FFE2CA;
		background-color: #BF194B;
		font-size: 7.5pt;
		font-family: Arial, Helvetica, sans-serif;
			}
			
input, textarea, select, option, button
{
	background-color: #780C2D;
	border: 0;
	color: #FFA1C8;
	margin: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	padding: 2;
	border: #BF194B 2px solid;
	}
	
#footer
{
	background-color: #E57096;
	padding-right: 15;
	padding-left: 15;
	padding-top: 15;
		}
	