@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/backgrounds/lace+bos.png);
	background-repeat:no-repeat;
	background-position:center top;
	background-color: #FADF7D;
	background-attachment:fixed;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 9px; 
	line-height: normal;
	color: #333333;
	margin: 0 auto;
	text-align:center;
}

/* td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px; 
	line-height: normal;
	color: #000000; */
	
} */

a {
	color: #333333;
	
}

a img {
	border: none;
	
}

a:hover {
	color: #960;
	
}

#container {
	width: 780px;
	background: #cccc66;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	border: 1px solid #FFFFFF;
	text-align: left;
	
}

#topSection {
	width: 770px;
	margin-top: 5px;
	margin-left: 5px;
	border-top: 1px solid #ffffcc;
	background: #ffffcc;
	
}

#topSectionLeft {
	float: left;
	width: 180px;
	padding: 10px 10px 10px 10px;
		
	}

/*
#topSectionCenter {
	float: left;
	width: 350px;
	padding: 10px 10px 10px 10px;
}

#topSectionRight {
	float: left;
	width: 179px;
	background: #cccc66;
	padding: 10px 10px 10px 10px;
	border-bottom: 1px solid #ffffcc;
	} 
*/
	
#topSectionRight {
	float: left;
	width: 549px;
	background: #cccc66;
	padding: 10px 10px 0px 10px;
	border-bottom: 1px solid #ffffcc;
	}

#centerSection {
	width: 768px;
	background: #cccc66;
	margin-left: 5px;
	border-right: 1px solid #ffffcc;
	border-left: 1px solid #ffffcc;
	border-top: 1px solid #000;
	
}

#centerSectionLeft {
	float: left;
	width: 230px;
	padding: 10px 10px 10px 10px;
	
}

#centerSectionCenter {
	float: left;
	width: 230px;
	padding: 10px 10px 10px 10px;
}

#centerSectionRight {
	float: left;
	width: 229px;
	background: #cccc66;
	padding: 10px 10px 10px 10px;
	/* border-bottom: 1px solid #ffffcc; */
	}

#footer {
	clear: left;
	width: 748px;
	background: #ffffcc;
	margin-left: 5px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #000;
	border-right: 1px solid #ffffcc;
	border-left: 1px solid #ffffcc;
	text-align: center;
	
}

#footerLeft {
	float: left;
	width: 188px;
	padding: 5px 5px 5px 5px;
	
}

#clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}