@charset "UTF-8";
body {
	font-size:12px;
	background-color: #242424;
	background-image: url(images/bg.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
a{
	color:#FFFFFF;
}
.oneColFixCtr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #111111;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #111111;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:auto;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #image1{
	z-index: 1;	
	top:0;
}
.oneColFixCtr #navi{
	z-index: 100;
	top:0;
	position: absolute;
	width:903px;
	height:30px;
}
.oneColFixCtr #line{

	width:903px;
	height:17px;
}
.oneColFixCtr #content1{

	width:903px;
}
.oneColFixCtr #leftBox {
	width:425px;
	float: left;
	height:351px;
}
.oneColFixCtr #rightBox {
	width:445px;
	height:351px;
	padding-right:25px;
	float:right;
}	
.oneColFixCtr #leftBox2 {
	width:445px;
	float: left;
	height:270px;
	padding-left:20px;
}
.oneColFixCtr #rightBox2 {
	width:420px;
	height:270px;
	padding-right:5px;
	float:right;
}	
.upArr{
	padding-right:15px;
}

.oneColFixCtr #rightBox3 {
	width:425px;
	height:500px;
	padding-right:25px;
	float:right;
}
.oneColFixCtr #leftBox4 {
	width:405px;
	float: left;
	
	padding-left:20px;
}
.oneColFixCtr #rightBox4 {
	width:435px;
	
	padding-right:15px;
	float:right;
}