body {
	background-image: url(../img/bgp.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-bottom: 10px;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #838383;
	text-align: center;
}

#external {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
#box {
	width: 877px;
	margin: 0 auto;
	padding: 0 9px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	border-left-color: #cfcfcf;
	position: relative;
}
#content {
	clear: both;
	margin-top: 9px;
	margin-bottom: 9px;
}
#head_picture {
	height: 139px;
	width: 799px;
	text-indent: -2000em;
	background-position: left top;
	margin-left: 3px;
}
hr, .invisible {
	display: none;
}
.visible {
	display: block;
}
div.clearboth {
	clear:both;
	height:0;
	margin:0;
	padding:0;
	line-height: 0;
	overflow:hidden;
}
a:link, a:active{
	color: #555;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #000;
}
a[href^="http:"] {
  background: url("../img/icon-external.gif") right center no-repeat;
  padding-right:8px;
}

a[href^="http:"]:hover {
  background: url("../img/icon-external.gif") right center no-repeat;
}
