/* CSS Document */


body{
	background-color:#6d6c6c;
	margin: 0px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#holder {
	position: relative;
	width: 1000px;
	margin: auto;
	background-color:#eeeeee;
}

#header{
	width:1000px;
	height:270px;
	background-image:url(../images/header_huge.jpg);
	background-repeat:no-repeat;
	float:left;
}
#content{
	width:1000px;
	height:auto;
	background-image:url(../images/mainBg_huge.jpg);
	float:left;
}
.copyLeft {
	width:680px;
	height:auto;
	padding:7px 10px 10px 15px;
	float:left;
}
.lineHuge {
	width:636px;
	height:24px;
	background-image:url(../images/line_huge.jpg);
	background-repeat:no-repeat;
	float:left;
}
.copyRight {
	width:245px;
	height:auto;
	background-color:#c64802;
	background-image:url(../images/bgRight.jpg);
	padding:7px 35px 10px 15px;
	float:left;
}

.sidebarBox{
	width:225px;

}
.sidebarBalls{
	width:211px;
	height:30px;
	background-image:url(../images/lottoballs.jpg);
	padding-top:10px;
	vertical-align:bottom
}
#sidebarPlay {
	width:295px;
	float:right;
}

#footer {
	width:1000px;
	height:auto;
	background-image:url(../images/footer_huge.jpg);
	background-repeat:no-repeat;
	background-color:#f5f4f4;
	padding: 30px 0px;
	float:left;	
}

h1 { 
	font-size:20px;
	font-weight:bold;
	color:#000000;
}
h2 {
	font-size:12px;
	font-weight:bold;
	color:#c64802;
}
p {
	font-size:12px; 
	text-align: left; 
}

.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, 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:underline}
a.italianlotto {}
a.italianlotto:hover {font-size:10px; color:#000000; text-decoration:none;}
a.italianlotto2:hover {font-size:14px; font-weight:bold; color:#FF0000; text-decoration:none;}

/* 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;
}
