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

#Container {
	position: relative;
	float: center;
	width: 100%;
	height: 100%;
}
#nav {
	position: relative;
	float: center;
	width: 550px;
	height: 180px;
  	margin: 0 auto;
	padding: 10px;
	/*border: 1px solid #666;*/
	/*background: #0f0;*/
}
#HPText {
	position: relative;
	float: center;
	width: 400px;
	height: 165px;
  	margin: 0 auto;
	padding: 10px;
	/*border: 1px solid #666;*/
	/*background: #0f0;*/
}

#leftads {
	position: relative;
	float: left;
	width: 120px;
	height: 240px;
	top: -230px;
	left: -155px;
  	margin: 0 auto;
	padding: 10px;
	/*background-color: #0F0;*/
	/*background: #f00;*/
}

#rightads {
	position: relative;
	float: right;
	width: 120px;
	height: 240px;
	top: -230px;
	left: 140px;
  	margin: 0 auto;
	padding: 10px;
	/*background-color:#F03;*/
	/*background: #00f;*/
}

#pleftads {
	position: relative;
	float: left;
	width: 120px;
	height: 240px;
	top: -100px;
	left: -155px;
  	margin: 0 auto;
	padding: 10px;
	/*background-color: #0F0;*/
	/*background: #f00;*/
}

#prightads {
	position: relative;
	float: right;
	width: 120px;
	height: 240px;
	top: -100px;
	left: 140px;
  	margin: 0 auto;
	padding: 10px;
	/*background-color:#F03;*/
	/*background: #00f;*/
}

#sleftads {
	position: relative;
	float: left;
	width: 120px;
	height: 240px;
	top: -135px;
	left: -155px;
  	margin: 0 auto;
	padding: 10px;
	/*background-color: #0F0;*/
	/*background: #f00;*/
}

#srightads {
	position: relative;
	float: right;
	width: 120px;
	height: 240px;
	top: -135px;
	left: 140px;
  	margin: 0 auto;
	padding: 10px;
	/*background-color:#F03;*/
	/*background: #00f;*/
}