@charset "utf-8";
/* CSS Document */

html, body {
	padding: 0;
	margin: 0;
	background-color: #fff;
	width: 100%;
	height: 100%;
	color: #686868;
	font-family: Georgia;
	font-size: 12px;
}
img {
  border:0;
}
a {
	text-decoration:none;
}
a:hover {
	color: #2596aa;
}
#site {
	float: left;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	position: absolute;
}
#top {
	width: 100%;
}
#middle {
	width: 100%;
}
#footer {
	width: 100%;
	color: #b5b5b5;
}
#menu {
	float: left;
	width: 178px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;	
}
#menu ul {
	margin-top: 20px;
	margin-left: 0px;
	padding: 0px;
	width: 178px;
}
#menu li {
	width: 178px;
	height: 18px;
	text-align: right;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d7d7d7;	
	padding-top: 6px;
	margin-top: 16px;
}
#menu li a {
	width: 178px;
	height: 18px;
	color: #2596aa;
	background-color: #fff;
	text-decoration: none;
	display: block;
}
#menu li a:hover {
	color: #2596aa;
	background-color: #e3f0c8;
}
#content {
	float: left;
	width: 717px;
	margin-left: 24px;
	text-align: justify;
	padding-bottom: 30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;	
	line-height: 2em;
}
#content img {
	margin-right: 20px;
	float: left;
}
#title {
	width: 717px;
	float: right;
	text-align: right;
}
#footer {
	float: right;
	text-align: right;
	padding-top: 30px;
	line-height: 1.6em;
}
#madeby {
	font-size: 10px;
	color: #d3d3d3;	
}
#madeby a {
	font-size: 10px;
	color: #d3d3d3;	
}
#madeby a:hover {
	color: #2596aa;
}
.subtitle {
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	font-style: italic;
	text-align: right;
}
.column {
	width: 164px;
	float: left;
	font-size: 11px;
	line-height: 1.6em;
}
.column img {
	margin-bottom: 14px;
}
.column_space {
	width: 20px;
	float: left;
}
.column_contact {
	width: 348px;
	float: left;
}
