/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body.monday { font-size: 10px; font-family:Georgia, "Times New Roman", Times, serif; background: white url(http://www.lfdept.com/images/bckgrndtile7.jpg); background-repeat: repeat;}
body.tuesday { font-size: 10px; font-family:Georgia, "Times New Roman", Times, serif; background: white url(http://www.lfdept.com/images/bckgrndtile8.jpg); background-repeat: repeat;}
body.wednesday { font-size: 10px; font-family:Georgia, "Times New Roman", Times, serif; background: white url(http://www.lfdept.com/images/bckgrndtile6.jpg); background-repeat: repeat;}
body.thursday { font-size: 10px; font-family:Georgia, "Times New Roman", Times, serif; background: white url(http://www.lfdept.com/images/bckgrndtile5.jpg); background-repeat: repeat;}
body.friday { font-size: 10px; font-family:Georgia, "Times New Roman", Times, serif; background: white url(http://www.lfdept.com/images/bckgrndtile7.jpg); background-repeat: repeat;}
body.saturday { font-size: 10px; font-family:Georgia, "Times New Roman", Times, serif; background: white url(http://www.lfdept.com/images/bckgrndtile9.jpg); background-repeat: repeat;}
body.sunday { font-size: 10px; font-family:Georgia, "Times New Roman", Times, serif; background: white url(http://www.lfdept.com/images/bckgrndtile6.jpg); background-repeat: repeat;}



body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: none; background: #333333; }

a img { border: none; }

#main {
    width: 977px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
/*edited by Mischa
#menu {
    width: 977px;
	margin: 0 auto;
	background-color: #ff0000;
}*/
/* ORIGINAL*/
#menu {
	width: 120px;
    overflow: auto;
	position:fixed
    min-height:540px;
	color:#000000;
	text-align:right;
	font-size:10px;
	padding-right:15px;
	padding-top:15px;
	line-height:20px;
} 

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { }

/*added by mischa*/
#menu a {
	color:#000000;
}

#menu a.hover {
	text-decoration:underline;
}
#content {
    margin: 0 0 0 0px;
	float:right;
	width:835px;
	min-height:540px;
	vertical-align:top;
}

.containerBody {
	padding: 0px;
}

.container {
    padding: 5px 5px 25px 5px;
}

/*#content p { width: 400px; margin-bottom: 9px; }*/

/*p {
    margin: 0 0 9px 0;
}*/



h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }


#footer {
	background-color:#414142;
	width:100%;
	height:17px;
}

#footerText {
	height:17px;
	margin-left:135px;
	width:598px;
	background-color:#FFFFFF;
	text-align:center;
}

#footerText a {
	color:#333333;
}

/* this div is within the custom plugin Jamie installed */
#clearMe {

	width:190px;
}

#clearMe p {
	width:inherit;
}

#clearMe a {
	color:#333333;
	text-decoration:underline;
}
#clearMe a:hover {
	text-decoration:none;
}
