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

A:link {text-decoration: none; color:#009;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #00F;}

.outerDiv {
	width: 800px;	
}

.menuDiv {
	width: 120px;
	height: 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	line-height: 32px;
	background-image: url(images/menudiv_bg.png);
	background-repeat:no-repeat;
	background-position: center;
}

.contentDiv {
	width: 680px;
	height: 600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	line-height: 16px;
	background-repeat:no-repeat;
	background-position: center;
	position: absolute;
	top: 158px;
	left: 128px;
}

.boldBLue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight: bold;
	line-height: 32px;
	color: #009;
}
