/* CSS Document */


body{
	background-color:#6d6c6c;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#main {
	position: relative;
	width: 775px;
	margin: auto;
	background-image:url(../images/image07_bg.jpg);
	background-color:#eeeeee;
}

#header{
	width:775px;
	/*height:287px;*/
	float:left;
}

.header1{
	width:775px;
	/*height:152px;*/
	float:left;
}

.header2{
	width:775px;
	/*height:152px;*/
	float:left;
}

#sidebar{
	width:245px;
	height:150px;
	background-color:#c64802;
	background-image:url(../images/image09_rbg.jpg);
	/*background-repeat:no-repeat;
	margin-top:10px;
	margin-left:10px;*/
	padding-top:7px;
	padding-left:15px;
	padding-right:35px;
	float:right;
}
.sidebarBox{
	width:225px;
	/*background-color:#c64802;
	background-image: url(../images/image14.jpg);*/
}
.sidebarBalls{
	width:211px;
	height:30px;
	background-image:url(../images/image10_lottoballs.jpg);
	padding-top:10px;
	vertical-align:bottom
}
#sidebarPlay {
	width:295px;
	float:right;
}

#content{
	width:460px;
	height:auto;
	/*background-repeat:no-repeat;*/
	background-image:url(../images/image07_bg.jpg);
	/*background-color:#FFFFFF;
	margin-top:10px;*/
	margin-left:0px;
	padding-left:20px;
	padding-top:7px;
	float:left;
}

#footer{
	position: relative;
	width: 775px;
	height:auto;
	background-image:url(../images/image12_bottombg.jpg);
	background-repeat:no-repeat;
	background-color:#f5f4f4;
	margin: auto;
	vertical-align:bottom;
}

.style1 {
	font-size:12px;
	font-weight:bold;
	color:#ffff00;
}
.style2 {
	font-weight:bold;
}
.style3 {
	font-family:Verdana, Helvetica, Arial Black;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
}
.style4 {
	font-family:Verdana, Arial Black, Helvetica;
	font-size:20px;
	font-weight:bold;
	color:#000000;
	font-style:normal;
}
.style5 {
	font-family:Verdana, Arial Black, Helvetica;
	font-size:12px;
	font-weight:bold;
	color:#c64802;
}
.style6{
	font-size:10px;
}
.style7 {
	font-family:Verdana, Helvetica, Arial Black;
	font-size:16px;
	font-weight:bold;
	color:#FFFF00;
}
.link2nd {font-size:10px; color:#000000; text-decoration:underline}
.link3rd {font-size:14px; font-weight:bold; color:#FF0000; text-decoration:none}
a.arlohn {}
a.arlohn:hover {font-size:10px; color:#000000; text-decoration:none;}
a.arlohn2:hover {font-size:14px; font-weight:bold; color:#FF0000; text-decoration:underline;}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
.nav a {float:none;}
/* End IE5-Mac hack */
.nav a:hover {
color:#FFF;
text-decoration:underline;
}
.clear{
clear:both;
}