﻿/* @import url('reset.css'); */

@import url('styles.css');

body {
background-color: #6a1200;
	background-image: url(../images/challenge-bg.gif);
}


#content {
background:url(../images/home-white-bg.gif) center 137px;
height:610px;
}

#footer {
background:url(../images/challenge-footer.gif) no-repeat;
height:25px;
}

h1 {
padding: 62px 0 0 78px;
}


#navigation ul li a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#8a8e99;
text-decoration:none;
}

#navigation ul li.navChallenge a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#393b40;
text-decoration:none;
}

#navigation ul li a:hover {
color:#393b40;
text-decoration:none;
}

#navigation ul li a:hover {
color:#393b40;

}


#step1 {
float:left;
width:257px;
padding-left:30px;
}

#step2 {
float:left;
width:300px;
}


#step3 {
float:left;
width:253px;
}

p.details {
text-align:center;
padding: 0;
margin: 0;
}

p.details strong { font-size: 11px;}

p.details strong span { font-size: 14px;}

#twoCol { 
margin-top: 0 !important; 
margin-top: -20px;
padding-top: 33px !important; 
padding-top: 0; 
}

p.intro {
padding-top:15px;
margin-top:0;
}

p.intro a {
text-decoration:none;
font-size: 16px;
font-weight: bold;
}

p.intro a img {
	position: relative;
	top: 5px;
}