

/* General Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	}

body {
	background: #c0c0c0;
	font: normal 62.5% Times, 'Times New Roman', sans-serif;
	line-height: 1;
	}

/* Unordered Lists */
ul {
	list-style: none;
	}

/* Blockquote / Quote */
blockquote, q {
	quotes: none;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* Focus styles */
:focus {
	outline: 0;
	}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
	}
del {
	text-decoration: line-through;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
	
a { color: #326988; text-decoration: underline; }
	a:hover { color: #326988; text-decoration: none; }
	
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
	}
.clearfix { display: inline-table; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
*+html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/**************************************************************************************************/

.wrapper {
	background: white;
	border: 2px solid white;
	border-bottom: none;
	margin: 25px auto 0;
	width: 980px;
	}
	
	.leftCol {
		background: url('../img/photos-left-col.jpg') no-repeat;
		display: inline;
		float: left;
		height: 564px;
		width: 185px;
		}
		
	.rightCol {
		background: url('../img/photos-right-col.jpg') no-repeat;
		display: inline;
		float: left;
		height: 564px;
		width: 185px;
		}
		
	.centerCol {
		display: inline;
		float: left;
		width: 610px;
		}
	
		#header {
			background: #d6e4e7;
			height: 130px;
			padding: 0 25px;
			width: 560px;
			}
			
			h1.logo {
				color: #046093;
				font: 100 3.5em Times, serif;
				padding: 25px 0 10px;
				}
			
			.address {
				color: black;
				font-size: 1.4em;
				padding: 0 0 15px;
				}
				
			.contact {
				color: #326988;
				font-size: 1.4em;
				padding: 0 0 10px;
				}
				
		.content {
			background: white;
			padding: 25px;
			padding-bottom: 0;
			}
			
			.content h2 {
				color: #2f768c;
				font-size: 1.8em;
				line-height: 1.8em;
				padding: 0 0 10px;
				}
				
			.content p {
				font-size: 1.3em;
				line-height: 1.3em;
				padding: 0 0 15px;
				text-shadow: 1px 1px 1px #bbb;
				}
	
#footer {
	background: url('../img/bg-footer.gif') no-repeat;
	border: 2px solid white;
	border-top: none;
	clear: both;
	height: 84px;
	margin: 0 auto 25px;
	text-indent: -9000px;
	width: 980px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
