*{
	font-family: Arial;
	font-size: 12px;
}

body
{
	background-color: #ffffff;
}

img
{
	border: 0;
}


#main{
	left: 50%;
	margin-left: -400px;
	position: absolute;
	top: 20px;
	width: 800px;
	padding: 0;
}

div#top {
        width: 800px;
        height: 100px;
	border: solid #000000;
	border-width: 1px 1px 0 1px;
	background-color: #e4e4e4;
	background-image: url(../images/top.gif);
	text-align: center;
}
div#bar {
        width: 800px;
        height: 30px;
	border: solid #000000;
	border-width: 1px 1px 0 1px;
	text-align: center;
	background-color: #666666;
}
    
div#container {
	position: relative;
	background-color: #e4e4e4;
	width: 800px;
	border: 1px solid #000000;
}
      
div#container div#menu {
	position: relative;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #666666;
	float: left;
	width: 180px;
	text-align: left;
        padding: 5px;
}
        
div#container div#content {
	position: relative;
	float: right;
	width: 595px;
	text-align: center;
        padding: 5px;
}

div#container div#contenthome {
	position: relative;
	float: right;
	width: 595px;
	text-align: left;
        padding: 5px;
}
        
div#placeholder{
	clear: both;
}

ul
{
	margin: 0;
	padding-left: 0px;
	margin-left: 15px;
	color: #eeeeee;
} 

ul.black{
        color: #000;
}

#mycountdowndiv 
{
	margin: 5px;
	font-size: 16px;
	font-weight:bold;
	color: #FFFF00;
}
h2
{
  color: #000000;
  font-family: Verdana, Arial, Helvetica;
  font-size: 17px;	
}
h3
{
  color: #818181;
  font-family: Verdana, Arial, Helvetica;
  font-size: 22px;
}
a { 
	color:#EEEEEE;
	text-decoration: underline;
}
a:hover {
	color:#EEEEEE;
	text-decoration: none;
}
a.line { 
	color:#000;
	text-decoration: underline;
}
a.line:hover {
	color:#000;
	text-decoration: none;
}


h1
{
	font-size: 36px;
}

td {
	width: 75px;
	vertical-align: top;
}
tr.head {
	font-weight: bold;
}
tr.big {
	height: 35px;
}

p.cams {
	margin: 10px;
}
