*, body{
    margin:0;
    padding:0;
}

body{
    font-family: Tahoma, Helvetica, sans-serif;
    font-size: 13px;
    line-height:1.5em;
    color:#000;
    text-align:left;
}

#article{
    text-align:left !important;
}

#body{
    background:#FFFFFF;
    border:2px solid #BBB;
    border-top:none;
    border-bottom:none;
}

h1 {
    margin-bottom:10px;
    font-size:16px;
    font-weight: bolder;
    color:#f18400;
}

h2 {
    margin-bottom:10px;
    font-size:14px;
    font-weight: bolder;
}

h3 {
    margin-bottom:10px;
}

h4 {
    margin-bottom:10px;
}

p {
    font-size: 12px;
    margin-bottom:10px;
    line-height:1.5em;
    text-align:left;
}

a {
    color: #CD000C;
    text-decoration: underline
}

a:hover {
    color: #888888;
    text-decoration: none;
    cursor: pointer;
}

a:active {
    outline: none;
}

#header{
    background:#FFF url('img/headerbg.gif') 0 0 repeat-x;
    border:2px solid #BBB;
    border-bottom:none;
}

#header img{
    margin-top:-2px;
}

center{
    margin-top:20px;
}

table[bgcolor="white"],
table[bgcolor="orange"]{
    border:2px solid #BBB;
    border-top:none;
    border-bottom:none;
}

table[bgcolor="orange"]{
    border:2px solid #BBB;
}

td {
    font-size: 12px;
}

.copyrights {
    font-family: Tahoma, Verdana, Arial, Helvetica;
    font-size: 11px;
    font-style: italic;
    color: black;
    text-align: center;
}

#footer{
    background:#f18400;
    border:2px solid #BBB;
    border-top:none;
}

img.left{
    float:left;
    margin:10px 10px 10px 0;
}

img.right{
    float:right;
    margin:10px 0 10px 10px;
}

#prizecontainer{
    margin-bottom:20px;
}

.prize{
    float:left;
    border:1px solid #825f06;
    background:#FFF;
    width:350px;
    height:183px;
    margin-right:12px;
    margin-bottom:12px;
    position:relative;
    -webkit-box-shadow: 0 0 15px -4px #CCC;
    -moz-box-shadow: 0 0 15px -4px #CCC;
    box-shadow: 0 0 15px -4px #CCC;
}

.prize.exclusive{
    width:714px;
}

.prize.nopad prize-content{
    padding:0;
    height:166px;
}

.prize.last{}

.prize-header{
    background:url('img/prize_headerbg.png') 0 0 repeat-x;
    color:#FFF;
    font-weight: bolder;
    padding:3px;
    font-size:11px;
}

.prize.exclusive .prize-header{}

.prize-content{
    padding:10px 5px;
    height:156px;
    text-align:left;
}

.prize.exclusive .prize-content{}

.prize-content .left_col{
    float:left;
    width:190px;
    padding-right:5px;
    border-right:1px solid #CCC;
}

.prize.exclusive .prize-content .left_col{}

.prize-content .right_col{
    float:left;
    width:130px;
    padding-left:10px;
}

.prize.exclusive .prize-content .right_col{
    width:470px;
}

.prize-footer{
    background:#eeffe5;
    height:20px;
    border-top:1px solid #e6dfcd;
    padding-left:99px;
}

.clear{
    clear:both;
}
