/* CSS Document */

html {
}
body {
	font-size:16pt;
	width:960px;
	margin:0 auto;
	text-align:center;
}
#main {
	padding:30px;
	text-align:left;
	font-family:"Times New Roman", Times, serif;
}
h1 {
	font-size:27pt;
	color:#F00;
	margin:0;
}
#topleft {
	width:670px;
	margin-right:30px;
	float:left;
}
#topright {
	width:198px;
	float:right;
	border:1px solid #000;
	text-align:center;
}
#topright img {
	margin:5px;
}
#middle {
	width:900px;
}
.clear {
	clear:both;
}
.dailypick3 {
	text-align:center;
	font-weight:bold;
	font-size:20pt;
}
.red {
	color:#F00;
}
