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

body {
	margin: 0px;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(../images/backbg.png);
	background-repeat: repeat;
}
body{
text-align: -moz-center;
}
.stage{
	background-image: url(../images/vbg.gif);
	background-repeat: repeat-y;
	background-position: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #782371;
	border-right-color: #782371;
	border-bottom-color: #782371;
	border-left-color: #782371;
	width: 800px;
}
.lbar{
	background-image: url(../images/right_bg.gif);
	background-repeat: repeat-x;
}
.rbar{}
.header{
	height: 374px;
	width: 800px;
	display: block;
}
.left_bar_shadow{
	height: 127px;
	width: 16px;
	background-image: url(../images/left_bar_shadow.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}
.container{
	display: block;
	width: 800px;
	background-image: url(../images/flower.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.news_section{
	display: block;
	width: 210px;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: 100px;
}
.news_section h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #782371;
	font-size: 11px;
	text-transform: uppercase;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.content_section{
	display: block;
	width: 530px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 230px;
	text-align: left;
}
.content_section h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #782371;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.footer{
	width: 760px;
	padding: 5px;
	height: 30px;
}
.footer .copy{
	display: block;
	width: 300px;
	float: right;
	text-align: right;
	padding: 5px;
}
.footer .pwd{
	display: block;
	width: 300px;
	float: left;
	padding: 5px;
	text-align: left;
}
.footer .pwd a:link, .footer .pwd a:visited{
	text-decoration: none;
	color: #000000;
}
.footer .pwd a:hover{
	color: #782371;
	text-decoration: underline;
}
a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
