/* CSS Document */

.titles {
	font-size: 24px;
	color: #F87C1A;
}
.subheads{
	font-size: 18px;
	color: #333333;	line-height:150%;
	}
	
.time{
	font-size: 22px;
	color: #CCCCCC;
	line-height:100%;
	font-weight: normal;
	}

body { margin:10px;
	background-image: url(images/bckground.jpg);
	background-position:center;
	background-repeat:repeat-y;
	background-color:#e9f1c1;
	margin-right:auto;
	margin-left:auto;
	width:701px;
	font-family: Arial, sans serif;
	font-size: 13px;
	color: #666666;
	line-height:150%;
	}
	
#header {
	width:701px;
	height:241px;
	background-image: url(images/nil_heads.jpg);
	display: block;
	}
	
#nav {
	width:205px;
	height:32px;
	background-image:url(images/nil_lft.jpg);
	float: left;
	}
	
#main {
	width:701px;
	text-align:left;
	}	
	
#mainbody {
	width:621px;
	padding:40px 40px 120px 40px;
	margin-top:42px;
	background-image: url(images/nil_mainbodybck.jpg);
	background-position: 0px 100%;
	background-repeat: no-repeat;
	background-color:#f1f1f2;
	}
	
#titles {
	width:581px;
	padding:20px 20px 10px 20px;
 	background-color:#ffffff;
	margin-bottom:20px;
	border-bottom:8px solid #F87C1A;
	}
	
#boxes {
	width:581px;
	padding:20px 20px 10px 20px;
 	background-color:#ffffff;
	margin-bottom:20px;
	border-bottom:8px solid #cccccc;
	}
	
/** Buttons **/
#prog{
	display: block;
	float:left;
	width: 95px;
	height:32px;
	background: url("images/nil_prog_on.jpg") no-repeat 0 -32px ;
	}
#prog:hover{ 
	background-position: 0 0;
	}

#reg{
	display: block;
	float:left;
	width: 63px;
	height:32px;
	background: url("images/nil_reg_on.jpg") no-repeat 0 -32px ;
	}
#reg:hover{ 
	background-position: 0 0;
	}

#dir{
	display: block;
	float:left;
	width: 80px;
	height:32px;
	background: url("images/nil_dir_on.jpg") no-repeat 0 -32px ;
	}
#dir:hover{ 
	background-position: 0 0;
	}
	
#spon{
	display: block;
	float:left;
	width: 95px;
	height:32px;
	background: url("images/nil_spon_on.jpg") no-repeat 0 -32px ;
	}
#spon:hover{ 
	background-position: 0 0;
	}
	
#cont{
	display: block;
	float:left;
	width: 64px;
	height:32px;
	background: url("images/nil_cont_on.jpg") no-repeat 0 -32px ;
	}
#cont:hover{ 
	background-position: 0 0;
	}	
	
#nutri{
	display: block;
	float:left;
	width: 99px;
	height:32px;
	background: url("images/nil_nutri_on.jpg") no-repeat 0 -32px ;
	}
#nutri:hover{ 
	background-position: 0 0;
	}

