@charset "utf-8";
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-color: #000;
}
#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#banner {
	position: relative;
}
#MenuBar {
	position: absolute;
	top: 70px;
	right: 0px;
	left: 287px;
	bottom: 0px;
	z-index: 3;
}
#main {
	position: relative;
	height: 5100px;
	width: 968px;
}
#left_column {
	width: 300px;
	height: 1195px;
	float: left;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	line-height: 1.2;
	padding: 12px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
}
#right_column {
	width: 550px;
	height: 1195px;
	float: left;
	margin-left: 40px;
	line-height: 1.2;
	padding: 12px;
}
#left_column h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 5px;
	color:#FFF
}
#left_column h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	color:#FFF
}
#left_column p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 13px;
	margin: 0 auto;
	color:#FFF;
	text-align: center;
	text-shadow: #000 1px 1px;
}
#right_column h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 5px;
	color:#FFF
}
#right_column h3 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
	color:#FFF;
	text-align: left;
}
#right_column h4 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 10px;
	color:#FFF;
	text-align: center;
}
#right_column p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
	margin: 0 auto;
	color:#FFF;
	text-align: justify;
}
.text-sans-serif {
	font-size: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}
#footer {
	background-color:#000;
	position: relative;
	height: 50px;
	width: 968px;
	float: left;
	margin-top: 30px;
}
#footer_text {
	background-color: #000000;
	width: 568px;
	line-height: 0.5;
	padding: 12px;
	position: absolute;
	right: 364px;
	bottom: -13px;
}
#footer_text h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
}
#footer_text p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #999;
}
.just {
	text-align: justify;
}
.titles {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: center;
}
.contents {
	font-size: 10px;
	text-align: center;
}
.white {
	color: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
}
.whiteBIG {
	color: #999;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.HELP {
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}