/* CSS Document */

/* For page layoutwith header,side menu, content and footer */

body{background-color:white;
Font-family: Calibri, Verdana, Ariel, sans-serif;}
div.container
{
width:100%;
margin:0px;
border:1px solid gray;
line-height:150%;
}
div.header,div.footer
{
padding:0.5em;

clear:left;
}
h1.header
{
padding:0;
margin:0;
	color: #339900;
	text-align: center;
	font-style: italic;
}
div.menu
{
float:left;
width:10%;
margin:0;
}
div.content
{
margin-left:15%;
padding:0.5em;
}

/*for the menu text*/
.menustyle {
	font-size: smaller;
    	text-align: center;
	font-weight: bold;
}

.footstyle {
	font-size: smaller;
	color: #339900;
}

/* headings*/
/* should I fiddle the h number for search engines?*/
h1 {
	color: #339900;
	text-align: center;
	font-style: italic;
}h2 {
	font-size: medium;
	text-align: left;
}

/* layout for calendar */

 table {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	float: left;
	height: 24ex;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 4px;
	width: 175px;
	padding: 0px;
	line-height: normal;
	color: #054B03;
	background: #fff;
}

 table th, div#calendar table td {
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	font-size: 11px;
	padding: 1px;
	text-align: center;
	margin: 0px;
	width: 19px;
}

 table th {
	background: #FBF7DB;
}

 table th.month {
	color: #990000;
	width: 175px;
}

 table th.price {
	width: 42px;
	text-align: left;
	font-size: 11px;
}

 table td {
	color: #CCCCCC;
	font-weight: normal;
}

 table td.a {
	color: #006600;
	background-color: #EAFFEA;
}

 table td.b {
	color: #990000;
	background-color: #FFE8E8;
	text-decoration: line-through;
}


#foot {
	
	border-collapse: collapse;
	float: right;
	height: 140px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 4px;
	width: 175px;
	padding: 0px;
	line-height: normal;
	color: #054B03;
	background: #fff;
}




