BODY {
	margin: 0px;
	padding: 0px;
	background-image: url('images/bg.png');
	background-position: center;
	background-repeat: repeat-y;
}
#header {
	width: 800px;
	height: 120px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('images/sep.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#banner {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background-color: #89AED0;
}
#content {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-family: sans-serif;
	font-size: 12pt;
	padding: 20px 0px;
}
#content A:link, #content A:visited {
	color: #4a749b;
	text-decoration: none;
}
#content A:active, #content A:hover {
	color: #89AED0;
	text-decoration: underline;
}
#footer {
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	background-color: #89AED0;
	background-image: url('images/sep.png');
	background-position: top left;
	background-repeat: no-repeat;
}
IMG#logo {
	position: relative;
	left: 20px;
	border-width: 0px;
}
IMG#reladev {
	position: relative;
	top: -20px;
	left: 30px;
	border-width: 0px;
}
IMG.tablink {
	position: relative;
	top: 18px;
	left: 75px;
	border-width: 0px;
	margin-right: 10px;
}
IMG#contact {
	position: relative;
	top: 18px;
	left: 80px;
	border-width: 0px;
}
P#footerlinks {
	margin: 0px;
	padding: 25px 0px 10px 25px;
	color: #4a749b;
}
P#footerlinks A {
	color: white;
	font-family: sans-serif;
	font-size: 10pt;
	text-decoration: none;
}
P#footerlinks A:hover {
	color: #ffd941;
}
P#copyright {
	margin: 0px;
	padding: 0px 25px;
	color: #4a749b;
	font-family: sans-serif;
	font-size: 10pt;
}
