	* { margin: 0; padding: 0; }

	body {
		background: #fff;
		font: 12px/16px Verdana, Arial, Helvetica, sans-serif;
		color: #000;
	}

	img, img a { border: 0; }

	#head h1 {
		background-color: white;
		background-image: url(/common/images/header.jpg);
		background-repeat: no-repeat;
		background-position: top right;
		height: 68px;
		border-bottom: solid 6px #c41e24;
	}
	
	#head h1 a {
		display: block;
		width: 100%;
		height: 68px;
		text-indent: -6000px;
		/* \*/
		overflow: hidden;
		/* */
		text-decoration: none;
		border: 0;
	}

	#nav {
		position: relative;
		height: 34px;
		border-bottom: solid 1px #fff;
	}

	#nav ul {
		list-style: none;
	}
	
	#nav ul li, #nav ul li a {
		text-decoration: none;
		float: left;
		padding-left: 10px;
	}

	a,a:visited {
		font-weight: bold;
		text-decoration: none;
		color: #009900;
	}
	
	a:hover {
		color: red;
	}
	
	#wrap {
		position: relative;
		width: 100%;
	}

	#middlecolumn {
		padding-bottom: 7px;
		padding-top: 7px;
		margin: 0 160px;
		height: 350px;
	}
	
	#middlecolumn ul {
		margin-left: 10px;
	}
	
	#middlecolumn p,
	#middlecolumn h3 {
		padding-bottom: 5px;
	}
	
	#middlecolumn h2 {
		padding-bottom: 7px;
	}
	
	#middlecolumn li {
		padding-bottom: 5px;
		margin-left: 15px;
	}

	#leftcolumn {
		position: absolute;
		top: 0;
		left: 0;
		background-color: white;
		float: left;		
		width: 150px;
		text-decoration: none;
	}
	
	#leftcolumn a,
	#rightcolumn a {
		text-decoration: none;
		font-weight: bold;
		color: black;
	}

	#rightcolumn {
		position: absolute;
		top: 0;
		right: 0;
		background-image: url(images/sarahCutOut.jpg);
		background-position: bottom right;
		background-repeat: no-repeat;
		background-color: white;
		float: right;
		width: 150px;
		height: 450px;
	}
	
	#foot {
		clear: both;
	}
	
	.startQuote {
		background-image: url(/common/images/startQuote.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding-top: 35px;
		padding-left: 50px;
		padding-right: 50px;
		min-height: 35px;		
	}
	.quote {
		padding-left: 50px;
		padding-right: 50px;
	}
	.endQuote {
		background-image: url(/common/images/endQuote.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		padding-left: 50px;
		padding-right: 50px;
		padding-bottom: 50px;
		min-height: 50px;
	}
	
	div#contactFormLeft {
    float: left;
    width: 55%;
    border: none;
    border-right: dotted 1px black;
	}
	div#contactFormRight {
	    float: right;
	    width: 43%;
	    border: none;
	}

	form#contactForm label {
	    float: left;
	    width: 8em;
	}

	form#contactForm label.wide {
	    float: none;
	    width: auto;
	}
	
	.img {
		float: left;
		border: 1px solid #666666;
		margin-top: 5px;
		margin-right: 10px;
		margin-bottom: 5px;
	}