/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule.

  font-size: 100%;
	font: small/1.8em "Trebuchet MS", Verdana, Helvetica, sans-serif;
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;

}

body {

	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color:#CCCCCC;
	text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* =========== CONTAINERS ========= */
#main_container{
	width: 997px;
	height: auto;
	background-color: #FFFFFF;
	border-top: none;
	border-left: solid 3px #000;
	border-right: solid 3px #000;
	border-bottom: solid 3px #000;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
}

#banner {
	float: left;
	width:997px;
	height: 168px;
	border-top: none;
	border-left: none;
	border-right: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #000000;
}

#column_left {
	float: left;
	width: 200px;
	height: auto;
	border: none;
	margin: 0px 15px 0px 0px;
	background-color:#FFFFFF;
	padding: 0 0 0 0;
}

#column_left_floral_decorations {
	float: left;
	width: 198px;
	height: 257px;
	border: none;
	margin: 0 0 10px 0;
	background-color: transparent;
	padding: 0 0 0 0;
	border: none;
}

#column_left_iam_link {
	float: left;
	width: 198px;
	height: 100px;
	border: none;
	margin: 0 0 10px 0;
	background-color: transparent;
	padding: 0 0 0 0;
}


#column_left_copperhorse_link {
	float: left;
	width: 198px;
	height: 100px;
	border: none;
	margin: 70px 0 10px 0;
	background-color: ffffff;
	padding: 0 0 0 0;
}




#column_right {
	float: left;
	width: 748px;
	height: auto;
	border: none;
	margin: 0 0 0 0;
	background-color:#FFFFFF;
	padding: 10px 10px 10px 10px;
}

#column_page_wide{
	clear: both;
	width: 947px;
	height: auto;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 10px 10px 10px;
}




#footer{
	clear: both;
	width: 907px;
	height: 50px;
	border: 3px solid #CCCCCC;
	background-color: #999999;
	margin: 20px auto 10px auto;
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	color: #FFFFFF;
}

/* W3C logos */

#w3c_logo_html {
	float: left;
	margin: 15px auto auto 100px;
	width: 88px;
	height: 31px;
	border: none;
	padding: 0 0 0 0;
}

#w3c_logo_css {
	float: right;
	margin: 15px 100px auto auto;
	width: 88px;
	height: 31px;
	border: none;
	padding: 0 0 0 0;
}

