@charset "ISO-8859-1";
.text_title {
	font-size: 16px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	
}
.text_indent {
	border-left-width: 20px;
	border-left-color: #000;
	text-indent: 20px;
}

#raffleheader
{ float:none;
     width: 200px;
	 padding: 10px;
}

#rafflemenu
{
    width: 530px;
	padding: 10px 10px;
	margin: 0px;
}

#rafflemen ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	 
}

#rafflemenu li
{ font-size:14px;
	display: inline;
	MARGIN-TOP: 5.5em;
	margin-left: 1em;
}
rafflemenu a:hover
{
	text-decoration:underline;
	color:#000;
}

