* {
margin: 0px;
padding: 0px;
}

body {
background: url("../images/bg.jpg");
background-repeat: repeat-x;
background-color: #fB9A4B;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
}

img {
behavior: url(http://gocreativecafe.com/htc/iepngfix.htc); 
}

#wrapper {
margin: 50px auto;
width: 960px;
height: auto;
}

.header-img {
display: block; 
margin: 0px; 
padding: 0px;
}

#content {
background: url("../images/content_bg.jpg");
background-repeat: repeat-y;
margin: 0px auto;
background-position: 37px;
}

#col-one-nav {
float: left;
margin: 0px;
padding: 0px;
}

#col-two-nav {
float: right;
margin: 0px 12px 0px 0px;
padding: 0px;
}

#col-three-nav {
float: right;
margin: 0px;
padding: 0px;
}

#navlist { 
width: 720px;
height: auto;
margin: 0px auto 0px auto;
padding: 15px 0px 0px 0px;
}

#navlist ul {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#navlist a {
display: block;
padding: 8px;
width: 214px;
background-color: #40261D;
color: #f0DEAD;
margin: 0px 0px 12px 0px;
text-decoration: none;
text-align: center;
outline: none;
}

#navlist a:hover {
background-color: #a94012;
color: #F4E4B9;
text-align: center;
}

#col-one-content {
background: url("../images/img_bg.png");
behavior: url(http://gocreativecafe.com/htc/iepngfix.htc); 
background-repeat: no-repeat;
width: 290px;
height: 235px;
padding: 0px;
float: left;
}

#col-two-content {
background: url("../images/img_bg.png");
behavior: url(http://gocreativecafe.com/htc/iepngfix.htc); 
background-repeat: no-repeat;
width: 290px;
height: 235px;
padding: 0px;
margin: 0px 44px 0px 0px;
float: right;
}

#col-three-content {
background: url("../images/img_bg.png");
behavior: url(http://gocreativecafe.com/htc/iepngfix.htc); 
background-repeat: no-repeat;
width: 290px;
height: 235px;
padding: 0px;
float: right;
}

#col-one-content img, #col-two-content img, #col-three-content img {
margin: 31px 0px 0px 23px;
padding: 0px;
}

.clear {
clear: both;
}

#numbers {
background-color: #FFFFFF;
width: 840px;
height: auto;
margin: 15px 0px 0px 47px;
padding: 8px;
font-size: 20px;
color: #40261d;
}

#numbers span {
font-weight: bold;
margin: 0px 0px 0px 8px;
}

#footer {
text-align: center;
color: #983115;
font-size: 14px;
line-height: 18px;
margin: 0px 0px 8px 0px;
}

#footer a, #footer a:visited {
outline: none;
text-decoration: underline;
color: #983115;
}

#footer a:hover {
outline: none;
text-decoration: none;
}