/* CSS Document */

body {
	background-color:#3C1332;
	}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	background-color: #CCCCCC;
	border-right: 2px inset #999;

	border-left: 1px #fff solid;
	border-top: 1px #666 solid;
	}
#top {
	height:155px;
	width:800px;
	background-color:#C7D7AA;
	background-image:url(images/bar.gif);
	}

#slideshow {
	float:right;
	width:310px;
	height:350px;
	padding-top: 100px;
	background-image: url(images/slideshow_bg.gif);
	background-repeat: no-repeat;
	}
#content {
	background-color:#EBEBEB;
	background-image:url(images/bg_pub.jpg);
	background-position:right;
	background-repeat:no-repeat;
	width:800px;
	height:450px;
	float:left;
	padding-top: 5px;
	border-top: 1px solid #fff;
	}
#text {
	font-size:14px;
	font-family:Tahoma, Verdana, Arial;
	color:#666666;
	width:600px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	}
#footer {
	font-size:12px;
	font-family:Tahoma, Verdana, Arial;
	color:#333333;
	padding-left:5px;
	width: 795px;
	height: 95px;
	font-weight: bold;
	background-image: url(images/bar_footer.gif);
	background-repeat: repeat-x;
	clear:both;

	}
.info {
	position:absolute;
	left: 547px;
	top: 866px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 201px;
	height: 62px;
	}

