@charset "utf-8";
/* Stylesheets for NERDHEALTH PRESIDENTIAL CHALLENGE
   Browser: All.
   Coder/Programmer: Arleys	
   Date: 10.02.08
*/

/*********************
     COLORS USED
*********************/

/* Description | Color Code
   
		  
*/


/****************
     GLOBAL
*****************/

*
{
 margin: 0;
 padding: 0;
}

/****************
   MAIN LAYOUT
*****************/

#container
{
 width: 933px;
 height: auto;
 margin: 0 auto;
 text-align: left;
}

/****************
     HEADER
*****************/

#header
{
 width: 933px;
 height: auto;
 padding: 10px 0;
}

#header_top
{
 width: 933px;
 height: 90px;
}

#time h5
{
 margin-bottom: 5px;
}

a.send_friend
{
 width: 190px;
 height: 33px;
 display: block;
 padding-top: 2px;
 margin: 0 auto;
 text-align: center; 
}

a.register_here
{
 width: 171px;
 height: 27px;
 display: block;
 padding-top: 8px;
 text-align: center;
}

#search_field
{
 width: 170px;
}

#search_submit
{
 width: 74px;
 height: 24px;
} 

#top_ad
{
 width: 728px;
 height: 90px;
 float: left;
}

#time
{
 width: 195px;
 height: 90px;
 float: right;
}

#header_middle
{
 width: 933px;
 height: 118px;
}

#register_container
{
 width: 173px;
 height: 38px;
 padding-top: 80px;
 float: left;
}

#logo
{
 width: 385px;
 height: 118px;
 float: left;
}

#apple
{
 width: 95px; 
 height: 118px;
 float: left;
}

#logo a
{
 width: 385px;
 height: 118px;
 display: block;
}

#logo span
{
 position:relative;
 z-index:-1;
 visibility: hidden;
}

#search
{
 width: 280px;
 height: 38px;
 padding-top: 80px;
 float: left;
}

/****************
     FOOTER
*****************/

#link
{
 width: 933px;
 height: 116px;
 padding-top: 20px;
}

#footer
{
 width: 933px;
 height: 110px;
 text-align: center;
 padding-top:20px;
}

a.backtop
{
 width: 105px;
 height: 20px;
 display: block;
 padding-top: 2px;
 margin: 0 auto;
 text-align: center;
}

#footer_nav a
{
 text-aling: center;
}

#bottom_ad
{
 width: 728px;
 height: 90px;
 margin: 0 auto 70px;
}

#bottom_container
{
 width: 933px;
 height: 50px;
}  

#backtop
{
 width: 163px;
 height: 40px;
 padding-top: 10px;
 float: left;
}

#footer_nav
{
 width: 572px;
 height: 50px;
 float: left;
 margin-top:20px;
 text-align: center;
}

#little_logo
{
 width: 198px;
 height: 50px;
 float: right;
}

#disclaimer
{
 width: 933px;
 height: 36px;
 text-align: center;
}

/*******************************
     BODY CONTENT COLUMNS
*******************************/

#content
{
 background:url(/images/president_challenge.jpg);
 width: 933px;
 height: 748px;
}

/****************
     CLASSES
*****************/

/* CLEARFIX */

.clearfix:after 
{
 content:".";
 display:block;
 height:0;
 clear:both;
 visibility:hidden;
}
.clearfix 
{
 display:inline-block;
}
/* Hide from IE Mac \*/
.clearfix 
{
 display:block;
}
/* End hide from IE Mac */

.left
{
float:left;
width:45%;
}
.right
{
float:right;
width:45%;
}