@charset "utf-8";
/* CSS Document */

body
{
	background-color: #CCC;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

p
{
	text-align: justify;
}

a	{ text-decoration: none;	}

#header
{
	width: 550px;
	height: 300px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	vertical-align: bottom;
}

	#header h1
	{
		margin: 0;
		margin-left: 200px;
		font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;
		font-size: 40pt;
		letter-spacing: -3px;
		color: #000;
	}

	#header h2
	{
		margin: 0;
		margin-left: 180px;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		font-size: 10pt;
		color: #F60;
		margin-bottom: 10px;
	}

#topnav a
{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 30pt;
	display: block;
	margin: 1px;
	height: 74px;
	background-color: #EDEDED;
	padding-right: 10px;
	text-align: right;
	line-height: 74px;
	color: #BBB;
	letter-spacing: -3px;
	text-transform: uppercase;
}

	#topnav a:hover
	{
		border-right: 15px solid #999;
	}

	#link1 a
	{
		border-right: 15px solid #ed97d0;
	}

	#link2 a
	{
		border-right: 15px solid #fcb77a;
	}

	#link3 a
	{
		border-right: 15px solid #d9d886;
	}

	#link4 a
	{
		border-right: 15px solid #fd9292;
	}
	
	
	
	#link1 a:hover
	{
		color: #ed97d0;
	}

	#link2 a:hover
	{
		color: #fcb77a;
	}

	#link3 a:hover
	{
		color: #d9d886;
	}

	#link4 a:hover
	{
		color: #fd9292;
	}
	
#main
{
	width: 550px;
	background: #fcfcfc;
	vertical-align: top;
	font-size: 8pt;
	padding: 10px;
}

	#main img
	{
		margin: 5px;
	}
	
	#main h1
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 30pt;
		font-weight: bold;
		margin: 0;
		color: #F06;
		margin-left: 30px;
	}
	
	#main h2
	{
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		margin: 0;
		margin-top: 30px;
		text-transform: uppercase;
		font-size: 18pt;
		text-align: center;
		color: #d2ce04;
		border-bottom: 3px solid #CCC;
	}
	
	#main a
	{
		font-family: "Arial Black", Gadget, sans-serif;
		color: #F00;
	}
	
	#main a:hover
	{
		color: #00C;
	}
	
	#main b, #main strong
	{
		color: #F09;
	}
	
	#main i, #main em
	{
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #06C;
	}
	
	#main u
	{
		color: #F90;
	}
	
	.h
	{
		border-left: 30px solid #CCC;
		background-color: #f3f2f2;
		padding: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	textarea, button, select, option, input
	{
		padding: 3px;
		margin: 2px;
		border: 1px solid #FC0;
		font-family: Verdana, Geneva, sans-serif;
		font-size: 9pt;
		background-color: #FFF;
	}
	
	button
	{
		background-color: #FC0;
	}
	
	blockquote
	{
		border-right: 30px solid #CCC;
		background-color: #f3f2f2;
		font-size: 10pt;
		font-family: "Times New Roman", Times, serif;
		padding: 10px;
	}
	
	
#navigation
{
	width: 200px;
	padding: 10px;
	vertical-align: top;
	background-color: #EDEDED;
}

	#navigation h1
	{	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
		font-size: 25pt;
		font-weight: normal;
		background-color: #EDEDED;
		padding: 2px;
		margin: 0;
		margin-top: 10px;
		text-align: center;
		color: #fd9292;
		letter-spacing: -3px;
		text-transform: uppercase;
	}
	
	#navigation a
	{
		display: block;
		margin: 3px;
		background: #fbfafa;
		border-bottom: 1px solid #edde29;
		color: #333;
		font-size: 9pt;
		padding: 5px;
		text-align: center;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
	}
	
	#navigation a:hover
	{
		color: #06C;
		background-color: #FFF;
		border-bottom: 1px solid #fc4a9b;
	}
	
	.n
	{
		background-color: #fcfcfc;
		border-top: 5px solid #CCC;
		text-align: justify;
		
		padding: 10px;
		font-family: Tahoma, Geneva, sans-serif;
		color: #333;
	}
	
#footer
{
	height: 100px;
	width: 750px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	padding-left: 210px;
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #600;
}

	#footer b, #footer strong
	{
		color: #003;
	}

	#footer a
	{
		font-weight: bold;
		text-decoration: underline;
		color: #F60;
	}
	
	#footer a:hover
	{
		color: #F06;
	}