@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	background-color: #361b2b;
	color: #83c7b5;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
}

p
{
	text-indent: 20px;
}

a	{ text-decoration: none;	}

#title
{
	position: fixed;
	width: 400px;
	bottom: 50px;
	right: 20px;
	text-align: right;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 8pt;
	
	color: #CCC;
}

	.title
	{
		margin: 0;
		margin-bottom: 5px;
		margin-right: 20px;
		font-size: 60pt;
		line-height: 45pt;
		font-family: "Century Schoolbook", "times New Roman", serif;
		font-style: normal;
		text-transform: lowercase;
		color: #fc175c;
	}
	
	#title a
	{
		color: #fc175c;
	}
	
	#title a:hover
	{
		color: #C6C;
	}


#main
{
	position: absolute;
	width: 45%;
	top: 0px;
	left: 150px;
	text-align: justify;
	background-color: #000;
	border-left: 8px solid #066;
	
	padding: 30px;
	padding-top: 10px;
}

	#main img
	{
	}
	
	#main h1
	{
		font-family: "Century Schoolbook", "times New Roman", serif;
		color: #fc175c;
		font-size: 20pt;
		font-weight: normal;
		margin-bottom: 10px;
		border-bottom: 1px solid #333;
	}
	
	#main h2
	{
		margin-left: 10px;
		padding-left: 15px;
		border-left: 60px solid #333;
		
		font-family: "Century Gothic", Arial, sans-serif;
		color: #d1455a;
		font-weight: normal;
		font-size: 15pt;
	}
	
	#main a
	{
		color: #ee4fa3;
		font-family: "Century Gothic", Arial, sans-serif;
	}
	
	#main a:hover
	{
		color: #19eab3;
	}

	b, strong
	{
		color: #94e4cf;
	}

	.h b, .h strong
	{
		color: #C6C;
	}
	
	i, em
	{
		font-family: "Century Schoolbook", "times New Roman", serif;
		color: #099;
	}
	
	.h i, .h em
	{
		color: #a88095;
	}
	
	u
	{
		color: #FFF;
	}

	.p
	{
		color: #999;
	}
	
	.h
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 9pt;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	textarea, button, select, option, input
	{
		border: 1px solid #992562;
		background-color: #333;
		margin: 3px;
		padding: 1px;
		color: #999;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 8pt;
	}
	
	blockquote
	{
		border-bottom: 10px solid #333;
		padding: 10px;
		background-color: #111;
		color: #888;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
	}

#head-img
{
	position: fixed;
	right: 0;
	bottom: 0;
}
	
#navigation
{
	position: fixed;
	top: 50px;
	left: 20px;
	width: 130px;
	
	text-align: right;
	
	
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15pt;
}
	
	#navigation a
	{
		margin-top: 5px;
		padding: 15px;
		background-color: #000;
		display: block;
		
		color: #a88095;
	}
	
	#navigation a:hover
	{
		color: #d1455a;
	}
	
	.n
	{
		padding: 20px;
		font-size: 20pt;
	}
	
.footer
{
	border-top: 1px solid #333;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
}