@charset "utf-8";
/* CSS Document */

body
{
	background-color: #650D63;
		background-image: url(images/bg_v.jpg);
		background-repeat: repeat-y;
		background-attachment: scroll;
		background-position: left top;
	
	color: #EBD0BA;
	font-family: Trebuchet MS;
	font-size: 8pt;
	text-align: justify; }
	
	#headerimg
	{	position:absolute; top:0; left:0; width: 100%;
		background-image: url(images/bg_h.jpg);
		background-repeat: repeat-x;
		background-attachment: scroll;
		background-position: left top;
	}
	
#header
{	position:absolute;
	top: 340; left: 190;
	width: 250;
	background-color: none;
	
	padding: 5;
	
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	line-height: 9pt;
	text-align: justify;	}
	
	
#navigation
{
	position:absolute;
	top: 130; left: 240;
	width: 400;
	background-color: none;

}

	#navigation a
	{
		display: list-item; width: 30%;
		list-style-type: square;
		font-family: "Courier New", Courier, monospace;
		border: #666666 1px solid;
		background: #000000;
		
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;

		float: left;
		margin-top: 3;
		margin-left: 3;
		text-align: center;
		text-transform: none;
		font-weight: normal;
		font-size: 8pt;
		height: 15pt;
		line-height: 15pt;
		letter-spacing: 1;
	  	text-decoration: none;
		font-style: normal;
	  	color: #FFFFFF;	}
		
	#navigation a:hover
	{
		color: #CC66FF;
		filter:alpha(opacity=100);
		-moz-opacity:1;
		-khtml-opacity:1;
		opacity:1;	}
	
#main1
{
	position: absolute;
	top: 470; left: 50;
	width: 405;
	background-color: none;	}
	
h1
{
	margin:0;
	margin-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 20pt;
	line-height: 22pt;
	height: 22pt;
	background-color: none;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: -1;}
	
	
h2
{
	margin-top: -3;
	margin-bottom: 0;
	height: 11pt;
	line-height: 11pt;
	font-size: 8pt;
	text-align: center;
	border-bottom: #858769 1px solid;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	font-weight: normal;
	letter-spacing: 1;
	color: #DFAC59;	}
	
h3
{
	margin-top: 20;
	margin-bottom: 0;
	height: 9pt;
	line-height: 9pt;
	font-size: 7.5pt;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1;
	font-weight: normal;
	color: #333333;	
						}
	
	
#main2
{
	position: absolute;
	top: 360; left: 490;
	width: 400;
	background-color: none;	}
	
#main2 h1
{
	margin:0;
	margin-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: lowercase;
	font-size: 20pt;
	line-height: 22pt;
	height: 22pt;
	background-color: none;
	color: #DBB579;
	text-align: center;
	letter-spacing: -1;}
	
	
#main2 h2
{
	color: #FFFFFF;	}
	
#main2 h3
{
	color: #940D92;
						}
.p
{
	padding: 10;
	margin-top: 0;
	margin-bottom: 30;
	border-bottom: #333333 10px solid;
	
	color: #DAB5CF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	line-height: 12pt;
	text-align: justify;	}
	
	#main2 .p
	{
		border-bottom-color: #610960;
	}
		

						
#main1 img
{
	border: #AE00AB 3px solid;
	margin: 3;
	
}

#main2 img
{
	border: #000000 3px solid;
	margin: 3;
	
}

ol
{
	list-style: upper-roman;
}
			
b, strong { color:#B027AB;}
i, em { color: #F5E4AA; font-family: "Times New Roman", Times, serif; letter-spacing: 1; font-size: 9pt;	}
u { color:#F189C4; }		

a { font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	color: F8C860;
	text-decoration: none;}
	
a:hover { color: #FFFFFF;}
						
blockquote
{
		border-right: #AE00AB 10px solid;
		padding: 10;
		color: #C38C89;
		background: #000000;
		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: 7.5pt;
	padding: 2;
	border: #6F6F6F 2px solid;
	}
	
