﻿/* @import url('reset.css'); */

@import url('styles.css');

body {
background-color: #631100;
	background-image: url(../images/tips-bg.gif);
}

#header {
background:url(../images/tips-header-bg.gif) no-repeat;
height:86px;
}


#content {
background:url(../images/tips-white-bg.gif) center 86px;
height:1000px;
position: relative;
}

#footer {
background:url(../images/challenge-footer.gif) no-repeat;
height:25px;
}

h1 {
/*padding: 75px 0 0 68px; */
padding: 0px 0 0 60px;
}


#twoCol {
padding-left:10px;
padding-top: 25px;
}

p.intro {
/*
padding-top:41px;
*/
padding-top: 0;
margin-top: 0;
padding-left: 60px;
width:450px;
}

#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.navTips 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;
}

#contentChallenge {
background:url(../images/bg_clouds_tipjar.jpg) no-repeat;
z-index:10;
height: 1156px;
}


ul {
list-style:none;
}


#leftColList {
position: absolute;
left: 75px;
top: 263px;
width:195px;
text-align:center;
padding: 0;
margin:0;
}

#midColList {
position: absolute;
left: 311px;
top: 263px;
width: 234px; 
text-align:center;
padding: 0;
margin:0;
}

#rightColList {
position: absolute;
left: 585px;
top: 450px;
width:225px;
text-align:center;
padding: 0;
margin:0;
}

.divider {
padding: 15px 0px;
}

.tipA {
background:url(../images/tipa_bck.jpg) no-repeat center top;
height:175px;
}

.tipB {
background:url(../images/tipb_bck.jpg) no-repeat center top;
height:201px;
}

.tipC {
background:url(../images/tipc_bck.jpg) no-repeat center top;
height:150px;
}


