html{
	height:100%;
	overflow:hidden;
}

body{
	height:100%;
	width:100%;
	margin:0px auto;
}

#header{
	position: absolute;
	width: 100%;
	height: 45px;
	z-index:100;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background-color: #113366;
	background-repeat: repeat;
	color: #ffffff;
}

#left{
	position: absolute;
	left: 0px;
	top: 45px;
	bottom: 0px;
	width: 180px;
	overflow: auto;
	background-color: #113366;
	color: #000000;
}

#main{
	position: absolute;
	left: 180px;
	top: 45px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
	background-color: #ffffef;
	background-image: url('wall/idc1.gif');
	color: #000000;
}




img {
	border: 0px;
}

a:visited, a:active, a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ee5511;
	text-decoration: underline;
}

.caution {
	color: #FF0000;
	font-weight: bold;
}

