
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

#body {
font-size:100%;

}

#wrap {
	background:url(images/background.jpg) no-repeat;	
	margin:0 auto 0 auto;
	width: 1024px;
	height: 768px;
	
	}

#logo {
	background:url(images/CFL_logo.jpg) no-repeat;
	width:180px;
	height:80px;
	float:left;
}

		


#nav {
			
	height: 130px;
	width: 781px;
	float:right;	
}

#nav ul {
	float: left;
	list-style: none;
	display: inline;
}

#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(menu_back_over.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(nav-current.jpg) repeat-x;	
}

/* links */
a, a:visited {	
	color: #9B221A;
	background: inherit;
	text-decoration: none;	
}
a:hover {
	color: #9B221A;
	background: inherit;
	text-decoration: none;
}



#maincontent{
width: 975px;
height: 385px;
float:left;
font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
font-size: 1em;
color: #FFFFFF;
padding: 15px 20px 20px 20px;
line-height: normal;
padding-bottom: 10px;
margin-bottom: 10px;
}

#postitmenu{
width: 333px;
height:342px;
background: url(images/postit.png) no-repeat;
float:right;
}

#submenu {
	height:150px;
	width:252px;
	margin-left:35px;
	margin-top:115px;

}

#subnav {
			
	height: 150px;
	width: 252px;
	
}

#subnav ul {
	float: left;
	list-style: none;
	display: 
}

#subnav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#subnav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
}



#adbar{
width: 1024px;
height:270px;
	margin:0 auto 0 auto;

}


#ad1{
width:271px;
height:249;
float:left;
margin:0 auto 0 auto;
padding: 5px;



}


#ad2{
width:190px;
height:223;
float:left;
margin:0 auto 0 auto;
padding: 5px;

}


#ad3{
width:179px;
height:184;
float:left;
margin:0 auto 0 auto;
padding: 5px;

}


#ad4{
width:185px;
height:196;
float:left;
margin:0 auto 0 auto;
padding: 5px;

}

#ad5{
width:145px;
height:161;
float:left;
margin:0 auto 0 auto;
padding-right: 7px;
padding-top: 15px;

}


/* bottom */
#footer-bottom {
	color: #666;
	height: 40px;	
	margin: 0 auto; 
	width: 1024px;
	text-align: center;
	font-size: 70%;
	padding-top:15px;	

font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
}

#footer-bottom  a {
	color: #ffffff;
}


