.outermost {
	width:770px; /*770px inner width*/
}
#container {
	background-image:none;
	width: 770px;
}
#main {
	background-image:none;
}

.shadow1 {
	background-position:top left;
	background-color:#ffffff;
}
.shadow2 {
	background-position:top right;
	background-color:#ffffff;
}
.shadow3 {
	background-color:#ffffff;
}
.shadow4 {
	background-color:#ffffff;
	background-image:url(images/shadow-b.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
}
#footer, #copyright {
	padding-left:18px;
	padding-right:18px;
}
#copyright {
	padding-bottom:20px;
}
#bottomscroll {
	background-image:none;
	height:17px;
}

/****new stuff*****/
.pods {
	margin-left:18px;
	margin-right:18px;
	color:#6f6d6d;
}
#flash {
	padding-bottom:20px;
	margin-left:18px;
}
.pod {
	background-color:#e6e9f0;
	background-image:url(images/podbackground.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	width:231px;
	padding-bottom:30px;
}
.pod2 {
	background-image:url(images/podbackground.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height: 300px;
}
.pod3 {
	background-repeat:no-repeat;
	padding:14px;
}
.pods .spacer {
	padding:10px;
}
.pods p {
	margin-bottom:0.5em;
}
.head {
	font-size:13px;
}

.hometitles {
	font-size: 15px;
	text-align: center;
	margin-top: 10px;
	color: #cc0033;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#homecontent {
	float: left;
	margin-left: 0px;
	width: 770px;
}
