@import url(http://fonts.googleapis.com/css?family=VT323);

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

body { background-color: #008cff; background-image: url(bg.png); background-attachment: fixed; 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: left;
	background-image: url(trans.png);
	color: #666;
}

#content img { margin: 0; padding: 0; }

	
	#content h1
	{
		color: #003692;
		font-family: VT323, "Courier New", Arial, sans-serif;
		font-size: 26pt; line-height: 22pt;
		font-weight: normal;
		margin-bottom: 5px;
		border-bottom: 2px solid #fb3a00;
		letter-spacing: -1pt;
	}
	
	#content h2
	{
		color: #659f46;
		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 #ffcb4d;
	}
	
	#content a, #footer a
	{
		color: #005ac2;
	}
	
	#content a:hover, #footer a:hover
	{
		color: #fa4700;
		
	}
	#content li { margin: 1px; }

	textarea, button, select, option, input
	{
		font-family: Verdana, Geneva, sans-serif;
		font-size: 8pt;
		border: 1px solid #5ab1ff;
		background-color: #FFF;
		padding: 5px;
		color: #0058c2;
		margin: 2px;
	}
	
	.h	{	font-size: 8pt;	color: #666;	}
	
	blockquote
	{
		border-right: 15px solid #005ac2;
		background-color: #4baaff;
		padding: 10px;
		color: #005ac2;
	}
	

#navigation-top
{
	width: 370px;
	position: fixed; /* change this to "absolute" if you want it to stay in position */
	top: 290px;
	left: 10px;
	color: #009;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 10pt;
	background:url(/v3/trans.png);
	text-align:center;}
	
	#navigation-top a
	{
		color: #00C;
		margin-left: 5px;
		text-transform: uppercase;
	}
	
	#navigation-top a:hover
	{
		color: #f98100;
	}
	
#navigation-1
{
	width: 150px;
	position: fixed; /* change this to "absolute" if you want it to stay in position */
	top: 330px;
	left: 250px;
	
}

	#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: #FFF;
		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: #f97800;
	}
	
	.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: #0059c2;	}
i, em		{	color: #f98100;	font-family: Georgia, "Times New Roman", Times, serif;	}
u			{	color: #333; border-bottom: 2px solid #fa4700; }
big { font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14pt; }

/*Pagination*/
	
.next {
float:right;
}

#Pagination span {
display: none;
}