body{
	background: #fff url("../images/box_bg.gif") center fixed no-repeat;
	font-size: 11px;
	font-family: verdana, geneva, arial, sans-serif;
	line-height: 18px;
	color: #000;
	text-align: center;
}

h1,h2,h3,h4,h5,h6{
	text-transform: lowercase;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

h1{
	border-bottom: #000 1px solid;
	padding: 5px 0px 5px 0px;
	margin-bottom: 5px;
}

p{
	margin: 7px 0 7px 0;
	padding: 0 0 0 0;
	line-height: 18px;
}

a, a:visited{
	background: transparent;
	color : #000;
	text-decoration: none;
	border-bottom : 1px solid #999;
}

a:active, a:hover{
	background: transparent;
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #000;
}

h3 a{
	font-size: 11px;
	color: #000;
	text-decoration: none;
	border-bottom: 1px #000 solid;
	letter-spacing: normal;
}

h2{
	margin-top: 13px;
}

h2.title{
	margin-top: 0px;
}

.caps{
	font-size: 10px;
}

h3+p{
	margin-top: 13px;
}

img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#main{
	background: transparent;
	width: 675px;
	height: 480px;
	text-align: left;
	margin: 7% auto 0px auto;
	padding: 0px;
}

#container{
	float: right;
	width: 411px;
	padding-bottom: 5px;
	overflow: auto;
}

.daily{
	margin: 0px 27px 20px 27px;
	padding: 0 0 0 0;
	min-height : 270px;
}

.right{
	float: right;
}

#navigation{
	margin: 0px;
	margin-left: 27px;
	padding: 0px;
	text-align: right;
}

#navigation li{
	display: inline;
	padding: 0px 6px;
}

#navigation li+li{
	border-left: 1px solid #000;
}

#navigation li a, #navigation li a:visited{
	color: #000;
	text-decoration: none;
	border: 0px;
	font-weight: bold;
}

#navigation li a:active, #navigation li a:hover{
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #666;
}

.fineprint{
	font-size : 9px;
	text-align: right;
	border-top: 1px solid #000;
	margin: 9px 0px 0px 0px;
	padding: 3px 0px 0px 0px;
}