
body { 
margin:10% 0px;
font:11px Arial, Helvetica, sans-serif;
background:#5e5a4f;
color: #000;
}


#wrapper {
margin: 0 auto;
width:430px;
}

#container {
background:#fff;
border:3px solid #fff;
background:url(images/joe-fox-bg.gif) repeat-x bottom #fff;
text-align:center;
}

#logo {
padding-top:20px;
text-align:center;

}

.clear {
clear:both;
}


#contact {
width:130px;
margin: 0 auto;
text-align:left;
}

#contact div {
margin-bottom:5px;
}

#tel {
padding-left:25px;
background:url(images/contact_orange_t.gif) no-repeat left;
}

#cell {
padding-left:25px;
background:url(images/contact_orange_m.gif) no-repeat left;
}

#mail {
padding-left:25px;
background:url(images/contact_orange_e.gif) no-repeat left;
}


#swirl {
background:url(images/swirl.gif) no-repeat left top;
height:107px;
text-align:right;
padding-top:2px;
}


#swirl a  {
color:#918d83;
text-decoration:underline;
}

#swirl a:visited {
color:#918d83;
text-decoration:underline;

}

#swirl a:active  {
color:#918d83;
text-decoration:underline;

}

#swirl a:hover{
color:#807a6a;
text-decoration:underline;
}

#fox {
position:relative;
left:-10px;
margin:10px 0;
}

/*********************** 
*  	default    *
***********************/

a  {
color:#f8931d;
text-decoration:underline;
}

a:visited {
color:#f8931d;
text-decoration:underline;

}

a:active  {
color:#f8931d;
text-decoration:underline;

}

a:hover{
color:#000;
text-decoration:underline;
}


h1 {
font-size:24px;
font-weight:bold;
color:#747474;
letter-spacing:-2px;
margin:30px 0px;
}


h2 {
font-size:28px;
font-weight:bold;
color:#f8931d;
letter-spacing:-2px;
margin:0px 0px 20px 0px;
border-bottom: 1px solid #d1cfc8;
}


