@charset "utf-8";
/* CSS Document */

body
{
	background-color: #CCC;
	background-image: url(images/bg.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: left top;
	
	margin: 0;
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 7.5pt;
	color: #666;
}

	#bg-h
	{
		width: 100%;
		height: 186px;
		position: fixed;
		right: 0;
		bottom: 0;
		background-image: url(images/bg_h.png);
		background-attachment: fixed;
		background-repeat: repeat-x;
		background-position: right bottom;
	}
	
	#headImg
	{
		position: fixed;
		right: 0;
		bottom: 0;
	}

p
{
	text-indent: 10px;
}

a	{ text-decoration: none;	}

#main
{
	position:absolute;
	bottom:30px;
	right:450px;
	width: 500px;
	height: 450px;
	border: 2px solid  #cccaca;
}

	#content
	{
		background-color: #f6f6f6;
		background-image: none;
		margin: 10px;
	}

	#content img
	{
		margin: 5px;
		border: 1px dashed #C33;
	}
	
	#content h1
	{
		font-family: "Courier New", Courier, monospace;
		font-size: 20pt;
		margin-top: 30px; margin-bottom: 0;
		font-weight: normal;
		text-align: center;
		color: #C33;
	}
	
	#content h2
	{
		font-family: "Courier New", Courier, monospace;
		margin-top: 0px;
		font-size: 10pt;
		font-weight: normal;
		text-align: center;
		color: #099;
	}
	
	#content a
	{
		color: #000;
		text-decoration: underline;
	}
	
	#content a:hover
	{
		color: #0CC;
		text-decoration: none;
	}

	b, strong	{	color: #C03;	}
	i, em		{	color: #099;	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	}

	.p
	{
		border-top: 5px solid #CCC;
		padding: 5px;
	}
	
	textarea, button, select, option, input
	{
		background-color: #FFF;
		border: 1px solid #999;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8pt;
		padding: 3px;
		margin: 3px;
		color: #006;
	}
	
	blockquote
	{
		border: 1px dashed #999;
		background-color: #E1E1E1;
		padding: 10px;
		color: #600;
	}
	
	#title
	{
		position: fixed;
		text-align: center;
		width: 500px;
		right: 30px;
		bottom: 350px;
		color: #999;
		font-family: "Courier New", Courier, monospace;
		letter-spacing: -5px;
		font-size: 40pt;
	}
	
	.subtitle
	{
		letter-spacing: normal;
		color: #ab2b3c;
		font-size: 10pt;
		text-align: right;
	}

#navigation
{
	position:absolute;
	bottom:485px;
	right:450px;
	width: 500px;
	
	font-family: "Courier New", Courier, monospace;
	font-size: 10pt;
	text-transform: uppercase;
}

	#navigation td
	{
		vertical-align: bottom;
	}

	.title
	{
		font-size: 20pt;
		font-family: "Century Gothic", Arial, sans-serif;
		color: #db223b;
	}
	
	#navigation a
	{
		color: #099;
	}
	
	#navigation a:hover
	{
		color: #F00;
	}
	
#footer
{
	position:absolute;
	text-align: right;
	bottom:15px;
	right:450px;
	width: 500px;
	font-family: "Courier New", Courier, monospace;
	font-size: 8pt;
	color: #CCC;
}