html {  
	min-height:100%; 
	margin-bottom:1px; 
}

body {
	background-color: #ffffff; 
	color: #333333;
	text-align: center;
}

img {
	border-style: none;
}

#wrapper {
	background-color: #ffffff;
	width: 900px;
	margin: 20 auto 0 auto;
	text-align: left;
}

#header {
	width: 900px;
	padding: 10 0 20 0;
	float: left;
	border-bottom: 1px solid #bcbec0;
}

#menu {
	width: 215px;
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;	
	float: left;
}

#logo {
	padding: 0 0 0 20;
	font-family: Georgia;
	font-size: 16pt;
	float: left;
}

a:link {
	color: #d2232a; 
	text-decoration: none; 
}

a:active {
	color: #d2232a; 
	text-decoration: none; 
}

a:visited {
	color: #d2232a; 
	text-decoration: none; 
}

a:hover {
	color: #bcbec0; 
	text-decoration: none; 
}

h1 {
	font-family: Georgia;
	font-size: 14pt;
}

#column1 {
	width: 215px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	line-height: 140%;
	padding: 10 0 20 0;
	float: left;
	display: inline;
}

#column2 {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	line-height: 140%;
	padding: 20 0 10 32.5;
	float: right;
}

#column2minus {
	width: 200px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	line-height: 140%;
	padding: 20 0 10 0;
	float: right;
}

#column2image {
	width: 200px;
	border: none;
	margin-bottom: 10px;
}

#projectcolumn {
	width: 215px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	line-height: 140%;
	padding: 10 0 0 20;
	float: left;
	display: inline;
}

#projectcolumnimage {
	width: 215px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	line-height: 140%;
	padding: 20 0 0 20;
	float: left;
	display: inline;
}

#project {
	width: 422px;
	margin: 20 0 20 0;
	float: right;
}

#projectsmall {
	margin: 10 0 0 0;
	float: right;
	border: none;
}

#projectsmall2 {
	margin: 10 0 0 0;
	float: left;
	border: none;
}

#projectbig {
	margin: 0 0 0 0;
	border: none;
}

#columnspan3 {
	width: 665px;
	margin: 20 0 20 0;
	float: right;
	border: 1px solid #bcbec0;
}

#footer {
	width: 900px;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	padding: 10 0 10 0;
	float: left;
	text-align: right;
	border-top: 1px solid #bcbec0;
}