body {
	margin: 0px;
	padding: 0px;
	background-color: #ebeef7;
		font-family: arial, verdana, sans-serif;
	font-size: 12px;

	}
#header {
	width: 925px;
	height: 114px;
	background-image: url(images/header.jpg);
	}
#menu {
	width: 885px;
	_width: 925px;
	height: 49px;
	_height: 59px;
	background-image: url(images/menu.jpg);
	text-align: center;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}
#menu td {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color:#5a73c6;
	letter-spacing: 1px;
	}
#menu a:link {
	color: #5a73c6;
	text-decoration: none;
	}
#menu a:active {
	color: #5a73c6;
	text-decoration: none;
	}
#menu a:visited {
	color: #5a73c6;
	text-decoration: none;
	}
#menu a:hover {
	color: #5a73c6;
	text-decoration: underline;	
	
	}
#split {
	width: 925px;
	height: 33px;
	background-image: url(images/split.jpg);
	}
#copyright {
	width: 925px;
	height: 20px;
	background-image: url(images/bg_mid.jpg);
	text-align: center;
	color: #979797;
	}
#left {
	width: 12px;
	height: 100%;
	background-image: url(images/left.jpg);
	}
#right {
	width: 13px;
	height: 100%;
	background-image: url(images/right.jpg);
	}
#copyright a:link {
	text-decoration: none;
	color: #5a73c6;
	font-weight: bold;
	}
#copyright a:visited {
	text-decoration: none;
	color: #5a73c6;
	font-weight: bold;
	}
#copyright a:active {
	text-decoration: none;
	color: #5a73c6;
	font-weight: bold;
	}
#copyright a:hover {
	text-decoration: underline;
	color: #5a73c6;
	font-weight: bold;
	}
#copyright strong {
	color: #5a73c6;
	font-weight: bold;
	}