body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background: #f4f4f4;
margin: 0;
border: 0;
padding: 0;
height: 720px;
width: 100%;
position: absolute;
	}


#container {
height: 100%;
width: 780px;
border-left: 3px solid #666666;
border-right: 3px solid #666666;
border-bottom: 3px solid #666666;
position: relative;
margin-left: auto;
margin-right: auto;
padding: 0;
left: 0;
top: 0;
}

#header {
position: relative;
height: 94px;
top: 0px;
left: 0px;
background-image:url(../images/header.gif);
background-repeat: no-repeat;
background-position: 180px 0px;
width: 780px;
background-color: #fff;
}

#header img {
float: left;
}

#left {
position: relative;
left: 0px;
top: 5px;
background: #DEDEDE;
width: 180px;
height: 616px;
margin-bottom:0px;
}

#left a {
text-decoration: none;
}

#left a:hover {
color: #CC0000;
text-decoration: none;
}

#menu {
position: relative;
left: 0px;
top: 0px;
width: 180px;
padding: 0;
margin: 0;

}

#menu a {
display: block;
height:25px;
text-decoration: none;
width: 180px;
text-align: center;
margin-top: 5px;
font-weight: bold;
padding-top: 7px;
letter-spacing: 1px;
color: #000066;
background-color: #F4F4F4;
}

#menu a.red{
color: #FFFFFF;
background-color: #CC0000;
}

#menu ul {
list-style-type: none;
padding: 0;
margin: 0;
}

#menu a:hover {
color: #FFFFFF;
background-color: #000066;
}

#body {
background: #fff;
height: 620px;
}

#body p {
padding-left: 15px;
padding-right: 15px;
}


#body img {
padding:0px;
margin:0px;
}

#main {
position: absolute;
margin-left: 180px;
text-align: left;
top: 99px;
width: 600px;
}



#left img {
margin-top: 10px;
display: block;
margin-left: auto;
margin-right: auto;
}

#left p {
text-align: center;
}


.delivery {
background: #fff;
margin-top: 10px;
width: 160px;
border: 2px solid blue;
display: block;
margin-left: auto;
margin-right: auto;
}

.delivery img {
display: block;
margin-left: auto;
margin-right: auto;
}

.banner {
background-color: #000066;
position: absolute;
top: 74px;
height: 25px;
left: 0;
width: 100%;
}

.banner ul {
list-style-type: none;
padding: 0;
margin: 0;
padding-top: 4px;
}

.banner li {
display: inline;
padding: 0 30px;
color: #fff;
font-weight: bold;

}

h1 {
font-size: 1.2em;
padding-left: 15px;
}