body {
	font-family: arial, helvetica, verdana, sans-serif;
	background-color: #333;
	text-align: center;  /* for IE */
}

#container {
	text-align: left;
	background-color: #DCDDDF;
	margin: 0 auto;
	overflow:hidden;
	width:990px;
	}

#rightcol {
	background-color: #DCDDDF; 
	width:750px;
	border-left:240px solid #505153; /* The width and color of the rail */
	margin-left:-240px; /* Hat tip to Ryan Brill */
	float:right;
}


#leftcol {
	background-color: #505153;	
	width:240px;
	float:left;
}

#leftcol img {margin-left: 50px;}

#shim { margin-left: 20px;}

#logo {
	margin: 20px 0px 20px 0px;
}

#main {
	width: 560px;
	margin-right: 20px;
	margin-bottom: 40px;
	float: left;
}

#mainimage {
	padding-bottom: 20px;
}

#thumbnails {		
	float: left;
	width: 130px;		
}

ul {
/* Teaches IE to behave */
	list-style-type: none;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

li {
	padding-bottom: 8px;
}
	
.menuyellowselected {color: #990000; font-weight: bold; font-style: italic;}


.housingProjectName{
	color:#191718;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 4px;
	letter-spacing: .1em;
}

.projdesc {
	COLOR:#333;
	FONT-FAMILY: Arial, Helvetica, Verdana, sans-serif;
	text-align: justify;
	FONT-SIZE: 13px;
	FONT-WEIGHT: normal;
	line-height: 20px;
	float: right;
	width: 330px;
	}	

.projdesc p {
	margin-top: -4px;
	padding-top: 0px;
}

#leftbox {
	width: 220px;
	margin: 0px 10px 10px 0px;
}


#otherbuildingslist {
	border: 1px #999;
	border-style: solid solid solid solid;
	padding: 10px;		
}


#projstats {
	padding: 10px;
	border: 1px #999;
	border-style: solid solid solid solid;
}



.housingTopLinksHeading{
	COLOR:#333;
	FONT-FAMILY: Arial, Helvetica, Verdana;
	FONT-SIZE: 11px;
	FONT-WEIGHT: 900;
	margin-bottom: 6px;
}


.housingTopLinksNormal{
	COLOR:#333333;
	text-transform: capitalize;
	FONT-FAMILY: Arial, Helvetica, Verdana;
	FONT-SIZE: 11px;
	FONT-WEIGHT: 500
}

.housingTopLinksSelected{
	COLOR:#000000;
	text-transform: capitalize;
	FONT-FAMILY: Helvetica, Verdana;
	FONT-SIZE: 11px;
	FONT-WEIGHT: 500
}



#stats td {
	font-family: arial, helvetica, verdana, sans-serif;
	color: #333;
	font-size: 12px;
	padding: 0px;
	vertical-align: top;
}



/* HOME PAGE */

	#homeshim {margin-left: 15px;}
	#gridcontainer {
		position: relative;
		width: 720px;
	}	
	
	#square01 {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 240px;
		height: 240px;
	}
	
	#square02 {
		position: absolute;
		top: 0px;
		left: 240px;
		width: 240px;
		height: 240px;
	}
	#square03 {
		position: absolute;
		top: 0px;
		left: 480px;
		width: 240px;
		height: 240px;
	}
	#square04 {
		position: absolute;
		top: 240px;
		left: 0px;
		width: 240px;
		height: 240px;
	}
	#square05 {
		position: absolute;
		top: 240px;
		left: 240px;
		width: 240px;
		height: 240px;
	}
	#square06 {
		position: absolute;
		top: 240px;
		left: 480px;
		width: 240px;
		height: 240px;
	}
	#square07 {
		position: absolute;
		top: 480px;
		left: 0px;
		width: 240px;
		height: 240px;
	}
	#square08 {
		position: absolute;
		top: 480px;
		left: 240px;
		width: 240px;
		height: 240px;
	}
	#square09 {
		position: absolute;
		top: 480px;
		left: 480px;
		width: 240px;
		height: 240px;
	}
	
/* INTERIORS */

.intproj {
	border-bottom: 1px solid black;
}

.intprojpic {padding-bottom: 15px;}
	
.intprojname{
	color:#191718;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 20px;
	letter-spacing: .1em;
}

a:link {color: #9f0014; font-size: 11px;}
a:visited {color: #9f0014; font-size: 11px;}
a:hover {color: #fff; background-color: #9f0014; font-size: 11px;}
a:active {color: #fff; background-color: #9f0014; font-size: 11px;}

#rightcol a:hover {color: #ffcc0;}