/* CSS Document */


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

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

#header{
	width:775px;
	height:252px;
	background-image:url(../images/header_small.jpg);
	background-repeat:no-repeat;
	float:left;
}
#header_esp{
	width:775px;
	height:252px;
	background-image:url(../images/header_small_esp.jpg);
	background-repeat:no-repeat;
	float:left;
}
#content{
	width:775px;
	height:auto;
}
#contentFlash{
	position: relative;
	width: 675px;
	height: auto;
	padding: 0px 0px 20px 100px;
	background-color:#F4F4F4;
}
.content1{
	width:325px;
	height:auto;
	padding: 0px 15px 0px 55px;
	float:left;
}

.content2{
	width:310px;
	height:auto;
	padding: 0px 40px 0px 10px;
	float:left;
}

.playBox{
	width:140px;
	height:auto;
	padding: 10px 0px 0px 0px;
	float:left;
}

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

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

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

} 


.footer{
	width: 670px;
	height:auto;
	background-image:url(../images/footer_small.jpg);
	background-repeat:no-repeat;
	background-color:#f5f4f4;
	padding: 20px 50px 20px 55px;
	float:left;
}

p {
	font-size:12px;
}

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

h1 { 
	font-size:12px;
}
h2 { 
	font-size:10px;
}
h3 { 
	font-size:10px;
	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:9px; 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:9px; 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;
}
