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

body {
	background-color: #FFCCFF;
	margin: 0px;
	padding: 0px;
	background-image: url(bg_pink_white_flowers.gif);
	background-repeat: repeat-y;
	background-position: center;
}

#wrapper {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	line-height: normal;
	color: #666666;
	background-color: #FFFFFF;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 3px;
}
#nav {
	margin-top: 10px;
	float: right;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 5px;
	padding-right: 2px;
	padding-left: 5px;
}

#banner {
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	clear: both;
	margin-top: 5px;
	border-top-width: 7px;
	border-bottom-width: 7px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #FFCCFF;
	border-bottom-color: #FFCCFF;
	padding-bottom: 10px;

}
#footer {
	width: 760px;
	border-top-width: 5px;
	border-top-style: double;
	border-top-color: #CCCCCC;
	text-align: center;
	color: #999999;
	font-size: 0.8em;
	line-height: 50px;
	clear: left;
	float: left;
	padding-top: 10px;
}
#footer a {
	text-decoration: none;
	color: #666666;
}
#footer a:hover {
	text-decoration: underline;
}


#footer .lineHeightFix {
	line-height: 5px;
}
#footer br {
	line-height: 15px;
}
#mainContent .question {
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 5px;
	color: #333333;
}
