body, td {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	align: center;
}

img {
	margin: 0px;
	padding: 0px;
}

#allContent {
	width: 670px;	
}

#topBar {
	position: relative;
	top: 0px;
	height: 19px;
	background: url(images/gradient_top.gif) bottom left repeat-x;
	margin: 0px;
	display: block;
}

#titleBar {
	position: relative;
	top: 0px;
	height: 52px;
	background: url(images/gradient_title.gif) top left repeat-x;
	margin: 0px;
	text-align: left;
}

#navBar {
	position: relative;
	top: 0px;
	height: 24px;
	background: url(images/gradient_navigation.gif) top left repeat-x;
	margin: 0px;
	text-align: center;
	color: #fff;
	font-size: 7px;
	padding-top: 5px;
	display: block;
	width: 100%;

}

#navBar a{
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;	
}

#header {
	top: 0px;
	position: relative;
	padding-top: 10px;
	height: 91px;
	background: url(images/header.jpg) top left repeat-x;
	margin: 0px;
}

#textContent {
	top: 0px;
	margin: 0px;
	width: 100%;
	padding: 20px 0px 20px 0px;
}

#footer {
	padding-top: 10px;
	clear: left;	
	width: 100%;
	border-top: 1px solid #aaa;
	height: 45px;
	text-align: center;
}

#footer img {
	bottom: 0px;
	margin: 0px 22px 0px 22px;
}
