@charset "utf-8";
/* CSS Document */
* { margin:0; padding:0 }
body { font-family:Arial,Helvetica,sans-serif; font-size:11px }
#container { width: 771px; margin:0 auto }
#main {  }
#header {
	height:127px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#section1 {
	background-color:#FFFFFF;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 10px;
	float: left;
	width: 771px;
}
#columna  {
	float: left;
	width: 237px;
}
#columnb  {
	float: right;
	width: 534px;
}


#section2 {
	text-align: center;
	border-bottom-color: #999999;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	float: left;
	width: 771px;
	padding-bottom: 10px;
}
#column1  {
	float: left;
	width: 237px;
}
#column2  {
	float: right;
	width: 534px;
}
footer {
	float: left;
	width: 771px;
	height: 30px;
	text-align: center;
	padding-top: 5px;
}
.click {
	position: absolute;
	height: 25px;
	width: 200px;
	z-index: auto;
	left: 503px;
	top: 388px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.click a:link, a:visited, a:hover, a:active {
	color: #990000;
	text-decoration: none;
	font-size:14px;
}
#menu {
	float: left;
	height: 25px;
	text-align: center;
	width: 771px;
}

#menu a:link, a:visited, a:active {
	font-size:12px;
	text-decoration: none;
	color:#006666;	
}
#menu a:hover {
	font-size:12px;
	text-decoration: none;
	color:#990000;	
}
