@charset "utf-8";
body {
	margin: 0;
	background-color: #A6B8CA;
	background-image: url(../images/bg_page.jpg);
	background-repeat: no-repeat;
}
a:link {
	text-decoration: none;}
a:hover {
	text-decoration: none;}
#content {
	padding: 63px 350px 0 40px;
	position: absolute;

	top: 74px;
	left: 36px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	width: 390px;
	height: 557ppx;
	background-image: url(../images/image_overlay.jpg);
	background-repeat: no-repeat;
	}
#article {
	margin-top: 45px;
	font-size: 12px;
	width: 650px;
	height: 300px;
	overflow: scroll;
	}
h1 {
	line-height: 36px;
	color: #006699;
	font-size: 30px;
	font-weight: normal;}
.small {
	font-size: 11px;}
.properties {
	font-size: 10px;
}
.properties td {
	padding: 0 25px 0 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.properties td a,  .properties td a:visited{
	text-decoration: none;
	padding-top: 1px;
	padding-right: 4px;
	padding-bottom: 1px;
	padding-left: 4px;
}
.properties td a:hover {
	background-color: #eee;}
