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

/* Internet Impressions, 2010.
 * Kim Leonard, Web Developer
 * kim@internetimpressions.ca
 * www.internetimpressions.ca
 */
 
/* Colour Map:
 * Background green: C8DDD2
 * Alternate green: cbecdd
 * Background rectangles: 5E8173
 */

/* Remove all default margins, borders, padding */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}

td {
	word-wrap:break-word
}
 
html {
    min-height: 100%;
    margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: url(background.jpg) repeat-x #C8DDD2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#header {
	width: 1008px;
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	padding: 157px 0 0 0;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
}

#nav {
	width: 1008px;
	position: relative;
	margin: 0 auto;
	margin-top: 5px;
}

#midroundtop {
	clear: both;
	background-image:url(content-top.jpg);
	background-repeat:no-repeat;
	width: 1008px;
	height: 10px;
	position:relative;
	margin: 0 auto; 
	margin-top: 5px;
}

#middle {
	clear: both;
	width: 1008px;
	min-height: 480px;
	text-align: left;
	position:relative;
	margin: 0 auto;
	background-color: #FFF;
}

#midroundbottom {
	background-image:url(content-bottom.jpg);
	background-repeat:no-repeat;
	width: 1008px;
	height: 10px;
	position:relative;
	margin: 0 auto; 
}

#content {
	margin: 0 15px 0 15px;
	padding: 15px 0 15px 0;
}

/* For google ad display on home page */

#content-left {
	width: 642px;
	float: left;
	margin: 10px;
}

#content-right {
	width: 336px;
	float: right;
	margin: 10px 10px 10px 0;
}

#googlead {
	position: absolute;
	bottom: 0;
	right: 0;
}

#footer {
	width: 1008px;
	position: relative;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 10px;
	height:50px;
	z-index: 2;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
}  

#footer_content {
	position: relative;
	float: right;
	width: 1008px;
	padding-top: 25px;
	margin-right: 25px;
	font-size: 75%;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
}

h1 {
	font-size: 140%;
	color: #5E8173;
	margin-bottom: 20px;
}

h2 {
	font-size: 110%;
	color: #5E8173;
	margin-bottom: 20px;
}

h3 {
	font-size: 100%;
	font-weight:bold;
	color: #5E8173;
	margin-bottom: 20px;
}

p {
	font-size: 80%;
	line-height: 100%;
	margin-bottom: 15px;
}

.back {
	background-image:url(tableback.jpg);
	background-position: left;
	background-repeat:no-repeat;
	height:300px;
}

/* Index page table backgrounds */
.back1 {
	background-image:url(tableback1.jpg);
	background-position: left;
	background-repeat:no-repeat;
	height:300px;
}

.back2 {
	background-image:url(tableback2.jpg);
	background-position: left;
	background-repeat:no-repeat;
	height:300px;
}

.back3 {
	background-image:url(tableback3.jpg);
	background-position: left;
	background-repeat:no-repeat;
	height:300px;
}

/* Blog Page */
.box {
	display:inline-block;
	width: 500px;
	padding:5px;
	margin:5px;
	border:thin solid #666;
}

