body {
    background: #000000 url(../background.jpg) repeat-x;
    font-family:"Segoe UI",Frutiger,Tahoma,"Helvetica","Helvetica Neue",Arial,sans-serif; 
    text-align:center; /* I'm going to kill IE8 */     
}

#header {
    position:relative;
    height:202px;
    width:100%;
    text-align:left;
}

#header .fg-button-set {
    position:absolute;
    bottom:15px;
    left:187px;
}

#header .advertizement {
    position:absolute;
    left:187px;
    bottom:65px;
}

#main #left_column {
    float:left;
}

#main #left_column .advertizement {
    padding:20px 0px 0px 15px;
}

#main #content {
    background-color:#EEEEEE;
    width:60%;
    padding:10px 10px 15px 15px;
    margin: 0px 15px 0px 15px;
    text-align:left;
    float:left;
}

#main #right_column {
    float:left;
}

#main #end {
    clear:both;
}

#footer {
    text-align:center;
    width: 60%;
    margin: 0 auto 0 auto;
    color: #FFFFFF;
}

#footer span {
    float:right;
}

#footer span img {
    border:none;
    margin-top:5px;
}

.contact_list {
    list-style-type:none;
}
.contact_list li {
    font-weight:bold;
}

.contact_list li p {
    margin-left:30px;
}

div.indent {
    margin-left:30px;
}

.fg-button { 
    outline: 0; 
    margin:0 -1px 0 0;
    padding: .4em 1em; 
    text-decoration:none !important; 
    cursor:pointer; 
    position: relative; 
    text-align: center; 
    zoom: 1;           
} 

.fg-button-set .fg-button { float : left; }

ul.nav_bar { 
    list-style-type:none;
    float:left;
    padding-left:0px;
}

ul.nav_bar > li { float:left; }           

.ui-accordion-content{ 
    zoom      : 1; /* see http://dev.jqueryui.com/ticket/4444 */
    font-size : .8em;
}

.game-list {
    float     : left;
    margin-top: 0px;
}

.purchase-game-wrapper {
    float:left;
    width:60%;
}

.purchase-game-wrapper .purchase-game {
    float:right;
    width:65%;
}

.game-image {
    float       : left;
    margin-left : 10px;
    margin-right: 10px;
}

.game-image img, span {
    cursor:pointer;
}

.zoom-text {
    font-size : .8em;
    float     : left;
}   

.purchase-game .title {
    font-weight: bold;
}

.purchase-game .price {
    color: #CC0000;
}

.purchase-game .buttons {
    margin-top: 5px;
}

.ui-widget > div > p {
    font-size : 12px;
}

.free-download {
    float:right;
    margin-top:10px; 
}

.ui-widget > div {
    padding: 0pt 0.7em;
}

.free-download .zip {
    font-size:.8em;   
}

.free-download a img {
    border:none;
}

form.hidden fieldset {
    display:none;
}

form fieldset {
    border:none;
}
.highlight {
    color: #CC0000;
}

.box_icon {
    float       : left;
    margin-right: .3em;
}

.left {
    float: left;
}

.clear {
    clear:both;
}

h1 {
    margin:0;
    position:absolute;
    top:20px;
    left:0px;
    z-index:3;
    width:187px;
    height:202px;
    background:url(../small_logo.png) no-repeat;
    text-indent:-9000px;
}

h1 a {
    display:block;
    height:202px;
    background:url(../small_logo.png) no-repeat;
}    