@charset "UTF-8";
/* CSS Document */
body {
	background-image: url(images/bg.jpg);
	background-color:#080008;
	margin:auto;
	padding:0px;
}
#container {
	width:1000px;
	height:100%;
	margin:auto;
	padding:0px;
}

#nav_container {
	width:1000px;
	height:363px;
	padding:0px;
	margin:auto;
	z-index:5;
	}

#nav_header {
	background-image:url(images/head.jpg);
	height:152px;
	padding:0;
	margin:auto;
}

.navbox {
	width: auto;
	height:auto;
	float: left;
	margin: auto;
	padding: 0px;
}
#nav ul {
	display: inline;
	list-style-type: none;
}

#nav ul li{
	display: inline;
	list-style-type: none;
}

#body_container {
	width:1000px;
	height:831px;
	background-image:url(images/body_bg.jpg);
	background-repeat:no-repeat;
	padding:0;
	margin:auto;
	z-index:0;
}
#fade_top {
	width:486px;
	height:29px;
	z-index:4;
	float:right;
	padding-right:7em;
}

#fade_bottom {
	background-image: url(images/textfade_bottom.png);
	background-repeat:no-repeat;
	width:486px;
	height:203px;
	position:relative;
	z-index:2;
	float:right;
	padding-right:7em;
}

#text {
	width:486px;
	height:800px;
	z-index:1;
	float:right;
	padding-right:7em;
	overflow: auto;
	overflow-x:hidden;
	position:relative;
}

#outro {
	background-image:url(images/outro.jpg);
	height:332px;
	width:1000px;
	padding:0;
	margin:auto;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
	height:49px;
	width:1000px;
	padding:0;
	margin:auto;
}

.textframe {
	width:450px;
	height:auto;
	background-image:url(images/text_bg.png);
	background-repeat:repeat-y;
	padding-left:1em;
	padding-bottom:1em;
	padding-top:1em;
	padding-right:20px;
	line-height: 20px;
}
#footer ul{
	display: inline;
	float: right;
	padding-right:1em;
}
#footer li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	padding-left:1em;
	display: inline;
	list-style-type: none;
}


h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:24px;
	color:#FFF;
}

h4 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#FFF;
}

h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#bfce7b;
}

h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#FFC;
}

p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFC;
	line-height: 20px;
}
.textframe li{
	padding-top: 1em;
	list-style-image: url(images/li.png);
	list-style-type: none;
}
a {color:#bfce7b;
}

a:hover{
	color:#3F6;
}

li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#FFC;
}

.text_img {
	margin-top:1em;
}

.event {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #bfce7b;
	margin: auto;
	padding: 0px;
}

