@charset "utf-8";
body {
	background-image: url(Images/background.jpg);
	background-repeat: no-repeat;
	font-family: "Comic Sans MS", cursive;
}

/* CSS Document */

#container {
	width: 900px;
	overflow: hidden;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(Images/container.jpg);
}

#banner {
	background-image: url(Images/header.jpg);
	height: 100px;
	width: 900px;
}

#menu_bar {
	background-image: url(Images/menu%20bar.jpg);
	height: 40px;
	width: 900px;
}
#main_image {
	background-image: url(Images/text-column_contact.jpg);
	height: 465px;
	width: 900px;
}
#colouring2 {
	float: right;
	height: 82px;
	width: 200px;
	padding-top: 150px;
	padding-right: 50px;
}
#colouring1 {
	float: left;
	height: 82px;
	width: 150px;
	padding-top: 150px;
	padding-left: 50px;
}



#main_image_text {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	text-align: center;
	padding-top: 80px;
	color: #009;
}
#main_text {
	padding: 220px;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	text-decoration: underline;
	color: #F9E232;
	font-weight: normal;
}


#footer {
	background-image: url(Images/footer.jpg);
	width: 900px;
	float: right;
	height: 40px;
}
#footer_text {
	text-align: center;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CC4800;
	width: 900px;
}
#footer_text2 {
	color: #CC4800;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
	margin-top: 10px;
	padding-right: 10px;
}

#left_column {
	background-image: none;
	height: 465px;
	width: 300px;
	float: left;
}
.styledtable {
	background-color: #FF7802;
	border-collapse: collapse;
	height: 465px;
	width: 300px;
	float: left;
}

#right_column {
	float: left;
	height: 465px;
	width: 600px;
	background-image: url(Images/text-column_activities.jpg);
	color: #FAE122;
}
.styledtable tr td {

}

#question_marks {
	float: left;
	width: 250px;
	padding-left: 50px;
	margin-top: 120px;
}
#splotches {
	float: right;
	width: 300px;
	margin-top: 125px;
}
#video_table {
	margin-top: 65px;
	margin-left: 170px;
	position: absolute;
}

