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

body {
	text-align: center;
	background-image: url(../images/largesmashlogotr.gif);
	background-repeat: repeat;
	padding: 0;
	margin-top: 45px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	background-color: #FFF;
	border: 1px solid #999;
}
#header {
	padding: 0px;
	height: 130px;
	background-image: url(../images/headercurl2.gif);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}

#mainContent {
	background-color: #FFF;
	padding: 20px;
	height: auto;
	width: 562px;
	float: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
}
#nav {
	height: 36px;
	width: 800px;
	background-color: #F60;
}

#sidebar {
	margin: 0px;
	padding: 10px;
	width: 177px;
	float: right;
	height: auto;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	text-align: center;
}
#footer {
	height: 30px;
	clear: both;
	background-image: url(../images/footercurl.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.greenH1 {
	color: #060;
}
.whitefooter {
	color: #FFF;
}

