body {
 margin:0px;
 background-color:#fff;
 /*background-image:url(box.gif);*/
 background-image:url(bg.jpg);
 background-repeat:repeat-x,y;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size:12px;
 /*color:#6D6D6D;*/
 color:#000;
}

A:link {text-decoration: none; color:#aa8844;}
A:visited {text-decoration: none; color:#aa8844;}
A:active {text-decoration: none; color:#aa8844;}
A:hover {text-decoration: underline; color:#aa8844;}

p {
 margin:0px;
}

h1 {
 margin:0px;
 font-family: 'trebuchet ms', Verdana, Arial, Helvetica, sans-serif;
 font-size:26px;
 color:#DC9100;
}

input[type=text]:focus, textarea:focus {
 background: #D3CCA0;
}


/** DIVS **/

#header-img {
 background-image:url(header_bg.jpg);
 height: 115px;
}

#header-txt {
 margin: -80px auto 0 820px;
 height: 77px;
 color:#fff;
}

/*
#container {
 width:620px;
 margin: 0px auto 0 auto;
}
*/

#main {
 /*width:520px;*/
 width: 640px;
 background-color:#FFFFFF;
 border: 3px #D3CCA0 solid;
 /*margin: 10px auto 0 180px;*/
 margin: 0 auto 0 110px;
 padding: 0 45px 45px 45px;
}

#footer {
 width: 736px;
 background-image:url(footer_bg.jpg);
 /* for all width (also remove the width statement below): margin: -3px auto 0 auto;*/
 margin: -3px auto 0 110px;
 height:115px;
}

#footer-container {
/* width:736px;*/
 margin: 0 auto 0 auto;
/* padding: 0 45px 0 45px;*/
}

#footer-txt {
 /*font-size:12px;*/
 padding:55px 0 0 0;
 color:#aa8844;
/* font-size:0.4em;*/
}

#footer-txt A:link {text-decoration: none; color:#aa8844;}
#footer-txt A:visited {text-decoration: none; color:#aa8844;}
#footer-txt A:active {text-decoration: none; color:#aa8844;}
#footer-txt A:hover {text-decoration: underline; color:#aa8844;}

#disclaimer {
 width: 640px;
 background-color:#DEDEDE;
 border: 1px #000 solid;
 margin: 10px auto 20px 110px;
 padding: 10px 45px 10px 45px;
 text-align: justify;
 font-size: 10px;
 font-family: arial,helvetica;
 color:#BBBBBB;
}



/* CLASSES  */

.box {
width: 450px;
padding:10px;
border: 1px #D3CCA0 solid;
margin: 0px auto 0 auto;
background-image:url(box.gif);
background-repeat:repeat-x,y;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#6D6D6D;
}

.box img {
float:right;
margin: 0 0 5px 5px;
border: 1px #343434 solid;
}

.box2 {
width: 450px;
margin: 0px auto 0 auto;
background-color:#fff;
border: 3px #C38A00 dashed;
padding:10px;
}

.arrow_table {
width: 450px;
margin: 0px auto 0 auto;
padding:10px;
}

.box2 img {
margin: 3px 0 3px 0;
}

.box2 td {
padding: 3px;
}

.text_color {
background-color:#F7DCA9;
border-bottom: 1px #DC9100 solid;
}

.color1 {
background-color:#f2e0bd;
}

.content {
 padding-top: 20px;
}

/* the following styles are from the work-at-home package */
.headline {
 text-align: center;
/* font-family: 'trebuchet ms', Tahoma;*/
 font-family: Tahoma;
 font-size: 26px;
}

