html {
  min-height: 100%;
  max-width:100%;
  overflow-y: scroll;
  overflow-x:hidden;
}

body {
	font: 12px/1.5 "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000000;
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	cursor: default;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin:0;
}
div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
	margin:0;
}


#header {
	width:970px;
	height:70px;
	position: absolute;
	top:20px;
	left: 50%;
	margin-left: -485px;
    border: 1px solid #718b5a;
	background: url(./header.gif) no-repeat 0 center;
	text-align: right;
	font-style: italic;
	line-height: 20px;
}

#container {
	width:970px;
	position:absolute;
	top: 90px;
	left:50%;
	margin-left:-485px;
	margin-top:15px;
	margin-bottom:10px;
}

#navi {
	width:150px;
	float:left;
	margin-right: -6px;
	display:block;
	border-right:1px solid #718b5a;
}

#content {
	width:795px;
	margin-left:5px;
	padding-left:15px;
	border-left:1px solid #718b5a;
	float:left;
	display:block;
}

#footer {
	width:970px;
	height:25px;
	margin-top:10px;
	margin-bottom:10px;
	text-align: right;
	border-top:1px solid #718b5a;
	color: #718b5a;
	text-align: right;
	vertical-align: bottom;
	font-size: 11px;
	line-height: 1.5px;
	padding-top: 10px;
}

#boundary {
	border:5px solid white;
	clear:both;
}
