@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color:#CCC;
	font-size: 12px;
	line-height: 1.3em;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: 404040;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.oneColFixCtr #content {
	background: url(images/bg-repeat-home-powell.jpg);
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: left;
}

.oneColFixCtr #col1 {
   	float:left;
   	width:225px;
	padding-left: 35px;
	padding-top: 15px;
}

.oneColFixCtr #col2 {
   	float:right;
   	width:350px;
	padding-top: 15px;
}

.clear {
clear: both;
width: 0;
height: 0;
margin: 0;
padding: 0;
}

H1 {
	font-size:16px;    
color:#06C;

}
#logomedia2 {
	margin: 0;
	padding: 0;
	height: 200px;
	width: 740px;
	overflow: hidden;
}
#logomedia3 {
	margin: 0;
	padding: 0;
	height: 34px;
	width: 740px;
}

#navigation {
	height: 44px;
	width: 740px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#logo {
	width: 285px;
	height: 200px;
	margin: 0;
	padding: 0;
	float: left;
}

#flash {
	width: 400px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#rightimage {
	width: 55px;
	height: 200px;
	margin: 0px;
	padding: 0px;
	float: left;
}

