* { margin: 0; outline: 0; }
ul, ol { padding:  0; }
a, img { border: 0; }

div.clear {
	clear: both;
	line-height: 0;
	height: 0;
	font-size: 0;
	border: 0;
	padding: 0;
	margin: 0;
}

body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 13px; line-height: 16px;
	color: #000; 
	background: #f6f6f6 url(../img/main_bg.gif) 0 0 repeat-y;
}

/* COMMON DECLARATIONS */


h1, h2, h3 {
	font-family: 'Times New Roman', Times, serif;
	font-size: inherit; line-height: inherit;
	font-size: 13px; line-height: 16px;
	font-weight: bold;
}
h2 { margin: 0 0 16px 0; }

a { color: #000; text-decoration: underline; }
a:hover { color: #0000a0; text-decoration: none; }

p, blockquote { margin: 0 0 8px 0; }
blockquote+p {text-indent: 16px; }
p.small { font-size: 11px; line-height: 16px; margin-top: -4px; }

/* HEADER */

h1 {
	width: 361px; height: 87px;
	margin-bottom: 32px;
}

h1 a {
	display: block;
	width: 361px; height: 87px;
	background: url(../img/bakerhouse-trans.png) 0 0 no-repeat;
	text-indent: -999em; 
}

h2#subhead { margin-bottom: 48px; }
#startquote { margin-top: 48px; }

/* MAIN CONTAINERS */

#left_col {
	position: absolute; 
	left: 0; top: 0;
	width: 400px; /* 480 - margins - padding */
	padding: 30px 50px 0 30px; /* 65 px plus dropshadow? */
	background: #fff;
}

#homepage_image {
	position: absolute; 
	left: 510px; top: 150px;
}

#homepage_image img { display: block; }

/* GRID ELEMENTS */

div.left2 { width: 130px; margin-right: 30px; float: left; }
div.left3 { width: 210px; margin-right: 30px; float: left; }
div.left5 { width: 370px; margin-right: 30px; float: left; }


