body {
	background-image: url(../images/repeating_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: "trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #ecf4e9;

}

#header {
	background: url(../images/header_bg.jpg) no-repeat center;

}

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;

}

.content {
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a:link, a:visited {
	font-weight: bold;
	color: #0000CC;
}
a:hover, a:active {
	font-weight: bold;
	color: #CC0000;
}
.tw {
	font-size: 11px;
}

