@charset "utf-8";
html, body {
	height: 100%;
	margin: 0 0 1px 0;
}
body,td,th {
	color: #333;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-size: 16px;
}
body {
	background-image: url(images/bg.png);
	background-position: top center;
	background-repeat: no-repeat;
}
input, textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
}
a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #060;
}
a:hover {
	text-decoration: underline;
	color: #060;
}
a:active {
	text-decoration: none;
	color: #060;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 15px;
	margin: 0 0 3px 0;
}
#wrap {
	margin: 0 auto 0 auto;
	width: 1000px;
}

#aboutme {
	color: #69b2e2; /* #21691e */
	float: right;	
	line-height: 25px;
	text-align: left;
	width: 525px;
}
#content {
	clear: both;
}/*
#content div {
	border: 1px solid #000;
}*/
#copyright {
	clear: both;
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
#error404 {
	float: left;
	margin-top: 110px;
}
#featured {
	float: left;
	font-size: 15px;
	width: 480px;
}
#featured .column {
	float: left;
	margin-right: 10px;
	width: 150px;
}
#leftcolumn {
	float: left;
	width: 738px;
}
#logo {
	float: left;
}
#nav {
	float: right;
	height: 90px;
	width: 395px;
}
#popup {
	background: #FFF;
	display: none;
	padding: 10px;
	position: absolute;
}
#recent {
	float: left;
	font-size: 15px;
	width: 520px;
}
#recent-description {
	float: left;
	width: 240px;
}
#recent-description p {
	margin: 0px;
	padding: 0px;
}
#rightcolumn {
	background: url(images/shade.png);
	border: 1px solid #FFF;
	float: left;
	padding: 5px;
	width: 250px;
}
#roadsign {
	float: left;
	height: 300px;
	margin-top: 98px;
	width: 120px;
}
#shade {
	background: url(images/shade2.png);
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#tagline {
	clear: both;
	margin-bottom: 120px;
	padding-top: 65px;
	text-align: right;
}
.bigger {
	color: #090;
	font-size: 18px;
}
.remark {
	color: #666;
	font-size: 14px;
}
.title {
	font-weight: bold;
}
.image {
	background: #FFF;
	border: 1px solid #DFDFDF;
	margin-bottom: 15px;
	padding: 5px;
}
.image_description {
	font-size: 14px;
	margin-top: 5px;
}
.shortdescription {
	font-style: italic;
}
.thumbnail120 {
	background: #FFF;
	border: 1px solid #DFDFDF;
	padding: 5px;
	height: 120px;
	width: 120px;
}
.thumbnail220 {
	background: #FFF;
	border: 1px solid #DFDFDF;
	padding: 5px;
	height: 220px;
	width: 220px;	
}
.thumbnail120:hover, .thumbnail220:hover, .image:hover {
	border: 1px solid #E0E0E0;
	background: #DEDEDE;
}

