/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
margin: 0;
padding: 0;
}

body {
background: #D4C792 url(images/img01.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #333;
}

h1, h2, h3 { color: #AA2808; }

p, blockquote, ul, ol {
margin-bottom: 17px;
line-height: 1.4em;
}

a {
text-decoration: underline;
color:#AA2808;
}

a:hover {
text-decoration: none;
color: #AA2808;
}

/* Header */

#header {
width: 710px;
height: 36px;
margin: 0 auto;
background: url(images/top.gif) no-repeat left bottom;
}



/* Page */

#page {
width: 710px;
margin: 0 auto;
background: #D4C792 url(images/middle.gif) repeat-y;
}

/* Content */

#content {
float: left;
width: 580px;
padding: 10px 0 0 65px;
}

#content h1, #content h2 { margin-bottom: 7px; }

#content h1 { font-size: 145%; }

#content h2 { font-size: 107%; line-height: 1.3; }

#content h3 { font-size: 107%; margin: 0; }

#content p {margin: 0 0 15px 0;}

#content ul, #content ol { list-style-position: outside; }

#content table {
width: 580px;
padding: 5px;
text-align: left;
}

#specialsbox {
width: 388px;
margin: 0 0 10px 17px;
}

#specialsbox .boxleft, #specialsbox .boxright  {
width: 165px;
padding: 3px;
float: left;
}

#specialsbox .boxleft { margin: 0 9px 0 0; }
#specialsbox .boxright { margin: 0 0 0 9px; }



#content .boxed {
float: left;
width: 47%;
padding-right: 3%;
}

#content .boxed h2 {
padding: 5px 0;
background: url(images/img5.jpg) repeat-x left bottom;
}


/*--------------------- for inline images ----------------------*/

.floatright {
float: right;
margin: 5px 0 2px 25px;
background-color: #FFFFFF;
}

.floatleft {
float: left;
margin: 5px 25px 2px 0;
background-color: #FFFFFF;
}


/* - - - - - - - - get in touch table - - - - - - - - */
#touch {
width: 550px;
}

#touch td {

border: 1px dotted;
}


#touch td p {
padding: 4px;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color:#333;
}


/* Footer */

#footer {
width: 710px;
height: 32px;
margin: 0 auto;
background: url(images/bottom.gif) no-repeat;

}




/*--------------------- for assorted vertical spacing needs ----------------------*/
.spacer1 {padding: 3px 0;}
.spacer2 {padding: 5px 0;}
.spacer3 {padding: 10px 0;}
.spacer4 {padding: 15px 0;}
.spacer5 {padding: 25px 0;}
.spacer6 {padding: 100px 0;}

.clr {
clear: both;
height: 0;
line-height: 0;
font-size: 0;
}