body{

    text-align: center;
}


font, p, a , td, tr, div{
    font-family: 'Molengo', arial, serif;

    color: #000000;
    font-size: 12px;

}

a{
    color: #91862c;
}

a:hover{
    color: #969480;
}

#containerInner{
	width:810px;
	margin:10px auto;
}


#containerTop{

    margin: 0px auto;
    width: 800px;
    height: 410px;
    text-align: justify;
    border:1px solid #969480;
	background: #f6f7f8;

}
#containerTop h2{
margin: 0px;
padding: 0px;
}


#topList{
    width: 350px;

}

#loaded{
    border: 0px;
    width: 300px;
    height: 141px;
}

#topLeftCol{
    float: left;
    width: 420px;
    height: 330px;
    margin: 15px 5px 10px 5px;
	padding: 0px 5px;
    text-align: left;
	overflow: auto;
}

#topLeftCol ul{
	display: none;
	margin:0px;
	padding:0px;
}
#topLeftCol ul li{
	list-style:none;
margin:0px;
padding: 0px; 

}

#topLeftCol h2{
	margin-top:0px;
	padding-top:0px;
}


#topRightCol{
    float: right;
    width: 310px;
    padding: 5px;
    margin: 30px 10px;
    text-align:center;
	background: #ffffff;
	border: 2px solid #000000;

}

#topRightCol span{
  width: 170px;
  border: 1px auto;

}


.tabmenu{
width:680px;
padding: 10px;
border:1px solid #969480;
margin:5px auto;
background: #648594;
text-align:center;
}

.tabMenu li{
	display: inline;
	font-weight: bold;
	font-size:16px;
	padding: 5px;
	cursor:pointer;
	border:1px solid #575a5c;
	color: #d6dfe5;
	background: #91862c; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#acc9b2', endColorstr='#3e6f49'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#acc9b2), to(#3e6f49)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #acc9b2,  #3e6f49); /* for firefox 3.6+ */ 
}

.tabMenu li:hover{
	color: #ab2336;
}

#Sponsors{

    width: 800px;
    margin: 0px auto;
    text-align: center;
}

#Sponsors img{
    margin: 0px 10px;
}

#contents{

    margin: 0px auto;
    text-align: justify;

}

#contents pre {
	width: 300px;
}

#footer{

    width: 800px;
    margin: 10px auto;
    text-align: center;

}

#footer p {
        text-align: center;

}



/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; }
.ui-corner-tr { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-br { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-top { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-right {  -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; }
.ui-corner-left { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; }
.ui-corner-all { -moz-border-radius: 4px; -webkit-border-radius: 4px; }


.fg-button { line-height: 160%; border: 0px; outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }

a.fg-button { float:left; }

/* remove extra button width in IE */

button.fg-button { width:auto; overflow:visible; }


.shadow {

-moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
/* For IE 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

}


