body {
	background: #a5ccd1 url('../img/bg_color.jpg') top left no-repeat;
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	color: #ddd;
}

div#navi {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 140px;
	left: 4px;
	height: 157px;
	width: 156px;
}

div#navi a {
	display: block;
	width: 156px;
	height: 101px;
	text-decoration: none;
	border: 0;
}

div#navi ul {
	list-style: none;
}

div#navi li#nav1 {
	position: absolute;
	top: 0;
	left: 10px;
}

div#navi li#nav2 {
	position: absolute;
	top: 88px;
	left: 10px;
}

div#navi li#nav3 {
	position: absolute;
	top: 176px;
	left: 10px;
}

div#navi li#nav4 {
	position: absolute;
	top: 264px;
	left: 10px;
}

div#navi li#nav5 {
	position: absolute;
	top: 352px;
	left: 10px;
}

div#content {
	position: absolute;
	top: 180px;
	left: 220px;
	background: transparent url('../img/screen_color.jpg') top left no-repeat;
	width: 552px;
	height: 361px;
}

div#innerContent {
	margin: 30px;
	overflow: auto;
	width: 492px;
	height: 301px;	
}


h1 {
	font-size: 24px;
	font-weight: bold;
	color: #999;
	margin: 6px 0 6px 0;
	padding: 0;
	border-bottom: 4px solid #abc;
	text-shadow: #000 1px 1px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #888;
	margin: 6px 0 6px 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #99c;
	border: 0;
}

a:hover {
	text-decoration: underline;
	color: #384d79;
}

table {
	margin: 0;
	padding: 0;
	border: none;
}

table td {
	margin: 0
	padding: 15px;
}

table td.title {
	color: #999;
	font-weight: bold;
	width: 100px;
	vertical-align: top;
}

img {
	border: 0;
{

img a {
	text-decoration: none;
	border: 0;
	}