/* CSS Document */
/** the whole page **/
html, body {
	margin : 0px;
	font-size: 11px;
	font-family : Helvetica, Arial, Sans-Serif;
	background: url(../imgs/bg.jpg) top no-repeat  #0e0e0e;
}
/* copy styles */	

pre {
	font-family: "Courier New", Courier, Monaco, monospace;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}
h1, h2 {
	font-size: 16px;
	font-weight: bold;
}
p, li {
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
td, th {
	font-family : Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	margin: 0px;
}

/** hyper links **/
a:link {
	color: #000;
	text-decoration: underline;
	font-weight: normal;
}
a:visited {
	color: #000;
	text-decoration : underline;
	font-weight : normal;
}
a:hover  {
	color: #666666;
	text-decoration : underline;
	font-weight : normal;
}



#content
{
margin:0px auto;
width:640px;
background-color:#0e0e0e;
background:url(../imgs/bg_sl.jpg) repeat-x #FFFFFF;

}

#head
{
background:url(../imgs/header_new.jpg) no-repeat;
width:640px;
height:138px;
}

#page
{
padding-left:20px;
padding-right:20px;
}

#left_col
{
float:left;
width:50%;
}

#left_col img
{
margin-top: 20px;
}

#right_col
{
float:left;
width:50%;
}

#right_col div
{
margin-top: 20px;
}
#about 
{
margin-top: 20px;
}
#about div
{
margin-top: 20px;
}

#CountdownHolder
{
margin-top:20px;
background:url(../imgs/count_bg.png) no-repeat;
width:291px;
height:81px;
padding-top:20px;
padding-left:45px;
}

.main_txt p
{	
	font-size: 11px;
}

#enter_form
{
font-size: 10px;
padding-top:20px;
padding-left:20px;
margin-top: 20px;
height:420px;
background:url(../imgs/form_bg.png) no-repeat;
}

#enter_form input,#enter_form select,#enter_form textarea
{
width: 240px;
font-size: 10px;
}
.button
{
width:115px;
}

.inputError
{
color:#FF0000;
}


#footer
{
background:url(../imgs/footer_sl.gif) repeat-x;
border-top:#999999 solid 1px;
padding:20px;
text-align:center;
}

#flags
{
text-align:right;
padding:5px;
}

#flags img
{
border:none;
}
