* {border:0; margin:0; padding:0}
:link,:visited { text-decoration:none }
ul,ol { list-style:none;display:inline;}
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }

.nav ul{margin-left:90px;}
.nav li{display:inline;padding:0;}

body
	{
	background-color:rgb(20,20,30);
	font-family: Arial, sans-serif;
	font-size: 11px;
	color:rgb(170,210,200);
	text-align:left;
	}
	
	a:link 
	{
	color:rgb(102,205,102);
	text-decoration: none;
	}
	
	a:visited 
	{
	color:rgb(102,205,102);
	text-decoration: none;
	}
	
	a:hover
	{
	color:rgb(102,255,200);
	text-decoration: none;
	}
	
	a:active 
	{
	text-decoration: none;
	}
	
	h1
	{
	font-family:Arial, sans-serif;
	display:inline;
	font-size:16px;
	color:rgb(90,130,120);
	}
	
	h2
	{
	font-size:14px;
	color:rgb(102,205,102);
	background-color:rgb(0,0,0);
	padding: 3px 10px;
	}
	
	h3
	{
	margin:5px 0;
	}
	
	.nav a
	{
	padding:5px 10px;
	font-family:"Commercial Script", Arial, serif;
	font-size:16px;
	text-decoration: none;
	}
	
	.nav a:link 
	{
	color:rgb(0,196,214);
	text-decoration: none;
	}
	
	.nav a:visited 
	{
	color:rgb(0,196,214);
	text-decoration: none;
	}
	
	.nav a:hover
	{
	color:rgb(255,255,255);
	text-decoration: none;
	}
	
	.nav a:active 
	{
	text-decoration: none;
	}

	
.container
	{
	width:790px;
	height:560px;
	margin:10px auto 0;
	background-image: url(images/container.jpg);
	background-repeat:no-repeat;
	background-position: center 43px;
	background-color:rgb(0,0,0);
	}

.nav
	{
	background-color:rgb(0,0,0);
	padding: 0 0 0 20px ;
	}
	
.content
	{
	font-family:OnStage, Arial, sans-serif;
	margin:178px auto 5px auto;
	height:320px;
	width:650px;
	background-image: url(images/content.jpg);
	background-repeat:no-repeat;
	background-position: top;
	border:1px solid rgb(100,100,120);
	border:1px solid rgb(42,42,145);
	}
	
.text
	{
	padding:20px;
	height:250px;
	overflow:auto;
	}

.footer
	{
	text-align:center;
	color:rgb(40,40,100);
	font-size:10px;
	}
	
	.footer a {color:rgb(40,40,100);}
	
	.footer a:visited {color:rgb(40,40,100);}

	.footer a:hover {color:rgb(60,60,120);}
	
	p{ width:300px;}
	
	p.full{ width:600px;}
	
	.right
	{
	float:right;
	margin-left:10px;
	}
	
	.lite
	{
	color:rgb(140,130,90);
	}