/* CSS Document */
@charset "UTF-8";
p {
	margin-top: .1em;
} 
div.shine1 {
	position: fixed;
	height: 450px;
	width: 500px;
	left: 0px;
	top: 0px;
	background-image: url(images/top_left.png);
}
div.shine2 {
	position: fixed;
	height: 450px;
	width: 500px;
	background-image: url(images/bottom_right.png);
	right: 0px;
	bottom: 0px;
}
#parallax {
	position:absolute;
	overflow:hidden;
	width:1000px;
	height:200px;
	margin-left: -500px;
	left: 50%;
}
div.top1 {
	height: 200px;
	width: 1000px;
	position: absolute;
	margin-left: -500px;
	left: 50%;
	background-image: url(images/header_L1.png);
	background-repeat: no-repeat;	
}
div.logo {
	position: absolute;
	height: 180px;
	width: 300px;
	top: 10px;
	left: 20px;
}
div.twit {
	position: absolute;
	height: 130px;
	width: 240px;
	top: 30px;
	right: 20px;
}
div.contentcontainer {
	width: 1000px;
	position: absolute;
	background-color: #2D2323;
	margin-left: -500px;
	left: 50%;
	top: 200px;
	color: #C8C8C8;
	overflow: visible;
	height: 700px;
}

div.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	width: 680px;
	position: absolute;
	top: 48px;
	text-align: left;
	color: #C8C8C8;
	padding-top: 5px;
	padding-right: 5px;
	overflow: auto;
	margin-right: 275px;
	margin-left: 20px;
	height: 600px;
	visibility: inherit;
}
div.right_container {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #966400;
	background-color: #423939;
	position: absolute;
	width: 240px;
	top: 48px;
	right: 20px;
	padding: 5px;
	height: 600px;
	overflow: auto;
}
div.divider {
	background-image: url(images/Div_bar.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 10px;
	width: 960px;
	left: 20px;
	top: 40px;
	right: 20px;
}
div.Nav {
	position: absolute;
	height: 20px;
	width: 960px;
	left: 20px;
	top: 10px;
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #4065B9;
}
div.footer {
	background-image: url(images/Div_bar.png);
	background-repeat: repeat-x;
	position: absolute;
	height: 20px;
	width: 960px;
	right: 20px;
	bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
}
div.Xion {
	position: absolute;
	height: 20px;
	width: 150px;
	left: 0px;
	bottom: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: italic;
	text-align: left;
}
