﻿html
{
    height: 100%;
}

body 
{
	margin: 0px; 
	padding: 0px;
	border: 0px; 
	background-image: url(bg.png);
	background-repeat: repeat-x;
    /*height: 100%;	*/
}

.menu1 a 
{
	/*width: 67px;*/
	height: 22px;
	background: url(tabs.png) 0 0 no-repeat;
	display: block;
	text-align: center; 
	padding-top: 4px;
	margin: 0px; 
	border: 0px;
}

.maintable
{
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	/*position: absolute;*/
	/*top: 8px; */
	background-image: url(edge.png);
	background-repeat: no-repeat;
	height: 400px;
}

.logo
{
	height: 60px;
	width: 700px;
	padding: 0px;
	margin: 0px;
	background-image: url(competition_logo.png);
	background-repeat: no-repeat;
}
   
.menu1 a:hover 
{	
   background-position: -67px 0;
}

a:link 
{ 
	color: rgb(106,153,255); 
	text-decoration: none;
}

a:active 
{ 
	color: rgb(106,153,255); 
	text-decoration: none;
}

a:visited 
{ 
	color: rgb(106,153,255); 
	text-decoration: none;
}

.nobg a:hover
{ 
	background: white !important;
}

center 
{
    height: 100%;
}

.tan 
{
	color: rgb(106,153,255);
}

.heading 
{
	font: bold 16px Arial, sans-serif; 
	color: rgb(106,153,255);
}

.title 
{
    text-align: left;
	font: bold 14px Arial, sans-serif; 
	color: black;
}

.menuitem 
{
	border-left: 1px solid rgb(230,230,230);
}

.container 
{
	text-align: left;
	border: 0px; 
	margin: 0px;
	width: 700px; 
    min-height: 100%;	
	background-color: white; 
}

.text {
    padding-top: 10px;
	font: 14px Arial, sans-serif;
}

.maintext {
    padding-top: 10px;
	font: 14px Arial, sans-serif;
}

.maintext a:hover
{
	color: rgb(106,153,255); 
	background: rgb(245,245,245); 
	text-decoration: none;
}
	
.ads 
{
	padding-left: 15px;
}

.adtext 
{
    font: bold 10px Arial, sans-serif;
}

.adtitle 
{
    font: bold 11px Arial, sans-serif;
    color: rgb(106,153,255);
}

.spacer5 
{
	margin: 0px;
	padding: 0px;
	height: 5px;
}

.spacer10 
{
	margin: 0px;
	padding: 0px;
	height: 10px;
}

.spacer20 
{
	margin: 0px;
	padding: 0px;
	height: 20px;
}