@charset "utf-8";
/*CSS Document */

#container {
	width: 970px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow:hidden;
}
#main_image {
	background-image: url(images/main22.jpg);
	background-repeat: no-repeat;
	height: 532px;
	width: 970px;
	padding-left: 200px;
	padding-top: 100px;
	position: relative;
}
#main_text {
	height: 250px;
	background-image: url(images/transp.png);
	width: 600px;
	border: thin ridge #009;
	padding: 5px;
}
#main_text h3 {
	text-align:center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24pt;
	font-style: oblique;
	line-height: normal;
	font-weight: bold;
	color: 663366;
}
#main_text h4 {
	font-size: 12pt;
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-variant: normal;
	font-weight: bold;
	font-style: oblique;
	text-align: center;
}
#main_image #main_text h4 a {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	color: #800080;
}
