﻿/* @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:630px;
}

#footer {
background:url(../images/challenge-footer.gif) no-repeat;
height:25px;
}

h1 {
padding: 10px 0 0 80px;
margin-top: 90px;
}


#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: 12px; } 

p.intro { margin-bottom:10px; }

p.intro a {
text-decoration:none;
font-size: 16px;
font-weight: bold;
}

p.intro a img {
	position: relative;
	top: 5px;
	left: -3px;
}
