@charset "utf-8";
/* CSS Document */

body
{
	background-image: url(images/bg-v.jpg);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #a7a7a7;
	
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	color: #000;
}

p
{
	text-indent: 20px;
}

a	{ text-decoration: none;	}

#mainimg
{
	width: 100%;
	background-image: url(images/bg-h.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0; right: 0;
}

#title
{
	position: absolute;
	top: 200px; right: 250px;
	text-align: right;
	
	color: #fff;
	font-family: "Century Schoolbook", "times New Roman", serif;
	font-size: 60pt;
	letter-spacing: -3px;
	text-transform: lowercase;
}

#subtitle
{
	position: absolute;
	top: 273px; right: 300px;
	
	color: #000;
	text-align: right;
	font-family: "Century Gothic", Arial, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: -2px;
	font-size: 20pt;
}

#main
{
	position: absolute;
	width: 550px;
	right: 300px;
	top: 310px;
	text-align: justify;
	padding-bottom: 30px;
}

	#main img
	{
		margin: 5px;
		border: 5px solid #f6a3be;
	}
	
	#main h1
	{
		font-family: "Century Schoolbook", "Times New Roman", serif;
		font-size: 20pt;
		color: #cb0279;
		letter-spacing: -1px;
		margin-bottom: 2px;
		font-weight: normal;
		padding-left: 20px;
	}
	
	#main h2
	{
		font-family: "Century Gothic", Arial, sans-serif;
		font-size: 18pt;
		color: #cb0279;
		text-align: right;
		letter-spacing: -1px;
		margin-bottom: -10px;
		font-weight: normal;
		padding-right: 50px;
	}
	
	#main h3
	{
		margin: 0; margin-bottom: 3px;
		font-family: Tahoma, Geneva, sans-serif;
		letter-spacing: 1px;
		font-size: 7pt;
		font-weight: normal;
		padding-left: 10px;
	}
	
	#main a
	{
		color: #666;
		text-transform: uppercase;
		font-family: "Courier New", Courier, monospace;
	}
	
	#main a:hover
	{
		color: #ed145b;
	}
	

	.p
	{
		padding: 10px;
		background-image: url(images/hbg.png);
		border-bottom: 10px solid #898989;
	}
	
	.h
	{
		padding: 10px;
		background-image: url(images/hbg.png);
		border-left: 30px solid #999;
	}
	
	textarea, button, select, option, input
	{
		font-family: Tahoma, Geneva, sans-serif;
		font-size: 8pt;
		letter-spacing: 1px;
		padding: 2px;
		margin: 2px;
		background: none;
		background-image: url(images/bbg.png);
		border: 1px solid #666;
		color: #FFF;
	}
	
	blockquote
	{
		padding: 15px;
		background-image: url(images/pbg.png);
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #000;
	}
	
	b, strong	{	font-family: Arial, Helvetica, sans-serif;	color: #333;	letter-spacing: 1px;	}
	i, em		{	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	}
	u			{	text-decoration: none; border-bottom: 1px solid #f33a76;	}
	
#navigation
{
	position: absolute;
	width: 200px;
	right: 60px;
	top: 450px;
	text-align: justify;
}

	#navigation h1
	{
		font-family: "Century Schoolbook", "times New Roman", serif;
		margin-bottom: 5px;
		font-style: italic;
		color: #ec008c;
	}
	
	#navigation a
	{
		font-family: "Century Gothic", Arial, sans-serif;
		font-size: 8pt;
		letter-spacing: 1px;
		padding: 1px; padding-left: 20px;
		margin: 2px;
		display: block;
		text-transform: uppercase;
		border-bottom: 1px solid #999;
		color: #909;
	}
	
	#navigation a:hover
	{
		color: #06C;
		border-bottom-color: #e3e3e3;
	}
	
	.n
	{
		background-image: url(images/bbg.png);
		padding: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 7.5pt;
		color: #FFF;
	}
	
	#navigation img
	{
		margin: 5px;
		border: 2px solid #333;
	}
	
	#navigation b, #navigation strong	{	color: #FFF;	}
	#navigation u	{	border-bottom-color: #CCC;	}
	
#footer
{
}