@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0;
	padding: 0;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #D0CEEB;
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #515151;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	font-size: 18px;
	color: #515151;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #515151;
}
a:hover {
	text-decoration: underline;
	color: #FF3B52;
}
a:active {
	text-decoration: none;
	color: #515151;
}
h2 {
	color: #FF3B52;
	font-weight: bold;
	font-size: 30px;
}

#main {
	width: 748px;
	height: 543px;
	margin: 5px auto 0 auto;
	padding: 0;
}
#logo {
	width: 548px;
	height: 147px;
	margin: 0 auto;
}
#logo_pic {
	background-image: url(images/logo.gif);
	width: 548px;
	height: 147px;
	display: block;
	text-indent: -9999px;
}

#top_border {
	background-image: url(images/top_bg.gif);
	width: 748px;
	height: 11px;
	background-repeat: no-repeat;
}

#left_border {
	width: 21px;
	float: left;
	margin: 0;
	padding: 0;
	height: 532px;
	background-image: url(images/left_bg.gif);
}
#right_border {
	width: 21px;
	float: right;
	margin: 0;
	padding: 0;
	height: 532px;
	background-image: url(images/right_bg.gif);
	background-repeat: no-repeat;
}


#white {
	width: 706px;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: solid #ff3b52 6px;
	background-image: url(images/couple_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#confused_pic {
	background-image: url(images/confused.gif);
	width: 658px;
	height: 175px;
	display: block;
	text-indent: -9999px;
}
#confused {
	width: 658px;
	height: 175px;
	margin: 17px auto 0 auto;
}
#left_content {
	width: 406px;
	height: 320px;
	border-right: solid #ff3b52 1px;
	padding: 10px 10px 10px 24px;
	text-align: center;
}

#right_content {
	width: 220px;
	float: right;
	padding: 10px 24px 10px 10px;
}
.big_text {
	font-size: 24px;
}
.small_text {
	font-size: 12px;
}
.small_text a {
	font-size: 12px;
	font-weight: bold;
}

#footer {
	margin: auto;
	width: 396px;
	text-align: center;
	padding: 15px 0;
	clear: both;
	height: 37px;
	background-image: url(images/footer.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}
#form_box {
	width: 405px;
	float: left;
	margin: auto;
}
#blue_cross {
	width: 71px;
	height: 84px;
	position: absolute;
	top: 28px;
	right: 0px;
	background-image: url(images/blue_cross.gif);
}
