/*CofeeShop CSS*/

html{
background-color: #996633;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

body {
background-image: url('images/bg888.jpg');
padding-bottom:20px;
margin-top: -30px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0px;
padding-right: 0px}

p{
font-family: sans-serif;
color: #652501;
font-size: 12px;
padding: 5px;
}

h1{
font-family: "Curlz MT";
font-size: 1.7em;
padding-left: 20px;
padding-top: 60px;
color: #655801;
}

a{
color:#996633;
}

a:hover {
color:#655801;
}

#box{
width:700px;
padding: 0;
margin: 0px auto;
top: 20px;
background-color: #652501;}

#header{
margin: 0px;
padding: 0px;
background-image: url(images/header1.gif);
background-repeat: no-repeat;
width: 700px;
height: 100px;
}

#headtext{
top: 0px;
left: 0px;
padding-left: 60px;
position: absolute;
}

#headtext h2{
font-family: "Curlz MT";
font-size: 1.2em;color: #FFFF99;
padding-left: 550px;
margin-right: 10px;
width: 200px;
background-image: url(images/coffee beans.gif);
background-repeat: no-repeat;
background-position: 505px;}

#nav{
position: relative;
top: 0px;
width: 694px;
height: 20px;
text-align: left;
padding: 0px;
margin: 0px;
border: 3px #652501 solid;
background-color: #652501;
}

ul#navlist{
font-family: sans_serif;
text-transform: uppercase;
background-color: #ffff99;
text-align: justify;
width: 98%;
position: relative;
padding-left: 11px;
margin: 0px;
font-size: 14px;
padding-top: 3px;
padding-bottom: 2px;
border-bottom: 2px #652501 solid;
border-right: 3px #652501 solid;
}

#navlist li{
display: inline;
list-style-type: none;
}

#navlist a {
padding-left: 10px;
padding-right: 10px;
}

#navlist a:link, #navlist a:visited{
color: #652501;
background-color: #ffff99;
text-decoration: none;
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
}

#navlist a:hover{
color: #ffff99;
background-color: #652501;
text-decoration: none;
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
border-bottom: 3px #652501 solid;
border-top: 4px #996633 solid;
}

#logo{
background-image: url(images/888header.jpg);
width: 686px;
height: 77px;
border: 7px #652501 solid;
background-repeat: no-repeat;
}

#boxes a:hover {
text-decoration: none;
}

#boxone, #boxtwo, #boxthree {
overflow: hidden;
background-image: url(images/coffee beans.gif);
background-repeat: no-repeat;
background-position: top left;
background-color: #FFFF99;
}

#boxone p, #boxtwo p, #boxthree p {
margin: 0px;
padding: 2px 0 2px 0;
font-family: sans-serif;
color: #652501;
font-size: .8em;
}

#boxone h3, #boxtwo h3, #boxthree h3 {
margin: 0;
padding: 10px 0em 2px 0em;
font-size: 0.8em;
font-family: sans-serif;
color: #652501;
border-bottom: 1px #652501 solid;
}

#boxone {
float: left;
width: 201px;
height: 170px;
padding: 5px 10px 0px 10px;
border-left: 7px #652501 solid;
border-bottom: 7px #652501 solid;
border-top: 7px #652501 solid;
margin-top: 5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;}

#boxtwo {
float: left;
width: 202px;
height: 170px;
padding: 5px 15px 0px 15px;
border-left: 7px #652501 solid;
border-right: 7px #652501 solid;
border-bottom: 7px #652501 solid;
border-top: 7px #652501 solid;
background-color: #FFFF99;
margin-top: 5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#boxthree {
float: left;
width: 201px;
height: 172px;
padding: 3px 8px 0px 10px;
border-right: 7px #652501 solid;
border-bottom: 7px #652501 solid;
border-bottom: 7px #652501 solid;
border-top: 7px #652501 solid;
background-color: #FFFF99;
margin-top: 5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

#maintext{
background-color: #652501;
color: #FFFF99;
margin-top: -23px;
}

#maintext p{
color: #FFFF99;
text-align: justify;
padding-left: 7px;
padding-right: 7px;
}

#maintext h2{
color: #FFFF99;
padding-left: 7px;
font-family: "Curlz MT";
}

blockquote{ 
margin: 20px 0px 20px 0px; 
padding: 10px 20px 0px 20px;
border-top: 1px solid;
border-bottom: 1px solid;
}

blockquote p{
font-family: serif;
}
	
#footer{
background-color: #655801;
width: 700px;
height: 40px;
text-align: right;
padding-top: 10px;
}

#footer a:hover {
color:#FFFF99;
}
