/* CSS Document */


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

#holder {
	position: relative;
	width: 850px;
	margin: auto;
	background-image: url(../images/mainBg_big.jpg);
	background-color:#ffffff;
}

#header{
	width:850px;
	height:300px;
	background-image:url(../images/header_big.jpg);
	background-repeat:no-repeat;
	float:left;
}
#header_esp{
	width:850px;
	height:300px;
	background-image:url(../images/header_big_esp.jpg);
	background-repeat:no-repeat;
	float:left;
}
#content{
	width:850px;
	height:auto;
}
#contentFlash{
	position: relative;
	width: 640px;
	height: auto;
	padding: 0px 0px 20px 210px;
	background-color:#F4F4F4;
}
.content1{
	width:340px;
	height:auto;
	padding: 0px 15px 0px 55px;
	float:left;
}

.content2{
	width:394px;
	height:auto;
	padding: 0px 36px 0px 10px;
	float:left;
}

.playBox{
	width:150px;
	height:auto;
	padding: 8px 0px 0px 0px;
	float:left;
}

.playView{
	width:180px;
	height:auto;
	float:left;
}

.quickFacts{
	width:349px;
	height:196px;
	background-image:url(../images/quickFacts_huge.jpg);
	background-repeat:no-repeat;
	padding:0px 30px 0px 15px;
	float:left;

}
ul { list-style:outside url(../images/arrow.jpg);

} 


.footer{
	width: 705px;
	height:auto;
	background-image:url(../images/footer_big.jpg);
	background-repeat:no-repeat;
	background-color:#f5f4f4;
	padding: 20px 60px 20px 85px;
	float:left;
}

p {
	font-size:12px;
}

p.small {
	font-size:10px;
}

h1 { 
	font-size:12px;
}
h2 { 
	font-size:10px;
}
h3 { 
	font-size:12px;
	color:#FFFFFF;
	padding:5px 0px 0px 10px;
}
.style1 {
	font-size:10px;
	font-weight:bold;
	color:#ff0000;
}
.style2 {
	font-size:10px;
}
.draw_date {
	color:#FF0000;
	font-weight:bold;
}
.style3 {
	font-weight:bold;
	color:#ff0000;
}
.style4 {
	font-weight:bold;
	color:#ffffff;
	font-size:11px;
}
.link2nd {font-size:10px; color:#ff0000; font-weight:bold; text-decoration:underline}
.link3rd {
	font-size:10px;
	color:#000000;
	font-weight:normal;
	text-decoration:underline
}
a.japanjumbodraw {}
a.japanjumbodraw:hover {font-size:10px; color:#ff0000; font-weight:bold; text-decoration:none;}
a.japanjumbodraw2:hover {font-size:10px; color:#000000; font-weight:normal; 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;
}
