@charset "utf-8";
/* CSS Document */

#container {
width: 968px;
background: #FFFFFF;
margin: 0 auto;
padding-left: 10px;
padding-right: 10px;
overflow: hidden;
}
#main_image {
	float: left;
	height: 440px;
	width: 535px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #7a006d;
	border-right-color: #7a006d;
	border-bottom-color: #7a006d;
	border-left-color: #7a006d;
}
#banner {
	height: 36px;
	width: 964px;
	padding-top: 104px;
	border: 2px solid #91278c;
	background-image: url(images/banner.jpg);
}

#main_text {
	float: right;
	height: 430px;
	width: 409px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #7a006d;
	background-color: #FFF;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #7a006d;
	border-right-color: #7a006d;
	border-bottom-color: #7a006d;
	border-left-color: #7a006d;
}
