@charset "utf-8";
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #CCC;
	height: auto;
}
/* CSS Document */

#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	height: inherit;
	background-color: #ccefff;
}

#banner {
	background-image: url(images/banner1.jpg);
	height: 25px;
	width: 420px;
	padding-top: 75px;
	padding-left: 550px;
	background-repeat: no-repeat;
}
#main_image {
	background-image: url(images/main_imageflip.jpg);
	height: 290px;
	width: 524px;
	background-repeat: no-repeat;
	padding-left: 445px;
	padding-top: 30px;
}
#container #main_image #main_text #main_text h3 strong {
	font-size: 16%;
}

#main_text {
	background-color: #e8f8ff;
	width: 450px;
	line-height: 120%;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 13px;
	padding-left: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
}
}
#main_text p {
	font-size: 12px;
}
#main_text h3 {
font-size: 120%;
color: #00b4e1;
margin-top: 0px;
margin-bottom: 10px;
}
#main_text h4 {
font-size: 100%;
margin:0 auto;

}
#main_text p{
	margin:10px;
	width: 450px;
	font-size: 12px;
}

#column_container {
	float: left;
	width: 489px;
	height: auto;
}

#left_column {
	float: left;
	width: 465px;
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-top: 0px;
	padding-left: 9px;
	background-color: #ccefff;
	height: 525px;
}


#right_column {
	float: right;
	width: 470px;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 9px;
	height: auto;
}
#messagebox {
	width: 470px;
	background-color: #ccefff;
	height: auto;
	padding-left: 242px;
	padding-bottom: 20px;
	font-size: 13px;
}
