@charset "utf-8";
body {
	padding: 0;
	margin: 0px;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-color: #FBC9D2;
}
#content {
	border: 4px solid #FFFFFF;
}
#mainpic {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#text {
	font-family: Arial, Helvetica, sans-serif;
	color: #AF3C4F;
	font-weight: bold;
	font-size: 24px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: justify;
}
#link {
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#pic img {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 2px solid #000000;
}
#footer {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px;
}
#footer a {
	color: #B13E51;
}

