/*
Theme Name: Building Evolution
*/

body {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-color: #7b9171;
	background-position: top center; 		
}
body,td,th {
	font-size: 10px;
	color: #6e7074;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
}
a:link {
	color: #6e7074;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #6e7074;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #6e7074;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #6e7074;
	text-decoration: none;
	font-weight: bold;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #799a74;
	font-weight: normal;
	line-height: 25px;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #799a74;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 25px;
}
.projects h2 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #799a74;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 25px;
}
#wrapper {
	background-color: #FFFFFF;
	width: 933px;
	min-height: 500px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	float: left;
	height: 65px;
	width: 903px;
	padding-left: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #f0f0f0;
	padding-top: 25px;
}
#logo {
	float: left;
	height: 52px;
	width: 204px;
}
#menu {
	float: right;
	width: 650px;
	margin-top: 30px;
}
#content {
	float: left;
	width: 903px;
	min-height: 470px;
	padding-right: 15px;
	padding-left: 15px;
	background-color: #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 5px;
}
.col-left {
	float: left;
	width: 512px;
	margin-right:25px;
}
.col-right {
	float: left;
	width: 365px;
}
.projects{
	float: left;
	width: 365px;
}

