@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	text-align:center;
	color: 000;
	background-color: #000;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	font-style: italic;
	color: #FFF;
	text-align: left;
	text-decoration: underline;
	text-indent: 150px;
	display: block;
}
p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFF;
	text-align: center;
	display: block;
}


.oneColFixCtr #container {
	width: 900px;
	margin: 0 auto;
	text-align:left;
}

.oneColFixCtr #leftHeader {
	width: 400px;
	height: 400px;
	background-color: #000;
	background-image: url(images/left_header.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	margin-top: 5px;
}

.oneColFixCtr #rightHeader {
	width: 500px;
	height: 400px;
	float: right;
	background-color: #000;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
	background-image: url(images/right_header.png);
}
#titleBar {
	float: left;
	height: 125px;
	width: 400px;
	background-image: url(images/name.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
}

.oneColFixCtr #mainContent{
	width: 900px;
	height: 500px;
	background-image: url(images/main_content.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
}

.oneColFixCtr #footer {
	width:900px;
	height: 100px;
	float: left;
	background-attachment: scroll;
	background-image: url(images/footer.png);
	background-repeat: repeat;
	background-position: center center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #FFF;
	text-align: center;
}


.oneColFixCtr #image001 {
	width: 335px;
	height: 259px;
	background-image: url(images/img_001.png);
	top: 100px;
	left: 200px;
	margin-top: 75px;
}

.oneColFixCtr #image002 {
	width: 335px;
	height: 259px;
	float: left;
	background-image: url(images/img_002.png);
	background-repeat: no-repeat;
	clip: rect(5px,auto,auto,auto);
	position: absolute;
	top: 250px;
}

.oneColFixCtr #menuBar {
	width: 500px;
	height: 150px;
	float: right;
	color: #FFF;
}

.oneColFixCtr #mainContentText {
	width: 900px;
	height: 250px;
	top: 563px;
	float: none;
	margin-top: 150px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FFF;
	text-indent: 25px;
	vertical-align: bottom;
}
