@charset "utf-8";
/* CSS Document */

body
{
	background-color: #AC7C58;
	background-image: url();
	background-attachment: fixed;
	font-size: 8pt;
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
}

p
{
	text-indent: 10px;
	text-align: justify;
}

a	{ text-decoration: none;	}

	
	.maintable
	{
		background-color: #FEFFF3;
		border-right: 10px solid #000000;
		border-bottom: 3px solid #000000;
		margin-top: 30px;
		margin-bottom: 30px;
	}

#title
{
	height: 40px;
	text-align: right;
	background-image: url(images/bullet.jpg);
	background-position: 97% 20px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-right: 30px;
	color: #87afff;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

	.title
	{
		font-family: "Courier New", Courier, monospace;
		font-size: 20pt;
		color: #ff7fde;
	}

#main
{
	padding: 20px;
	padding-top: 0;
}

	#main img
	{
		margin: 5px;
	}
	
	#main h1
	{
		background-image: url(images/bg_h1.jpg);
		background-repeat: no-repeat;
		background-position: left bottom;
		padding-left: 75px;
		margin-top: 10px;
		margin-bottom: 5px;
		font-family: "Century Gothic", Arial, sans-serif;
		font-weight: normal;
		font-style: italic;
		font-size: 20pt;
		line-height: 20pt;
		color: #58a8ff;
		letter-spacing: -1px;
	}
	
	#main h2
	{
		text-align: right;
		padding-right: 50px;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 14pt;
		font-family: "Times New Roman", Times, serif;
		border-bottom: 1px solid #5badd0;
		color: #e159c0;
	}
	
	#main a
	{
		font-family: "Century Gothic", Arial, sans-serif;
		text-transform: none;
		color: #000;
	}
	
	#main a:hover
	{
		color: #666;
		text-decoration: underline;
                text-transform: uppercase;
	}
	
	textarea, button, select, option, input
	{
		padding: 1px;
		margin: 2px;
		font-size: 7pt;
		font-family: Verdana, Geneva, sans-serif;
		background-color: #EEE;
		border: 1px solid #ffd2be;
		color: #555;
	}
	
	b, strong	{	color: #ffba4d;	}
	i, em		{	color: #0aa1e6;	}
	u			{	color: #ff78db;		text-decoration: none;}
	
	
	blockquote
	{
		background-color: #f3fbff;
		border-left: 30px solid #ffcef1;
		padding: 10px;
		font-weight: bold;
		color: #999;
	}
	
	
#navigation
{
	height: 250px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
	padding-bottom: 20px;
	padding-left: 20px;
	font-family: Century Gothic, Georgia, Arial;
	font-size: 7.5pt;
	text-transform: uppercase;
}

	#navigation h1
	{
		margin: 0;
		margin-bottom: 5px;
		font-size: 9pt;
		color: #1d66b6;
		border-bottom: 1px solid #F90;
		width: 130px;
	}
	
	#navigation a
	{
		display: block;
		width: 130px;
		padding: 2px;
		margin-bottom: 2px;
		background-image: url(images/bg_nav2.png);
		color: #333333;
		
	}
	
	#navigation a:hover
	{
		background-image: url(images/bg_nav1.png);
		color: #F03;
		font-weight: bold;
	}
	
#footer
{
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	padding-bottom: 85px;
	padding-top: 30px;
	
	color: #8b88ac;
	
}

	#footer a
	{
		color: #06C;
	}
	
		#footer a:hover	{	color: #f440cb;	}

.taggie
{
	background-color: #FEFFF3;
		margin-top: 0px;
		margin-bottom: 5px;
}
