/* These next three are the three sections of the web page */
#banner {
 	position:absolute;
 	top:15px;
 	border:1px solid black;
 	height:40px;
 	width:630px;
 	background-color:black;
	padding:7px;
 	left:20px;
	background: url(images/topban_pic.gif) ;

}

#content {
	position:absolute;
	width:510px;	
	top:80px;
	left:135px;
	background-color:white;
	border:1px solid black;
	padding:10px;
}

/*
#contents {
	position:absolute;
	left:20px;
	top:320px;
	border:1px solid black;
	background-color:white;
	width:120px;
	height:367px;
	padding:10px;
	background: url(images/niwapic_side.jpg) top left;
} */

#box1 {
	position:absolute;
	left:20px;
	top:80px;
	text-align:center;
	border:1px solid black;
	background-color:white;
	width:96px;
	padding:5px;


}

#box2 {
	position:absolute;
	left:20px;
	top:120px;
	text-align:center;
	border:1px solid black;
	background-color:white;
	width:96px;
	padding:5px;
}

#box3 {
	position:absolute;
	left:20px;
	top:160px;
	text-align:center;
	border:1px solid black;
	background-color:white;
	width:96px;
	padding:5px;
}

#box4 {
	position:absolute;
	left:20px;
	top:200px;
	text-align:center;
	border:1px solid black;
	background-color:white;
	width:96px;
	padding:5px;
}

#box5 {
	position:absolute;
	left:20px;
	top:240px;
	text-align:center;
	border:1px solid black;
	background-color:white;
	width:96px;
	padding:5px;
}

#box6 {
	position:absolute;
	left:20px;
	top:280px;
	text-align:center;
	border:1px solid black;
	background-color:white;
	width:96px;
	padding:5px;
}

#box7 {
	position:absolute;
	left:20px;
	top:320px;
	text-align:center;
	border:1px solid black;
	background-color:white;
	width:96px;
	padding:5px;
}

#box8 {
	position:absolute;
	left:20px;
	top:360px;
	text-align:center;
	border:1px solid black;
	background-color:white;
	width:96px;
	padding:5px;
}


#icebox { 
	padding-left: 10px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-color: #F5FBFF;
	border-style: dashed;
	border-width: 1px;
	border-color: #E3EDE9;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-right: 7px;
}



/* Base decoration */
body {
	padding:0px;
	margin:0px;
	background: url(images/sidepic.jpg) repeat top left;
}
body, table, div,p {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:12px;
}	
a {
	text-decoration:underline;
	color: #6A5ACD;
	font-weight:normal;
}
a:hover {
	text-decoration:underline;
	color:black;
	font-weight:normal;
}
h1 {
	color:black;
	font-weight:bold;
	font-size:14pt;
}

h2 {
	color: white;
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
}

h3 {
	color: #7B68EE;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}


h4 {
	color:#6A5ACD;
	text-decoration:none;
	font-size:8pt;
	font-weight:bold;
}


.top {
	text-align:right;
}