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

body {
	background-color: #f2d5de;
	margin: 0px;
}
#navigation {
	margin: 0px;
	float: left;
	width: 200px;
	background-image: url(images/back5.jpg);
	background-repeat: repeat-y;
	height: 1350px;
}
#content {
	float: right;
	width: 550px;
	text-align: center;
	height: 1350px;
	background-color: #efe3e7;
}
.textDiv {
	width: 530px;
}

#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	height: 1350px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dashed;
	border-bottom-style: none;
	border-left-style: dashed;
	border-right-color: #FF3366;
	border-left-color: #FF3366;
}
.introText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #006633;
}

.basicText {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #d91152;
}
.basicParagraph {
	text-align: left;
	padding-right: 20px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

