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

#container {
	width: 800px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	background-color: #CED7FD;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	border: thick double #CED7FD;
}
#banner {
	background-image: url(Images/banner.gif);
	height: 230px;
	width: 800px;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #785107;
	padding-top: 5px;
	padding-left: 0px;
}
#text1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	color: #000;
}
#text3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	padding-bottom: 0px;
	color: #000;


}



#banner_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #966407;
	text-align: right;
	padding-right: 175px;
	font-weight: lighter;
}
#banner_text2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: right;
	padding-right: 190px;
	color: #333;

}
#sarl {
	font-size: 12px;
	color: #666;
}

