#advert1 {
	text-align: center;
	margin-top: 6px;
	margin-bottom: 6px;
}
/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	background-attachment: fixed;
	background-color: #cccccc;
	background-image: url(../images/bg_grad.jpg);
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	float: none;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

a:hover{
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFF33;
}


#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#copyright {
	clear: both;
	float: right;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	width: 260px;
	height: 20px;
	margin: 0px;
	text-align: right;
}
