	body {
		padding:0px;
		background: #000000;
		}

	#content { position: relative;
		top: 60px;
		height: 500px;
		width: 800px;
		margin: 0 auto;
		border: solid;
		border-color: #002E68;
		border-width: 3px;
		font-size: 12px;
		font-family: verdana;		
		font-weight: none;
		color: #000000;
		background: #FFFFFF;
		padding: 15px;
		}

	#content3d { position: relative;
		top: 60px;
		height: 700px;
		width: 800px;
		margin: 0 auto;
		border: solid;
		border-color: #002E68;
		border-width: 3px;
		font-size: 12px;
		font-family: verdana;		
		font-weight: none;
		color: #000000;
		background: #FFFFFF;
		padding: 15px;
		}
	
	#contentlarge { position: relative;
		top: 60px;
		height: 600px;
		width: 800px;
		margin: 0 auto;
		border: solid;
		border-color: #002E68;
		border-width: 3px;
		font-size: 12px;
		font-family: verdana;		
		font-weight: none;
		color: #000000;
		background: #FFFFFF;
		padding: 15px;
		}

	#banner { position: absolute;
		top: 0px; left: 110px; width: 600px; height: 80px;
		border: solid;
		border-color: #002E68;
		border-width: 0px;
		font-size: 12px;
		font-family: tahoma;		
		font-weight: none;
		color: #FFFFFF;
		background: #FFFFFF;
		}

	#maintext { position: absolute;
		top: 120px; left: 150px; width: 500px; height: auto;
		border: solid;
		border-color: #002E68;
		border-width: 0px;
		font-size: 12px;
		font-family: verdana;		
		font-weight: none;
		color: #000000;
		text-align: justify;
		background: #FFFFFF;
		line-height: 17px;
		}
		
	#maintext3d { position: absolute;
		top: 120px; left: 145px; width: 500px; height: auto;
		border: solid;
		border-color: #002E68;
		border-width: 0px;
		font-size: 12px;
		font-family: verdana;		
		font-weight: none;
		color: #000000;
		text-align: justify;
		background: #FFFFFF;
		line-height: 17px;
		}

	#left1 { position: absolute;
		top: 120px; left: 15px; width: 100px; height: 100px;
		border: solid;
		border-color: #002E68;
		border-width: 2px;
		font-size: 12px;
		font-family: verdana;		
		font-weight: bold;
		color: #000000;
		text-align: center;
		background: #D9E0FF;
		}

	#right1 { position: absolute;
		top: 120px; right: 15px; width: 100px; height: 100px;
		border: solid;
		border-color: #002E68;
		border-width: 2px;
		font-size: 12px;
		font-family: verdana;		
		font-weight: bold;
		color: #000000;
		text-align: center;
		background: #D9E0FF;
		}
	
	#left2 { position: absolute;
		top: 240px; left: 15px; width: 100px; height: 100px;
		border: solid;
		border-color: #002E68;
		border-width: 2px;
		font-size: 12px;
		font-family: verdana;		
		font-weight: bold;
		color: #000000;
		text-align: center;
		background: #D9E0FF;
		}

	#right2 { position: absolute;
		top: 240px; right: 15px; width: 100px; height: 100px;
		border: solid;
		border-color: #002E68;
		border-width: 2px;
		font-size: 12px;
		font-family: verdana;		
		font-weight: bold;
		color: #000000;
		text-align: center;
		background: #D9E0FF;
		}
	
	#left3 { position: absolute;
		top: 360px; left: 15px; width: 100px; height: 100px;
		border: solid;
		border-color: #002E68;
		border-width: 2px;
		font-size: 12px;
		font-family: verdana;		
		font-weight: bold;
		color: #000000;
		text-align: center;
		background: #D9E0FF;
		}

	#right3 { position: absolute;
		top: 360px; right: 15px; width: 100px; height: 100px;
		border: solid;
		border-color: #002E68;
		border-width: 2px;
		font-size: 12px;
		font-family: verdana;		
		font-weight: bold;
		color: #000000;
		text-align: center;
		background: #D9E0FF;
		}


	#footer { position: absolute;
		top: 480px; left: 210px; width: 400px; height: auto;
		border: solid;
		border-color: #002E68;
		border-width: 1px;
		font-size: 10px;
		font-family: verdana;		
		font-weight: none;
		color: #000000;
		background: #FFFFFF;
		text-align: center;
		}
	
	#footer3d { position: absolute;
		top: 680px; left: 210px; width: 400px; height: auto;
		border: solid;
		border-color: #002E68;
		border-width: 1px;
		font-size: 10px;
		font-family: verdana;		
		font-weight: none;
		color: #000000;
		background: #FFFFFF;
		text-align: center;
		}

		#left1:hover {
	background: #00C6FF;
	}
		#left2:hover {
	background: #00C6FF;
	}
		#left3:hover {
	background: #00C6FF;
	}
		#right1:hover {
	background: #00C6FF;
	}
		#right2:hover {
	background: #00C6FF;
	}
		#right3:hover {
	background: #00C6FF;
	}
	
		a:link { 
	color: #002E68;
	}
		a:visited { 
	color: #002E68;
	}
		a:hover { 
	color: #0070FF;
	}