/* CSS Document */

body {
background-color:#af916b;
font-family:Georgia, "Times New Roman", Times, serif;
color:#1E1E1E;
}

/*divs*/

#container {
position:relative;
top:0px;
left:17%;
background-color:#f2e7df;
width:794px;
border:3px solid #670707;
border-top:0px;
border-bottom:0px;
border-left:0px;
}

#header {
position:absolute;
top:0;
left:0px;
width:800px;
height:150px;
}

/*#price {
position:relative;
top:0;
left:-55px;
width:101px;
height:144px;
background-image:url(images/pricebutton_animated.gif);
background-repeat:no-repeat;
}*/

#nav {
position:absolute;
top:150px;
left:0;
background-color:#f2e7df;
width:794px;
height:100px;
border:3px solid #670707;
border-top:0px;
}

#nav2 {
position:absolute;
top:33px;
left:0;
background-color:#a0775b;
width:794px;
height:41px;
background-image:url(images/navbar2.gif);
background-repeat:no-repeat;
border-bottom:1px solid #670707;
border-top:0px;
}

#tab1 {
position:absolute;
top:1px;
left:130px;
}

#tab2 {
position:absolute;
top:0px;
left:255px;
width:145px;
height:35px;
}

#tab3 {
position:absolute;
top:0px;
left:400px;
width:263px;
height:35px;
}

#tab4 {
position:absolute;
top:0px;
left:663px;
width:125px;
height:35px;
}

#content {
position:absolute;
top:223px;
left:0px;
background-color:#f2e7df;
width:794px;
border:3px solid #670707;
border-top:0px;
}

#footer {
position:absolute;
left:0px;
background-image:url(images/footer.gif);
background-repeat:no-repeat;
height:100px;
width:800px;
}

#footerbottom {
position:absolute;
left:0px;
width: 790px;
padding:0 10px;
color:#ffffff;
font-size:99%;
text-align:center;
}

a {
color:#670707;
}


