body{
	background: #D7DEE5;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	/*text-align: left;*/
	padding: 0;
	margin: 0;
}

a{
	color: #70767B;
	text-decoration: underline;
}

a:hover{
	color: #70767B;
	text-decoration: none;
}

#main{
	width: 100%;
	text-align: center;
}

#header_link{
	width: 1000px;
	text-align: right;
	padding-right: 36px;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #70767B;
}

#header_link a{
	color: #70767B;
}

#header{
	width: 1000px;
	height: 136px;
	background: #000 url('../images/header_img_1000_136.jpg') no-repeat;
	text-align: left;
}

#header_menu{
	width: 1000px;
	height: 26px;
	background: #000 url('../images/menu_bg_1_26.jpg') repeat-x;
	text-align: right;
	
}

#content{
	width: 1000px;
	height: 599px;
	background: #000 url('../images/content_bg_1000_599.jpg') no-repeat;
	/*text-align: right;*/
}

#content_frame{
	width: 765px;
	height: 496px;
	text-align: left;
	padding-top: 80px;
	padding-left: 190px;
}


iframe{
	width: 760px;
	height: 496px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#article{
	background: #FFF;
	padding-top: 2px;
	width: 730px;
}

#article h1{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#footer{
	width: 1000px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	color: #70767B;
}

#cola{
	float:left; 
	width: 239px; 
	padding-left: 20px; 
	border: 0px solid #F00;
}
#colb{
	margin-left: 301px;
	border: 0px solid #F00;
}

.floatr{
	display:  block;
	clear:  left;
	margin:  -0.66em  0; 
	visibility:  hidden;
	border: 1px solid #000;
}

.hiddenDiv {
	display: none;
}
.visibleDiv {
	/*display: block;*/
	border: 0px #596E99 solid;
}