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

#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 220px;
}

#content {
	background-color: #FFFFFF
}

.content {
	background-color:#FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	border-left: solid 1px #999999;
}

.sidebar {
	background-color:#FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	border-right: solid 1px #999999;
}

#footer {
	background-color: #999999;
}

a:link, a:visited {
	color: #0000CC;
}

a:active: a:hover {
	color: #CC0000;
}

#header a:link, #header a:visited {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #0000CC;
}

#header a:active {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#header a:hover {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
}