/************************/
/* PAGE LAYOUT          */
/************************/

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	background-image: url(images/pageBg.png);
	margin-top: -20px;
}

.thrColEls #container { 
	width: 676px;  
	margin: 0 auto; 
	margin-top:18px;
	text-align: left; 
	background-image:url(images/containerBg.png);
	background-repeat:no-repeat;
	height:890px;
} 

.thrColEls #mainContent {
  clear:both;
  background-image:url(images/mainBg.png);
  background-repeat:no-repeat;
  float:left;
  width:620px;
  margin-left:29px;
  margin-top:15px;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#666;
  font-size:11px;
  
} 

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#header
{
	float:left;
	width:676px;
	margin-left:25px;
}

#footer
{
	float:left;
	width:676px;
	background-image:url(images/footerBg.png);
    background-repeat:no-repeat;
    padding-top:20px;
}


#left
{
	float:left;
	width:375px;
	padding:15px 10px;
	padding-bottom:20px;
}

#right
{
	float:right;
	width:195px;
	padding:15px 10px;
}


/************************/
/* FORM                 */
/************************/

#iform div
{
    margin-bottom:10px;
    margin-left:-10px;
    margin-top:6px;
}

fieldset
{
    border:none;
}

label
{
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#666;
  font-size:11px;
  padding-bottom:4px;
}

.frmTxt
{
    background-color:#444240;
    border:1px solid #393735;
    width:160px;
}

textarea
{
    background-color:#444240;
    border:1px solid #393735;
    overflow:hidden;
}

.required
{
  font-family:Arial;
  color:#ff0000;
  font-size:10px;
}



/************************/
/* COUNTDOWN            */
/************************/

#countdown
{
  background-image:url(images/countdownBg.png);
  background-repeat:no-repeat;
  float:left;
  width:337px;
  height:65px;
  margin-left:-6px;
}

.dateValue
{
  font-family:Arial;
  color:#212121;
  font-size:44px;
  font-weight:lighter;
  letter-spacing:10px;
}

/* values */

#countdownValues
{
  margin-top:8px;
}

#days
{
  float:left;
  width:60px;
  margin-left:12px;
}

#hours
{
  float:left;
  width:60px;
  margin-left:25px;
}

#mins
{
  float:left;
  width:60px;
  margin-left:25px;
}


#secs
{
  float:left;
  width:60px;
  margin-left:25px;
}

/* labels */

#countdownLabels
{
  float:left;
  width:337px;
  margin-top:11px;
  height:60px;
}

#dayslabel
{
  float:left;
  width:63px;
  text-align:center;
  margin-left:10px;
}

#hourslabel
{
  float:left;
  width:65px;
  text-align:center;
  margin-left:20px;
}

#minslabel
{
  float:left;
  width:65px;
  text-align:center;
  margin-left:20px;
}

#secslabel
{
  float:left;
  width:65px;
  text-align:center;
  margin-left:20px;
}


/************************/
/* MAIN IMAGE           */
/************************/

#mainImage
{
	float:left;
	width:676px;
	margin-left:28px;
	margin-top:4px;
}

#Image
{
	width:620px;
    height:240px;
}


a
{
    color:#666;
}