body {
    font-family: arial,tahoma,helvetica;
    font-size: 10pt;
    padding: 0px;
    margin: 0px;
    background: #b5d8e8;
}
img {
    border: 0px;
}
h1, h2, h3 {
    margin: 0px;
    padding: 0px;
}
a {
    color: #111;
    text-decoration: none;
}
#bgcontainer {
    background: url(/images/bg.png) repeat-x #b5d8e8;
    min-height: 481px;
}
#top_banner {
    height: 90px;
    width: 728px;
    float: right;
    margin-top: 15px;
}
#menu {
    clear: both;
    text-align: right;
    padding-top: 25px;
    vertical-align: middle;
}
#menu a {
    color: #111;
    font-size: 11pt;
    text-decoration: none;
    position: relative;
    top: 10px;
    font-weight: bold;
}
#menu .link_active {
    float: right;
    width: 90px;
    text-align: center;
    background: #52647a;
    height: 39px;
}
.link_active a {
	color: #ddd !important;
}
#menu .link {
    float: right;
    width: 90px;
    text-align: center;
    height: 39px;
    margin-right: 0px;
}
#menu .link_left {
	float: left;
	width: 5px;
	height: 39px;
	background: url(/images/nav_corners.gif);
}
#menu .link_right {
	float: right;
	width: 5px;
	height: 39px;
	background: url(/images/nav_corners.gif) right;
}
#menu a:hover {
    font-weight: bold;
}
#bodycontainer {
    margin: 0 auto;
    width: 940px;
    padding-left: 10px;
    padding-right: 10px;
}
#column1 {
    margin-top: 20px;
    width: 620px;
    float: left;
}
#column1 a {
    text-decoration: underline;
}
#column2 {
    margin-top: 20px;
    width: 300px;
    float: right;
    color: #333;
}
#column2 a {
    color: #111;
    font-weight: bold;
    font-size: 11pt;
}
.column3 {
    float: left;
    width: 49%;
    font-size: 8pt;
    margin-bottom: 15px;
}
.column4 {
    float: left;
    width: 49%;
    font-size: 11pt;
    margin-bottom: 15px;
}
.column4 a { 
    font-size: 12pt;
    font-weight: bold;
    color: #444;
}
#footer {
    background: url(/images/footer.png);
    height: 247px;
    margin: 0 auto;
}
.clear {
    clear: both;
}
.gamecontainer {
    text-align: center;
    width: 180px;
    float: left;
    margin-right: 20px;
    min-height: 180px;
}
.gamecontainer a {
    text-decoration: none;
    color: #333;
}
.gamecontainer img {
    border: 1px solid #333;
}
.small_cloud {
	padding-top: 15px;
	margin-top: 25px;
	float: left;
	width: 108px;
	height: 80px;
	background: url(/images/small_cloud.png);
	text-align: center;
	font-size: 7pt;
}
.large_cloud {
	padding-top: 20px;
	float: left;
	width: 177px;
	height: 122px;
	background: url(/images/main_cloud.png);
	text-align: center;
	font-size: 7pt;
}
.small_cloud2 {
	padding-top: 15px;
	margin-top: 25px;
	float: left;
	width: 108px;
	height: 80px;
	background: url(/images/little_lightcloud.png);
	text-align: center;
	font-size: 7pt;
}
.large_cloud2 {
	padding-top: 20px;
	float: left;
	width: 177px;
	height: 122px;
	background: url(/images/main_lightcloud.png);
	text-align: center;
	font-size: 7pt;
}
.small_cloud a {
    text-decoration: none !important;
}
.large_cloud a {
    text-decoration: none !important;
}
