@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #660000;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
	color: #000000;
}
.calendar-home {
}
.container {
	width: 798px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; 
	background: #660000;
	padding:0;
}
.header {
	margin:0;
	padding:0;
	background-image:url(img/topbanner.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:100px;
	padding: 0 ;  
} 
.header h1 {
	font:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: 0; 
	padding: 10px 0; 
}
.sidebar1 {
	background-image:url(http://www.siliconvalleywheelchairproject.org/test/img/pad_left.gif);
	background-position:right;
	background-repeat:repeat-y;

	padding:0;
	width:40px;
}
.sidebar1_bot {
	background-image:url(http://www.siliconvalleywheelchairproject.org/test/img/pad_left_bot.gif);
	background-repeat:no-repeat;
	background-position:top right;
	width:40px;
	height:auto;
	padding:0;
}
.sidebar2 {
	background-image:url(http://www.siliconvalleywheelchairproject.org/test/img/pad_right.gif);
	background-position:left;	
	background-repeat:repeat-y;

	width:40px;
	padding:0; 
}
.sidebar2_bot {
	background-image:url(http://www.siliconvalleywheelchairproject.org/test/img/pad_right_bot.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width:40px;
	padding:0;
}
.mainContent {
 	margin:0; 
	background: #ffffcc;
} 
.mainContent p {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style:normal;
	font-size:14px;
	padding-left:5px;
	line-height:130%;
}
.mainContent h1 {
	font-size:larger;
}
.footer { 	
background-image:url(http://www.siliconvalleywheelchairproject.org/test/img/pad_bot.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:40px;
	padding: 0;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px ;
	color: white;
	text-align:center;
} 
.footer p {
	margin: 0; 
	padding:0; 
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px ;
	color: white;
}
.footer a {
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px ;
	color: white;
}

/* Miscellaneous classes for reuse */
.fltrt { /* floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* class place 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;
}
