@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background:#000 url(../images/main_background.jpg) center top no-repeat;
	behavior:url(../js/csshover2.htc);
	font-family:Helvetica, Arial, "Trebuchet MS",  sans-serif;
	font-size:12px;
	line-height:17px;
	letter-spacing:1px;
	font-weight:normal;
}
	
img {
	behavior:url(../js/iepngfix.htc);
	border:0px;
}
	
/*div, span {
	behavior:url(js/iepngfix.htc);
}*/
	
*a {
	cursor:hand;
}

p {
	margin:15px 0px 15px 0px;
}

.read_more {
	width:83px;
	height:18px;
	display:block;
	float:right;
	background:url(../images/read_more.png) no-repeat;
	behavior:url(../js/iepngfix.htc);
	border:none;
	text-indent:-999999px;
	overflow:hidden;
}

.read_more:hover {
	background:url(../images/read_more_over.png) no-repeat;
}
