*
{
	margin: 0;
}
body
{
	background: #fff url("images/bg.gif") repeat-x;
	font: normal 12px/1.5 Verdana, Helvetica, Arial, sans-serif;
}
a
{
	outline: none;
	text-decoration: none;
	color: #97bf00;
}
a:hover
{
	text-decoration: underline;
}
img
{
	border: 0;
}
#wrapper
{
	margin: 0 auto;
	width: 750px;
}
	#header
	{
		width: 750px;
	}
		#header #logo
		{
			display: block;
			width: 131px;
			height: 34px;
			padding: 80px 109px 0 510px;
		}
			#header #logo a
			{
				display: block;
				overflow: hidden;
				width: 131px;
				height: 0px;
				padding: 34px 0 0;
				background: url("images/minuspink.gif") no-repeat;
			}
	#content
	{
		width: 750px;
		color: #6d6d6d;
	}
	#leftcol,
	#centercol,
	#rightcol
	{
		float: left;
		width: 230px;
		padding: 0 10px 10px;
	}
		#portfolio,
		#about,
		#contact,
		#thankyou,
		#error404,
		.project
		{
			width: 230px;
			padding-top: 30px;
		}
			#portfolio h2,
			#about h2,
			#contact h2,
			#thankyou h2,
			#error404 h2,
			.project h2
			{
				display: block;
				overflow: hidden;
				height: 0px;
				margin: 0 0 5px;
				padding: 21px 0 0;
			}
			#portfolio h2
			{
				background: url("images/portfolio.gif") no-repeat;
			}
			#about h2
			{
				background: url("images/about.gif") no-repeat;
			}
			#contact h2
			{
				background: url("images/contact.gif") no-repeat;
			}
			#thankyou h2
			{
				background: url("images/thankyou.gif") no-repeat;
			}
			#error404 h2
			{
				background: url("images/404.gif") no-repeat;
			}
			.project
			{
				background: url("images/project_details.gif") no-repeat 0 30px;
			}
			#portfolio p,
			#about p,
			#thankyou p,
			#error404 p,
			.project p
			{
				margin: 0 0 10px;
			}
			#portfolio .thumb
			{
				display: none;
				float: left;
				width: 67px;
				height: 67px;
				margin: 0 5px 5px 0;
				padding: 2px;
				border: 1px solid #dfdfdf;
			}
			#portfolio .thumb:hover
			{
				border: 1px solid #c9e855;
			}
			#portfolio .thumb img
			{
				width: 67px;
				height: 67px;
			}
			#portfolio .last
			{
				margin: 0 0 5px 0 !important;
			}
			.projectimg
			{
				margin: 0;
				padding: 2px;
				border: 1px solid #dfdfdf;
			}
			.projectimg:hover
			{
				border: 1px solid #c9e855;
			}
		#rightcol #footer
		{
			width: 230px;
			padding-top: 50px;
			background: url("images/footer_bg.gif") repeat-x 0px 47px;
			font-size: 11px;
		}

#contactform dl
{
	margin: 0 0 10px;
}
#contactform dl dd
{
	margin: 0 0 5px;
}
#contactform p
{
	margin: 0 0 10px;
}
#contactform #name,
#contactform #email,
#contactform #subject,
#contactform textarea
{
	width: 210px;
	margin: 0 0 2px;
	padding: 2px 3px;
	border: 1px solid #dfdfdf;
	color: #97bf00;
}
#contactform textarea
{
	height: 100px;
	margin: 0 0 5px;
	overflow: hidden;
}
#contactform label
{
	font-weight: bold;
}
#contactform input[type=text]:focus,
#contactform input[type=password]:focus,
#contactform textarea:focus
{
	border: 1px solid #c9e855 !important;
	background: #fefff8 !important;
}
#contactform #comments
{
	display: none;
}
#contactform #submit
{
	display: block;
	width: 70px;
	height: 24px;
	margin: -7px 0 0;
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	font: bold 15px/1.0 "Trebuchet MS", Arial, Verdana, sans-serif;
	text-align: left;
	color: #97bf00;
}
#contactform span
{
	display: none;
	font-size: 11px;
	color: #000;
}