@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	background-color: #FFF;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-position: top right;
	background-repeat: no-repeat;
	color: #555;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
}

p
{
	text-indent: 20px;
}

a	{ text-decoration: none;	}

#title
{
	position: fixed;
	padding-top: 15px;
	width: 420px;
	top: 140px;
	right: 10px;
	
}

	.title
	{
		margin-left: 30px;
		font-size: 36pt;
		line-height: 35pt;
		letter-spacing: -3px;
		font-family: "Arial Black", Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		text-transform: lowercase;
		color: #ea2960;
	}
	
	.title a
	{
		color: #fc175c;
	}
	
	.title a:hover
	{
		color: #000;
	}

	.subtitle
	{
		margin-left: 20px;
		font-size: 18pt;
		line-height: 18pt;
		letter-spacing: -1px;
		font-family: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: bold;
		text-transform: lowercase;
		color: #959595;
	}

#main
{
	position: absolute;
	width: 450px;
	top: 50px;
	right: 440px;
	text-align: justify;
	background-color: #fef9ba;
	border-right: 8px solid #90e4b5;
	
	padding: 25px;
	padding-top: 10px;
}

	#main h1
	{
		font-family: Arial, Helvetica, sans-serif;
		color: #fc175c;
		font-size: 20pt;
		font-weight: bold;
		margin-bottom: 10px;
		border-bottom: 1px solid #d8afdf;
	}
	
	#main h2
	{
		padding-left: 15px;
		
		font-family: "Century Gothic", Arial, sans-serif;
		color: #ff7492;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 15pt;
	}
	
	#main img
	{
		margin: 5px;
	}
	
	#main a
	{
		color: #d685e4;
		font-family: "Century Gothic", Arial, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#main a:hover
	{
		color: #c732e0;
	}

	b, strong
	{
		color: #f6983c;
	}

	i, em
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		color: #2cc9bd;
	}
	
	u
	{
		color: #79c10b;
	}

	.h
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9pt;
	}
	
	textarea, button, select, option, input
	{
		border: 1px solid #999;
		background-color: #FFF;
		margin: 3px;
		padding: 1px;
		color: #3f948d;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size: 8pt;
	}
	
	blockquote
	{
		border-bottom: 10px solid #95d631;
		padding: 10px;
		background-color: #e6b8ee;
		color: #555;
		
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}

#head-img
{
	position: fixed;
	right: 0;
	top: 0;
}
	
#navigation
{
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	font-size: 20pt;
}
	
	#navigation a
	{
		width: 210px;
		margin-top: 10px;
		height: 20px;
		padding: 10px;
		display: block;
		color: #FFF;
	}
	
		.n-orange
		{
		background-color: #ffda81;
		text-align: right;
		}
		.n-pink
		{
		background-color: #fd8da5;
		text-align: left;
		}
		.n-blue
		{
		background-color: #95d5d0;
		text-align: center;
		}
		.n-green
		{
		background-color: #c0f969;
		text-align: left;
		}
	
	#navigation a:hover
	{
		background-color: #e72155;
		text-transform: uppercase;
	}
	
	.n
	{
		padding: 20px;
		font-size: 20pt;
	}
	
.footer
{
	border-top: 1px solid #999;
	padding-top: 10px;
	font-size: 7.5pt;
}