@charset "utf-8";
/* CSS Document */

body
{
	background-color: #111111;
	
	}
	
table,tr, td
{
	vertical-align: top;
	color: #919191;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	text-align: justify; }

#main
{
	background-image: url(images/index_06.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 20; padding-right: 20;
	padding-bottom: 20;	}
	#main img
	{
	margin: 5;
	border: #1C1C1C 3px solid; }
	
	#navi
	  {  display: block;
	     margin-left: 40; margin-bottom: 20;
	  	 width: 300; padding:2;
	     background-color: #7C0000;
		 font-family: Century Gothic, Arial, Helvetica, sans-serif;
		 font-size: 9pt;
		 text-align: justify;
		 color: #000000;  }
		 
		 #navi a
		 {	background: none;
		 	text-decoration: none;
			text-transform: lowercase;
			color: #F51B24;
			font-weight: bold;
				}
		#navi a:hover
		 {	background: none;
		 	text-decoration: none;
			text-transform: lowercase;
			color: #F58388;
				}
				
h1
{
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	font-size: 15pt;
	height: 12pt;
	font-weight: normal;
	letter-spacing: -1;
	text-transform: lowercase;
	margin-bottom:0;
	padding-left: 20;
	}
	
h2
{
	margin-top: 0;
	height: 8pt;
	line-height: 8pt;
	font-size: 9pt;
	font-family: century gothic, Helvetica, sans-serif;
	padding-left: 50;
	border-top: #2A2A2A 1px dotted;
	border-bottom: #660202 1px solid;
	background-color: #3D0101;
	color: #7C0000;
		}
		
p
{
	text-indent: 20;
	margin-left: 10;
	padding: 10;
	background-color: 050505;
	border-right: #111111 5px solid;	}
	
blockquote
{
	padding: 5;
	border-left: #7C0000 5px solid;	
	border-bottom: #636363 1px solid;
	background-color: #360002;
	font-family: Arial, Helvetica, sans-serif; }
	
i, em
{
	color: #EBEBEB;
	font-family: Georgia, "Times New Roman", Times, serif;	}
	
b, strong
{
	color: #A14444;
	font-family: "Times New Roman", Times, serif;	}

u
{
	font-family: Century Gothic, Arial;	}
	
a
{
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 1;
	text-decoration: none;
	color: #CC0000;	}
	
a:hover
{
	color: #333333;	}
	
input, textarea, select, option, button
{
	border: 0;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	padding: 1;
	background-color: #1C1C1C;
	color: #919191;
	margin: 2;	}
	
.footer
{
	background-image: url(images/index_09.jpg);
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-right: 50; padding-top: 40;
	text-align: right; }