body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #333;
	padding: 0px;
	margin: 0px;
}

a {
	color: #0E1659;
	font-weight: normal;
	text-decoration: underline;
}

#liveinfobox {
	margin-top: 10px;
	width: 494px;
}

#content {
	width: 504px;
	background-image: url("../include/gfx/cont_bg.jpg");
}

#conttop {
	display: block;
	width: 504px;
	height: 22px;
	overflow: hidden;
	background-image: url("../include/gfx/cont_top.jpg");
	text-transform: uppercase;
}
#conttop h2 {
	display: block;
	margin: 3px 5px 3px 5px;
	color: #0e1659;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#contmid {
	margin: 10px 5px 0px 5px;
	overflow: hidden;
}
#contbottom {
	margin: 0px;
	width: 504px;
	height: 25px;
	background-image: url("../include/gfx/cont_bottom.jpg");
}
