* {
	margin: 0;
	padding: 0;
	}

body{
	background-color: #6DC9EA;
}

.outer-container{
	padding-bottom: 40px;
}

.inner-container{
	border: none;
	margin: 0 auto;
	padding: 5px;
	width: 770px;
}

.header{
	height: 160px;
	padding-top: 40px;
	padding-bottom: 15px;
}

.menu{
	height: 40px;
	background-image: url(../images/site/backgrounds/nav_bg.jpg);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}

.main{
	padding-top: 12px;
	padding-bottom: 20px;
	z-index: 1;
}

.content{
	float: right;
	width: 534px;
	margin-right: 3px;
}

.main_top{
	background-image: url(../images/site/backgrounds/main_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 21px;
	margin-top: 4px;
}

.main_top_kids{
	width: 574px;
	background-image: url(../images/site/backgrounds/main_top_kids_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 240px;
	margin-left: -25px;
	margin-right: -15px;
}

.main_middle{
	background-image: url(../images/site/backgrounds/main_middle_bg.jpg);
	background-repeat: repeat-y;
	background-position:right;
	padding: 0px 30px 0px 30px;
	text-align: justify;
}

.main_bottom{
	background-image: url(../images/site/backgrounds/main_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 21px;
}

.wide_top{
	background-image: url(../images/site/backgrounds/wide_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 21px;
	margin-top: 4px;
	margin-left: 3px;
}

.wide_middle{
	background-image: url(../images/site/backgrounds/wide_middle_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px 30px 0px 10px;
	margin-left: 3px;
	text-align: justify;
}
.wide_bottom{
	background-image: url(../images/site/backgrounds/wide_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: 3px;
	height: 21px;
}

.green_top{
	background-image: url(../images/site/backgrounds/green_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 35px;
	margin-top: 4px;
}

.green_middle{
	background-image:url(../images/site/backgrounds/green_middle_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px 30px 0px 30px;
	text-align: justify;
}
.green_bottom{
	background-image: url(../images/site/backgrounds/green_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 57px;
}

#blue_container{
	width: 400px;
	margin-left: 35px;
	padding-top: 20px;
}

.blue_top{
	background-image: url(../images/site/backgrounds/blue_top_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 21px;
	margin-top: 4px;
}

.blue_middle{
	background-image:url(../images/site/backgrounds/blue_middle_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	padding: 0px 30px 0px 30px;
}
.blue_bottom{
	background-image: url(../images/site/backgrounds/blue_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 20px;
}

.leftbar{
	float: left;
	width: 247px;
	margin-left: -14px;
	z-index: 100;
}

.footer{
	text-align: center;
}
	
.clearer{
	clear: both;
	font-size: 0;
}
	
.left{
	float: left;
}
	
.right{
	float: right;
}

#game{
	margin-left: 4px;
	padding-bottom: 15px;
}

#competition_poster{
	margin-left: -10px;
	float: left;
	padding-right: 10px;
}

.competition_right{
	float: right;
	width: 200px;
}