body {
    margin:auto;
padding:auto;
text-align:center;
color:#8FC31F;
    background-color:#310D00;
}




#full {
    width:94%;
    margin:auto;
padding:auto;
    background-color:#FFFFFF;
    border-left-style:ridge;
    border-left-color:#F3E100;
    border-right-style:ridge;
    border-right-color:#F3E100;
    text-align:center;
}


#header {
    height:200px;
}


#header_left {
    float:left;
    width:45%;
    text-align:left;
}


#header_center {
    float:left;
    text-align:left;
}

#header_right {
    float:left;
    width:55%;
    text-align:right;
    background-image:url('image/ribbon02-012.png');
    background-position:top;
    background-repeat:no-repeat;
    background-position-y:center;


}

h1{
    font-size:x-large;
    margin:10px;
    color:#800000;
}

h2 {
 clear:both;
 font-size:medium;
 text-align:left;
 padding:5px;
 border-color:#F3E100;
 border-style:outset;
 border-width:thick;
 background-color:#F3E100;
 color:#800000;
}


#main p {
    text-align:left;
    font-size:medium;
    color:#B28B63;
}

p {
 padding-left:10px;
 padding-right:10px;
 text-align:left;
 font-size:medium;
 color:#800000;
}


#main li {
    text-align:left;
    vertical-align:middle;
    padding:10px;
    color:#A87B4F;
    float:left;
    background-color:#E9DBCC;
    margin:5px;
}

#menu li {
 text-align:center;
 vertical-align:middle;
 padding-left:0;
 color:#A87B4F;
 background-color:#FFFFFF;
 list-style-type:none;
 margin:5px;
 padding:5px;
 margin-left:-30px;
}


li a {
    color:#800000;
    font-size:medium;
    font-weight:bold;
}


a {

    text-decoration:none;
}
ul {
    clear:both;
    text-align:center;

} 
 

#main {
 text-align:left;
 width:100%;
 float:left;
 text-align:center;
 padding-top:10px;
 border-top-color:#800000;
 border-top-style:solid;
 border-top-width:10px;
 background-color:#ffffff;
}

#main span {
    padding:5px;
    text-align:center;
    float:left;

}

#menu {
 background-color:#ffffff;


}

#menu span{
 text-align:center;
 float:left;
 background-color:#E9DBCC;
 margin:12px;
 border-style:ridge;
 border-color:#BE956A;
 width:25%;
}


#foot {
    width:100%;
    height:100px;
    clear:both;
    font-size:x-small;
    border-top-color:#800000;
    border-top-style:solid;
    border-top-width:10px;
    padding-top:10px;
    text-align:center;
}


#foot_left {
    width:30%;
    height:100px;
    float:left;

}

#foot_center {
    width:40%;
    height:100px;
    text-align:center;
    float:left;
}

#foot_right {
    width:30%;
    height:100px;
    float:left;
}







a img{
    border:none;
}

.price {
    color:#E40000;
}


