@charset "utf-8";
/* CSS Document */
#main_container {
	position:relative;
	width:990px;
	height:915px;
	z-index:1;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
}
#right_side {
	position:absolute;
	width:240px;
	height:100%;
	z-index:1;
	background-color: #3a1a1b;
	right: 0px;
	padding-top: 100px;
	padding-right: 15px;
	padding-left: 15px;
}
body {
	margin-top: 0px;
}
#logo_position {
	position:absolute;
	width:250px;
	height:100px;
	z-index:2;
}
#family_fun {
	position:absolute;
	width:362px;
	height:346px;
	z-index:3;
	top: 105px;
}
#family_right_space {
	position:absolute;
	width:356px;
	height:196px;
	z-index:4;
	background-color: #641218;
	top: 105px;
	left: 363px;
	padding-top: 150px;
}
.heading_text_white {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
.common_text_white {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
}
#contact_info {
	position:absolute;
	width:600px;
	height:410px;
	z-index:5;
	top: 455px;
}
.heading_text_gray {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: bold;
	color: #666666;
}
.common_text_gray {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#top_nav {
	position:absolute;
	width:490px;
	height:20px;
	z-index:6;
	left: 210px;
	top: 85px;
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #650E14;
}
.nav_space {
	padding-right: 4px;
	padding-left: 4px;
}
#footer {
	position:absolute;
	width:100%;
	height:20px;
	z-index:7;
	top: 900px;
}
.footer_text {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.image_push {
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
}
#slogan {
	position:absolute;
	width:200px;
	height:20px;
	z-index:8;
	top: 80px;
}
.image_push_right {
	padding-right: 5px;
	padding-left: 5px;
}
.thank_you {
	font-family: "Trebuchet MS";
	font-size: 25px;
	font-weight: normal;
	color: #333333;
}
.common_thank_text {
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}