body {
margin: 0px;
padding: 0px;
background: #aaa;
text-align: center;
font: 100% sans-serif;
}

#container {
margin: 0px auto;
width: 1000px;
background: url(../img/background.png) repeat-y;
overflow: hidden;
}

#header {
margin: 0px auto;
width: 1000px;
height: 182px;
background: url(../img/header.png) no-repeat;
}

img#headerimg {
margin: 0px auto;
width: 1000px;
height: 182px;
border: 0px;
}

#menu {
margin: 0px auto;
width: 1000px;
height: 130px;
background: url(../img/menu.png) 0px 0px no-repeat;
}

#menu ul {
padding: 0px;
margin: 0px;
}

#menu ul li {
list-style-type: none;
padding: 0px;
margin: 0px;
display: block;
font: 1px arial;
color: #108e08;
}

#menu ul li a {
display: block;
padding: 0px;
margin: 0px;
height: 130px;
color: #108e08;
}

#home {
background: url(../img/menu.png) 0px -1000px no-repeat;
width: 196px;
height: 130px;
float: left;
}

#home a:hover {
background: url(../img/menu.png) 0px -130px no-repeat;
}

#shop {
background: url(../img/menu.png) 0px -1000px no-repeat;
width: 152px;
height: 130px;
float: left;
}

#shop a:hover {
background: url(../img/menu.png) -196px -130px no-repeat;
}

#links {
background: url(../img/menu.png) 0px -1000px no-repeat;
width: 159px;
height: 130px;
float: left;
}

#links a:hover {
background: url(../img/menu.png) -348px -130px no-repeat;
}

#gallery {
background: url(../img/menu.png) 0px -1000px no-repeat;
width: 229px;
height: 130px;
float: left;
}

#gallery a:hover {
background: url(../img/menu.png) -507px -130px no-repeat;
}

#contact {
background: url(../img/menu.png) 0px -1000px no-repeat;
width: 264px;
height: 130px;
float: left;
}

#contact a:hover {
background: url(../img/menu.png) -736px -130px no-repeat;
}

#content {
margin: 20px auto;
width: 870px;
overflow: hidden;
font: 1.5em helvetica, arial;
color: #fff;
text-align: left;
}

#content a {
color: #7a0e8e;
}

#content a:hover {
color: #fff;
}

#email {
margin: 0px auto;
width: 700px;
overflow: hidden;
}

#email fieldset {
margin: 0px 10px 0px 0px;
border: 0px;
float: left;
}

.emailinput {
width: 290px;
font: 1.2em helvetica, arial;
color: #000;
border: 5px solid #000;
}

#email textarea {
width: 630px;
font: 1.2em helvetica, arial;
color: #000;
border: 5px solid #000;
overflow: hidden;
}

#footer {
margin: 0px auto;
width: 1000px;
height: 100px;
background: url(../img/footer.gif) no-repeat;
font: 1em helvetica, arial;
color: #222;
}

#footer a {
color: #222;
text-decoration: none;
}

#footer a:hover {
color: #fff;
}

#footerwrap {
margin: 0px auto;
width: 870px;
overflow: hidden;
position: relative;
top: 50px;
}

#footerleft {
width: 290px;
float: left;
text-align: left;
}

#footermiddle {
width: 290px;
float: left;
text-align: center;
}

#footerright {
width: 290px;
float: left;
text-align: right;
}