@charset "utf-8";
/* CSS Document */

body
{
	background-color: #e8a1bb;
	background-image: url('images/bg.jpg');
	background-attachment: scroll;
	background-repeat: repeat-x;
	
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 8pt;
	text-align: justify; }
	
	
#navigation
{
	position:absolute;
	top: 380; left: 20;
	width: 130;
	background-color: none;
	padding-top: 30;

}

	#navigation h1
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 15pt;
		line-height: 12pt;
		text-align: left;
		color: #FFFFFF;
		font-weight: normal;
		letter-spacing: -1;
		text-transform: lowercase;
		font-style: italic;
		margin-top: 15;
		margin-bottom: 3;
			}
			
	#navigation a
	{
		font-family: "Courier New", Courier, monospace;
		display: list-item;
		padding-left: 10px;
		list-style: inside;
		list-style-type: decimal-leading-zero;
		text-align: left;
		font-weight: normal;
		text-transform: uppercase;
		font-size: 7.5pt;
		height: 12pt;
		line-height: 12pt;
		letter-spacing: 0;
	  	text-decoration: none;
		font-style: normal;
		border-bottom: #feb9d2 1px solid;
	  	color: #FFF;	}
		
	#navigation a:hover
	{
		color: #FFF;
		border-bottom-color: #FFF;}

#main
{
	position: absolute;
	top: 410; left: 160;
	width: 500;
	background-color: none;	}
	
#main h1
{
	margin:0;
	margin-right: 10;
	margin-bottom: 0;
	font-family: "Courier New", Courier, monospace;
	text-transform: lowercase;
	font-style: none;
	font-weight: normal;
	font-size: 22pt;
	line-height: 20pt;
	height: 18pt;
	background-color: none;
	color: #FFF;
	text-align: center;
	padding-left: 10;
	letter-spacing: 1;	}
	
	
#main h2
{
	margin-top:0;
	margin-bottom: 0;
	height: 10pt;
	line-height: 7pt;
	font-size: 7pt;
	text-align: center;
	padding-right: 10;
	border-bottom: #FFF 1px solid;
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 1;
	color: #FFF;	}
	
.p
{
	background-color: #edc0ce;
	background-image: url(images/p_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	border-bottom: #c39bc1 10px solid;
	padding: 10;
	margin-top: 0;
	margin-bottom: 20;
	
	color: #814d66;
	font-family: Arial;
	font-size:  7.5pt;
	text-align: justify;	}
	
#main h3
{
	margin-bottom: 0;
	height: 10pt;
	line-height: 10pt;
	font-size: 10pt;
	text-align: center;
	padding-top: 2;
	font-family: "Arial Black", Gadget, sans-serif;
	letter-spacing: -1;
	font-weight: normal;
	color: #c39bc1;	
						}
						
#main img
{
	background-color: #e6b7c9;
	border: #92abe5 3px solid;
	margin: 5px;
	
}

b, strong { color:#da5c8f; font-family: Tahoma, Geneva, sans-serif;}
i, em { color: #4e79dc; font-family: Georgia, "Times New Roman", Times, serif;	}
u { text-decoration: none; color:#a26ac0; font-family: "Courier New", Courier, monospace; text-transform: uppercase;}		

a { font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: -1;
	font-style: italic;
	color: #3c66f7;
	text-decoration: none;}
	
a:hover { color: #C0F;}
						
blockquote
{
		border: #C9F 1px solid;
		padding: 10;
		color: #ad647d;
		background-color: #CCF;
		background-image: url(images/b_bg.jpg);
		background-repeat: no-repeat;
		background-position: right bottom;
		font-size: 7.5pt;
		font-style: italic;
		font-family: Georgia, "Times New Roman", Times, serif;
			}
			
input, textarea, select, option, button
{
	background-color: #ecdce1;
	color: #7b4658;
	margin: 3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	padding: 2px;
	border: #ad647d 1px solid;
	}
	
