body {
    margin: 0;
    padding: 0;
    background-color: #f5f4fa;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
}

/*
   the central widget, containing most of the content
 */
#central {
    position: relative;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    width: 700px;
    height: auto;
    min-height: 700px;
    background-image: url(../img/bg.png);
    background-repeat: repeat-y;
    text-align: left;
}

#central li {clear: right}

/*
   below the central widget to define an 'end' to the content
 */
#bottom {
    position: relative;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0px;
    width: 700px;
    height: 30px;
    background-image: url(../img/bottom.png);
    background-repeat: no-repeat;
}

/*
   footer
 */
#footer {
    width: 700px;
    height: 20px;
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    line-height: 20px;
    color: #1E2C85;
    text-decoration: none;
}

#footer img {
	vertical-align: middle;
	margin-left: 2px;
}

#footer span {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 1px solid #1E2C85;
}

#footer span:first-child {
    border-left: 0;
}

#titleimage {
    padding-top: 7px;
}


/*
   left sidebar, contains the navigation
 */
#left_sidebar {
    position: absolute;
    top: 134px;
    left: 20px;
    margin: 0px;
    padding: 0px;
    width: 140px;
    display: block;
    clear: both;
}

/*
   _real_ content, changes from page to page
 */
#content {
    margin: 0px 140px;
    padding: 10px 10px 50px 10px;
    font-size: 12px;
    font-style: normal;
    line-height: 16px;
    color: #535353;
    text-decoration: none;
    clear: both;
}

#content a {
    text-decoration: none;
    color: #1E2C85
}
#content a:hover {
    color: #2B3C95
}

#right_sidebar {
    position: absolute;
    top: 130px;
    right: 20px;
    margin: 0px;
    padding: 0px;
    width: 140px;
    display: block;
    clear: both;
}

#shop {
    background-color: #fff;
    padding: 10px;
}

#awards {
    background-color: #fff;
    padding: 0px;
}

#content h2 {
    color: #1E2C85;
}

#menu {
   width: 140px;
   padding: 0;
   margin: 0;
   margin-bottom: 10px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#menu li {
    margin-bottom: 5px;
}

#menu li a {
    background-image: url(../img/menu_bg00.png);
    background-repeat: no-repeat;
    display: block;
    text-decoration: none;
    width: 140px;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    margin: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    color: #1E2C85;
}

#menu li a:hover {
    background-image: url(../img/menu_bg01.png);
    background-repeat: no-repeat;
    color: #1E2C85;
}

#banner {
    width: 140px;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}

#banner ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#banner li {
    margin-bottom: 10px;
}

#banner li a {
    text-decoration: none;
}

#banner img {
    color: #535353;
    display: block;
    margin-top: 4px;
    margin-bottom: 4px;
}

.extlink {
	color: #535353;
    font-size: 10px;
}

img {
    border: 0;
}

.fakebutton {
 background-color: #a0a0a0;
 height: 100%;
 font-size: 26px;
 line-height: 30px;
 align:center;
 width: 150px;
 display: block;
 margin-bottom: 16px;
 border-style: solid;
 border-color: #535353;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
}

img[alt="mail"] { vertical-align: bottom; }
