* {
	margin: 0;
	padding: 0;
	border: 1px;
}

body {
	font-size: 11px;
	background: #333;
	font: Arial, Helvetica, sans-serif;
	background-image:url(images/bg.gif);
	
}

p, li {
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

h1 {
	font: 2.0em Arial, Helvetica, sans-serif;
	color: white;
	height: 0px;
}

h2 {
	font: 1.8em Arial, Helvetica, sans-serif;
	color: black;
	margin-bottom: 10px;
}

h3 {
	font: 1.7em Arial, Helvetica, sans-serif;
	color: black;
	margin-bottom: 10px;
}

h4 {
	font: 11px Arial, Helvetica, sans-serif;
	color: black;
	font-weight: bold;
}
	

ul {
	margin-left: 25px;
}

img {
	border: none;
}

nav {
	font-size: 12px;
	min-width: 780px;
	max-width: 1000px;
}

.form {
	border: 1px solid #D9E5E2;
	font: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	padding: 4px;
	text-align: left;

}

.submitbutton {
	background-color:#D9E4E2;
	border: 1px solid #c6d2cf;
	padding: 4px;
}


a:link {
	color: #2b5a4e;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #2b5a4e;
}
a:hover {
	text-decoration: none;
	color: #003a2c;
}
a:active {
	text-decoration: none;
	color: #2b5a4e;
}

a.rollover {
	display: block;
	width: 202px;
	height: 158px;
	text-decoration: none;
	background: url(images/portfolio/bd_som_rollover.gif);
	}

a.rollover:hover {
	background-position: -150px 0;
	}

.displace {
	position: absolute;
	left: -5000px;
	}


#content {
	background: white;
	min-width: 780px;
	max-width: 1000px;
	margin: 0px auto;
	}
	#content #main {
		margin: 45px 10px 0px 10px;
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
#main-content {
	background: #fff;
	padding-left: 230px;
	padding-top: 0px;
}

#main-content2 {
	background: #f1f6f5;
	padding-left: 20px;
	border: 1px solid #D9E5E2;
}
#header {
	background: #fff;
	text-align: right;
	height: 25px;
}
#nav {
	background: #f1f6f5;
	float: right;
	width: auto;
	height: 50px;
	text-align:left;
	background-image:url(images/bd_navbg.gif);
	border-bottom: 1px solid #D9E5E2;
	border-left: 1px solid #D9E5E2;
	border-right: 1px solid #D9E5E2;
	margin-top: 10px;
}
	
#left-sidebar {
	background: #FFF;
	width: 200px;
	float: left;
	padding-left: 25px;
}

#recent-project {
	padding-top: 50px;
	padding-bottom: 10px;
}

#footer {
	background: #f1f6f5;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #999;
	border: 1px solid #D9E5E2;
}


html {height: 100%; margin-bottom: 1px; overflow-y: scroll;
} /* This forces a scrollbar on short pages in Firefox, */

