body {
	behavior:url("csshover.htc");
	background-color: #EBE9DD;
	padding: 0px; 
	margin: 0px;
	font-family: arial, helvetica, verdana, sans-serif;
}

#content {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/middle.png) top left repeat-y;
}

#top {
	background: url(images/top.png) top left no-repeat;
	margin-left: auto;
	margin-right: auto;	
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 35px;
}

#login {
	float: right;
	background: url(images/login.jpg) top left no-repeat;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: -19px;
	margin-right: 20px;
	height: 30px;
	width: 201px;
}

#login a {
	color: #FFFFFF;
}

#login a:hover {
	text-decoration: none;
	color: #EEEEEE;
}

#middle {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	clear: both;
	padding-top: 5px;
	*padding-top: 40px;
	padding-bottom: 5px;
}

#bottom {
	background: url(images/bottom.png) bottom left no-repeat;
	text-align: center;
	font-size: 10px;
	color: #842042;
	height: 145px;
	padding-left: 16px;
	padding-right: 16px;
}

#aiic {
	float: right;
	margin-top: -65px;
}

#bottom a {
	font-size: 10px;
	color: #B93164;
	text-decoration: none;
}

#bottom a:hover {
	color: #000000;
}


#telephone {
	background-color: #842042;
	padding: 10px;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#telephone a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
}




