/* G E N E R A L   P R O P E R T I E S */
BODY, TD, INPUT, SELECT {
    font-family: Comic Sans MS, Arial, modern, sans-serif;
    font-size: 11pt;
    font-weight: normal;
    text-align: left;
}
#body {
    margin-top: 0;
    margin-left: 0px;
    background-image: url('images/CastleHirosakiJapan2.jpg');
    background-repeat: no-repeat;
    background-position: 0px -80px;
}
#mainT {
    width: 100%;
}

.bamboo {
    background-image: url('images/bamboo3.jpg');
    background-repeat: repeat-y;
}

.leftsash {
    background-color: #fe0000;
}

TD.contentArea {
    padding: 0px;
    width: 100%;
}

#contentArea TABLE{
    margin: 10px;
}

.gradient {
    background-image: url('images/gradient.gif');
    background-repeat: repeat-y;
    width: 60px;
}

#trustme {
    background-color: black;
}

#sushilogo {
    padding: 4px;
    background-color: #fe0000;
    height:124px;
}

#sashlinks A {
    color: white;
    text-decoration: none;
}

.inContent UL {
    padding-left: 20px;
    padding-right: 6px;
    margin-left: 0px;
}
.inContent UL LI {
    margin-top: 10px;
}

.smallText {
    font-size: 9pt;
}

#stones {
    background-image: url('images/stones.jpg');
    background-repeat: repeat-x;
    width: 100%;
    height: 30px;
}

.red {
    color: red;
}

.divider {
    background-color: #aaaaaa;
}

.bottom {
    margin-left: 10px;
/*    position: relative;
    top: 7px;
    right: 20px; */
}

.hr {
    color: #a1b4a1;
}

TABLE.inContent {
    margin: 10px;
}