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

body {
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
}

a:link, a:visited {
	color: #6EAA46;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

body,td,th {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

#container {
	position:relative;
	z-index:2000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 50px;
	padding:0px;
	width: 450px;
	height:620px;
	border: 12px solid #FFFFFF;
	background-color: #000;
	text-align: center;
}

#bg_bar {
	position:relative;
	z-index:200;
	padding:0px;
	height:500px;
	border: 12px solid #FFFFFF;
	background-image: url(images/bg_transp.png);
	background-repeat: repeat;
	margin-top: -330px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
}

#links {
	margin-top: -180px;
	text-align: right;
	font-size: 16px;

}
#links p {
	font: 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #000;
	line-height: 14px;
}
#links li {
	margin-right: 15px;
	font-size: 95%;
	color: #fff;
	line-height: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0px;
	font-weight: bold;
}

#links li ul {
	margin-right: 0px;
	font-size: 85%;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 0px;
}

#links li ul li {
	margin: 0;
	padding-top: 1px;
	line-height: 16px;
}

#links a, a:visited  {
	line-height: 15px;
}

#links a:hover {
	padding: 2px;
	border: 5px solid #fff;
	color: #E2BE10;
	text-decoration: none;
	background-color: #000;
}


#links a.navsection, a:link.navsection, a:visited.navsection, p.normal {
	color: #473B2B;
	padding: 2px;
	border: 1px solid #ffffcc;
}

#links a:hover.navsection {
	text-decoration: none;
	background: #ffec9a;
	padding: 2px;
	border: 1px solid #f1c918;
}

h1 {
	font: bold 24px "Trebuchet MS", Verdana, Arial, sans-serif;
	margin: 00px;
}

h2 {
	text-align: center;
	margin-bottom: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

h3 {
	clear: top;
	margin:0px;
	font: bold 16px "Trebuchet MS", Verdana, Arial, sans-serif;
}

