@charset "utf-8";
/* CSS Document */

#navigation { display: none; }
body {background-color: #fef0b9; background-image: url(/images/v6/bg.jpg); background-attachment: fixed; color: #9a5644; font-family: Arial, Helvetica, sans-serif; font-size: 7.5pt;}

a	{ text-decoration: none;	padding: 0; margin: 0;}

#headimg	{	position: fixed;	left: 0; top: 0;	}

#content
{
	width: 430px;
	position: absolute;
	top: 50px;
	left: 450px;
	padding: 15px;
	padding-bottom: 10px;
	text-align: justify;
	background-image: url(/images/v6/bg-m.png);
	border: 1px solid #dae8ec;
}

#content img { margin: 0; padding: 0; }

	
	#content h1
	{
		color: #fe9c53;
		font-family: "Century Gothic", Arial, sans-serif;
		font-size: 22pt; line-height: 22pt;
		font-weight: normal;
		margin-bottom: 5px;
		border-bottom: 2px solid #a0daf8;
		letter-spacing: -1pt;
	}
	
	#content h2
	{
		color: #1f6add;
		font-family: "Times New Roman", Times, serif;
		font-weight: normal;
		font-size: 18pt;
		text-transform: lowercase;
		margin-bottom: 5px;
		margin-top: 30px;
		text-align: right;
		padding-right: 20px;
		border-right: 60px solid #ffc24d;
		border-bottom: 1px solid #ffc24d;
	}
	
	#content a, #footer a
	{
		color: #F60;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		text-transform: uppercase;
	}
	
	#content a:hover, #footer a:hover
	{
		color: #000;
		
	}
	#content li { margin: 1px; }

	textarea, button, select, option, input
	{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 8pt;
		border: 1px solid #CCC;
		background-color: #FFF;
		padding: 2px;
		color: #753b1a;
		margin: 2px;
	}
	
	.h	{	font-size: 8pt;	color: #666;	}
	
	blockquote
	{
		border-right: 15px solid #CCC;
		background-color: #efefff;
		padding: 10px;
		color: #666;
	}
	
	
#title
{
	position: fixed;
	top: 100px;
	left: 20px;
	color: #00b2e2;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	line-height: 15pt;
	letter-spacing: -1pt;
}

#navigation-top
{
	width: 300px;
	position: fixed; /* change this to "absolute" if you want it to stay in position */
	top: 302px;
	left: 20px;
	color: #009;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10pt;}
	
	#navigation-top a
	{
		color: #00C;
		margin-left: 5px;
		text-transform: uppercase;
	}
	
	#navigation-top a:hover
	{
		color: #900;
	}
	
#navigation-1
{
	width: 150px;
	position: fixed; /* change this to "absolute" if you want it to stay in position */
	top: 330px;
	left: 40px;
	
}

	#navigation-1 h1,
	#navigation-2 h1
	{
		font-family: Tahoma, Geneva, sans-serif;
		font-weight: normal;
		text-align: center;
		border-bottom: 1px solid #F90;
		font-size: 10pt;
		text-transform: uppercase;
		color: #06C;
		margin-bottom: 5px;
	}
	
	#navigation-1 a, #navigation-2 a
	{
		letter-spacing: 2px;
		color: #666;
		display: block;
		text-align: center;
		border-bottom: 1px solid #CCC;
		font-family: "Courier New", Courier, monospace;
		text-transform: uppercase;
	}
	
	#navigation-1 a:hover, #navigation-2 a:hover
	{
		border-bottom-color: #87c0c3;
		color: #F60;
	}
	
	.n
	{
		color: #333;
		text-align: center;
	}
	
	.n a { display: inline; }
	.n a:hover { display: inline; }

#navigation-2
{
	width: 200px;
	position: fixed; /* change this to "absolute" if you want it to stay in position */
	top: 410px;
	left: 210px;
	
}	

#footer
{
	margin-top: 50px;
	color: #666;
	text-align: center;
	
}

b, strong	{	color: #477ca5;	}
i, em		{	color: #039;	font-family: Georgia, "Times New Roman", Times, serif;	}
u			{	color: #333; border-bottom: 2px solid #F60; }
big { font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14pt; }
