* {
    margin: 0pt;
    padding: 0pt;
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
}

img {
    border: none;
}

body {
    font-family: Arial, Helvetica;
    background: url(background.png) repeat-x top left;
    width: 100%;
    line-height: 2.0em;
    font-size: 0.7em;
}
strong {
    color: #333333;
    border-bottom: 1px dashed #999999;
}
#wrap {
    width: 950px;
    margin: 0pt auto;
}

#header {
    width: 800px;
    margin: 0pt auto;
    position: relative;
    top: 8px;
}

#logo {
}
#twitter {
    position: absolute;
    top: -64px;
    right: -64px;
    z-index: 100;
    width: 128px;
}
#tabs {
    clear: both;
    width: 800px;
    margin: 0pt auto;
}

.tab {
    height : auto;
    position : relative;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    float: left;
    padding: 4px 8px;
    margin: 5px 1px 0pt;
    background : #ffffff url(box_tl.png) no-repeat;
}

.tab_active {
    background : #ffffff url(box_tl.png) no-repeat;
    color: #3C82A1;
}
.tab a {
    color: #000000;
    text-decoration: none;
}
.tab a:hover {
    text-decoration: underline;
}
.tab_active a {
    color: #3C82A1;
}
.box_tr, .box_bl, .box_br {
    position : absolute;
    width : 8px;
    height : 8px;  
    display : block;
}

.box_tl {
    background : #ffffff url(box_tl.png) no-repeat;
}

.box_tr {
    background : transparent url(box_tr.png) no-repeat;
    top : 0;
    right : 0;
}

.box_bl {
    background : transparent url(box_bl.png) no-repeat;
    bottom : 0;
    left : 0;
}

.box_br {
    background : transparent url(box_br.png) no-repeat;
    right : 0;
    bottom : 0;
}
#content {
    background : #ffffff url(box_tl.png) no-repeat;
    position: relative;
    height: auto;
    width: 800px;
    background-color: #ffffff;
    color: #000000;
    margin: 0pt auto;
    padding: 10px 20px;
    clear: both;
}
h2 {
    text-align: center;
    margin: 1em 0pt;
}
.review {
    font-size: 120%;
    width: 80%;
    margin: 0pt auto;
}
.review p {
    text-indent: 2em;
}
.picture {
    padding: 10px;
    float: left;
}
.datatable {
    border-collapse: collapse;
    text-align: center;
    margin: 20px auto;
    width: 700px;
    font-family: 'Georgia', 'Sans Serif';
    font-size: 14px;
}

.datatable th {
    background:#FFE680 none repeat scroll 0%;
    border-top:4px solid #FFD670;
    color:#333333;
    font-size:15px;
    font-weight:bold;
}

.datatable td {
    background:#FFF2BF none repeat scroll 0%;
    border-left:1px solid #FFFFFF;
    color:#55391C;
    padding: 5px 0px;
}

td.icon {
    background:#FFE680 none repeat scroll 0%;
    border-bottom:1px solid #FFFFFF;
    border-left: medium none;
    color:#003399;
    font-size:13px;
    font-weight:normal;
    padding:8px;
}

td.title {
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    color: #333333;
    font-size: 80%;
    line-height: 1.1em;
}

td.text {
    font: 80% Verdana;
    padding: 5px;
    text-align: left;
    text-indent: 1em;
}

td.hl {
    color: #E00000;
    font-weight: bold;
}

form {
    width: 300px;
    margin: 0pt auto;
    text-align: center;
}
form li {
    padding: 5px;
}
form label {
    font-weight: bold;
    display: block;
}

#footer {
    margin-top: 20px;
    text-align: center;
    font-size: 80%;
}

.textcenter {
    text-align: center;
}

.star {
    display: inline;
}
.star img {
    position: relative;
    top: 5px;
}
