@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #FFFFFF;
	font: normal 18px "Times New Roman", Times, serif;
}
.pana #container {
	width: 800px;
	border: thick dotted #913F98;
	background-image: url(../images/bg_gradient-index.jpg);
	height: 460px;
	margin: 10px auto 0px;
}
.pana #mainContent {
	padding: 0 20px;
	background: url(../images/index.jpg) no-repeat center top;
}
.text_left {
	float: left;
	width: 400px;
	margin-left: 70px;
	text-align: center;
	padding-top: 10px;
}
.pana #container #mainContent #nav {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #CAE2CC;
}
h1 {
	font: bolder 28px "Times New Roman", Times, serif;
	color: #913F98;
}
a:link {
	font: bold 20px "Times New Roman", Times, serif;
	color: #913F98;
	text-decoration: none;
}
a:visited {
	color: #913F98;
	text-decoration: none;
	font: bold 20px "Times New Roman", Times, serif;
}
