body,td,th {
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
}
body {
	background-image: url(images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
input, textarea {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}
a:link {
	color: #060;
	text-decoration: none;
}
a:visited {
	color: #060;
	text-decoration: none;
}
a:hover {
	color: #060;
	text-decoration: underline;
}
a:active {
	color: #060;
	text-decoration: none;
}
h1 {
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-size: 1.45em;
	margin: 3px 0 1px 0;
}
#wrapper {
	margin: 0 auto;
	width: 1000px;
}
#logo {
	float: left;
}
#nav {
	float: right;
	height: 90px;
	width: 395px;
}
#copyright {
	clear: both;
	color: #999;
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-size: 1em;
	line-height: 30px;
	text-align: center;
}
#tagline {
	clear: both;
	margin-bottom: 130px;
	padding-top: 40px;
	text-align: right;
}
#aboutme {
	color: #69b2e2; /* #21691e */
	float: right;	
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-size: 1.3em;
	line-height: 25px;
	text-align: left;
	width: 525px;
}
.thumbnail {
	background: #FFF;
	height: 120px;
	padding: 5px;
	width: 120px;	
}
.thumbnail:hover {
	background: #DEDEDE;
}.image:hover {
	border: 1px solid #E0E0E0;
	background: #DEDEDE;
}

/* Styles for home page */
.more {
	float: left;
	line-height: 2em;
}
div.recent {
	float: left;
	width: 520px;
}
div.recent .thumbnail {
	float: left;
	height: 220px;
	margin-right: 10px;
	width: 220px;
}
div.recent .description {
	float: left;
	width: 230px;
}
div.recent .description p {
	margin: 0;
	padding: 0;
}
div.featured {
	float: left;
	width: 480px;
}
div.featured .column {
	float: left;
	margin-right: 10px;
	width: 150px;
}
div.featured h1 {
	font-size: 1.3em;
}

/* Styles for portfolio page */
div.project {
	float: left;
	margin: 20px 20px 0 0;
	width: 230px;
}
div.project h1 {
	font-size: 1.2em;
}

/* Styles for project page */
div.image h1 {
	font-size: 14px;
}
div.image .description {
	margin-top: 5px;
}
td.shortdescription {
	font-style: italic;
}

/* Styles for contact me page */
div.contactme {
	line-height: 2.5em;
}

/* Styles for services page */
div.services {
	float: left;
	margin-right: 30px;
	width: 470px;
}
div.getintouch {
	float: left;
	width: 500px;
}
span.bigger {
	color: #090;
	font-size: 1.2em;
}









#error404 {
	float: left;
	margin-top: 90px;
}
#leftcolumn {
	float: left;
	width: 738px;
}
#popup {
	background: #FFF;
	display: none;
	padding: 10px;
	position: absolute;
}
#rightcolumn {
	background: url(images/shade.png);
	border: 1px solid #FFF;
	float: left;
	padding: 5px;
	width: 250px;
}
#roadsign {
	float: left;
	height: 300px;
	margin-top: 71px;
	width: 120px;
}
#shade {
	background: url(images/shade2.png);
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
#recent-description {
	font-family: Tahoma;
	font-size: .8em;
}
.remark {
	color: #666;
	font-size: .8em;
}
.title {
	font-weight: bold;
}
.image {
	background: #FFF;
	border: 1px solid #DFDFDF;
	margin-bottom: 15px;
	padding: 5px;
}