@charset "UTF-8";
/* CSS Document */



/*===========================

Blue Bike Architects 

Colors:

Cyan - #47c8f4
Olive Green - #a0a718
Gray - #6e7072
Navy - #022e49

============================*/

/*===========================

	Two Column Layout CSS 
	
============================*/

/*=============================

	Structure & Layout
	
==============================*/

#leftCol.full {
	margin: 100px 15px 15px 140px;
	padding: 0 10px 10px 0;
	height: 390px;
	width: 395px;
}
#contactPage #leftCol.full {
	height: 420px;

}
#leftCol.wide
{
	width: 555px;
}

#rightCol.full {
	padding: 0 10px 10px 0;
	height: 390px;
	width: 385px;
}
#rightCol.narrow
{
	padding: 0 10px 0 0;
	width: 245px;
}
#rightCol.short
{
	height: 95px;
}

#imgHolder {
	height: 270px;
	width: 520px;
}

.topRightBody {
	text-align: right;
}

h3 {
	padding: 0;
	margin: 0;
}

