@charset "utf-8";
/* CSS Document */

body
{
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

p
{
	text-indent: 20px;
}

a	{ text-decoration: none;	}

#main
{
	position: absolute;
	left: 30%; top: 0;
	background-color: #fff;
	width: 40%;
	height: 100%;
	
	text-align: justify;
}

	#content	{ padding: 15px;	}

	#main img
	{
		margin: 5px;
		border: 5px solid #EEE;
	}
	
	#main h1
	{
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		margin-bottom: 10px;
		font-size: 20pt;
		color: #00C;
	}
	
	#main h2
	{
		color: #36C;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		border-bottom: 2px solid #9CC;
		font-size: 15pt;
		
		margin-left: 20px;
		
	}
	
	#main a
	{
		color: #0C0;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
	#main a:hover
	{
		color: #090;
	}

	.p
	{
		font-size: 8pt;
	}
	
	.h
	{
		padding-left: 10px;
		padding-right: 10px;
		border-left: 5px solid #6C0;
		color: #666;
	}
	
	textarea, button, select, option, input
	{
		border: 1px solid #b49cd0;
		background-color: #FFF;
		padding: 2px;
		margin: 2px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}
	
	blockquote
	{
		padding: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		
		background-color: #e5ff8f;
		color: #6a19c9;
	}
	
	b, strong
	{
		color: #36C;
	}
	
	i, em
	{
		color: #390;
	}
	
	u
	{
		color: #009;
	}
	
	
#navigation
{
	position: fixed;
	left: 0; top: 0;
	background-color: #c3ff00;
	width: 30%;
	height: 100%;
	text-align: right;
	
	background-image: url(images/left.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

	#navigation h1
	{
		text-align: right;
		font-size: 60pt;
		line-height: 50pt;
		margin-top: 120px;
		margin-bottom: 10px;
		
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		letter-spacing: -5px;
		color: #6c851d;
		
	}
	
	#navigation a
	{
		display: block;
		float: right;
		margin: 5px;
		width: 35%;
		
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 20pt;
		text-transform: lowercase;
		letter-spacing: -2px;
		
		color: #9e4cfd;
		
		padding-left: 10px;
		padding-right: 10px;
		height: 50px;
		
		background-color: #e4f99f;
		border-top: 5px solid #99c900;
	}
	
	#navigation a:hover
	{
		color: #340071;
		background-color: #f4ffce;
		border-top-color: #8db900;
	}
	
	.n
	{
		border-top: 1px solid #8db900;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		display: block;
		float: right;
		width: 90%;
		text-align: right;
	}
	
	.footer
	{
		font-size: 7.5pt;
	}
	
#right
{
	position: fixed;
	left: 70%; top: 0;
	background-color: #340071;
	width: 30%;
	height: 100%;
	
	background-image: url(images/right.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}