@charset "utf-8";
/* CSS Document */
body{
background-color:#cfcca1;
text-align:center;
font-family:Arial, Helvetica, sans-serif;
}
#wrapper{
text-align:left;
width:830px;
background-color:#ffffff;
margin:auto;
padding:15px;
}
#header{


}
.headermenu{
float:right;
width:230px;

}
.headermenu a{
padding:10px;
color:#333333;
text-decoration:none;
font-size:16px;
}
#spacer /* Adds space to the top of the header menu to bring the links down */{
height:26px;
}
.logo{
float:left;
width:200px;
}
/* the three classes below allow for different content / image widths on the three different pages */

#content{
border-top:1px solid #000000;


}
.contenthome{
width:500px;
float: right;
}
.contentlines{
width:780px;
}
.contentlocate{
width:543px;
float:right;
}
.actualcontent{
border:3px #000000 solid;
padding:15px;
margin:15px;
}

.imagehome{
width:257px;
float:left;
margin:20px;
}
.homeimagebox{
border:1px #000000 solid;
padding:3px;
margin-top:30px;
}
.salebox{
border:1px #990000 solid;
color:#990000;
padding:3px;
margin-top:30px;
}

.homeimagebox h3{
margin:1px;padding:0;
}
.homeimagebox ul{
margin:2px;
padding:12px;
}

/* Lines customization */
h1.lines{
text-align:center;
margin:1px; padding:1px;
}

.leftbox{
width:320px;padding:1px 10px 1px 20px;;
}
.rightbox{
width:320px;padding:1px 20px 1px 10px;
}
