body		{
		background-color: white;
		}
		
h1		{
		font-family: "Book Antiqua", "Arial", sans-serif;
		font-size: 20px;
		font-weight: normal;
		letter-spacing: 1px;
		text-align: center;
		color: #CC0000;
		}
		
h2		{
		font-family: "Arial", sans-serif;
		font-size: 16px;
		}
		
h3		{
		font-family: "Book Antiqua", "Times New Roman", serif;
		font-size: 24px;
		color: white;
		}
		

p, td.form	{
		font-family: "Verdana", "Arial", sans-serif;
		font-size: 12px;
		line-height: 1.5;
		text-align: justify;
		color: #6C6C6C;
		}
		
a		{
		font-family: "Verdana", "Arial", sans-serif;
		font-size: 12px;
		text-decoration: none;
		color: darkblue;
		}
		
a:hover		{
		background-color: #E0E0E0;
		}
		
#banner		{
		text-align: center;
		border-style: solid;
		border-width: 1px;
		border-color: black;
		}
		
#enter		{
		font-size: 18px;
		text-align: center;
		}

#index		{
		font-size: 12px;
		text-align: right;
		}
		
#soon		{
		border-style: solid;
		border-width: 1px;
		border-color: black;
		padding: 10px;
		background-image: url(gfx/win.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		}
		
th		{
		font-family: "Arial", sans-serif;
		font-size: 14px;
		background-color: black;
		color: white;
		}
		
.content	{
		width: 600px;
		padding-top: 10px;
		padding-bottom: 5px;
		}
		
.nav		{
		font-family: "Arial", sans-serif;
		font-size: 14px;
		text-decoration: none;
		background-color: black;
		color: white;
		}
		
.nav:hover	{
		background-color: white;
		color: black;
		}
		
.boxfill	{
		text-align: center;
		background-color: #E0E0E0;
		}
		
.sidebar_l	{
		background-image: url(gfx/vertical_bar.png);
		background-position: bottom left;
		background-repeat: repeat-y;
		vertical-align: top;
		}
		
.sidebar_r	{
		background-image: url(gfx/vertical_bar.png);
		background-position: bottom right;
		background-repeat: repeat-y;
		vertical-align: top;
		}
