/*calendars.css*/

body {
	background-image: url("../images/bckgrnd2.jpg");		
}
#wrap {
	margin: 0 auto;
	margin-top:10px;
	margin-bottom:10px;
	width:990px;
	border-style: none;	 
}

#header {
	background-image:url("../images/bckgrnd5.jpg");
	background-repeat: repeat;
	border-width:5px 5px 5px 5px ;
	Width: 900px;
	height: 260px;
	font-family:"Arial" , sans-serif , "Geneva" , sans-serif , "Verdana" , sans-serif ;
	color: #ffffff;	
	border-style: solid;
	padding-left: 80px;
	padding-bottom:  50px;	
}

#calendar {
	border-width: thin;
	border-color:#330033;
	width: 900px;
	height: 1005px;
	margin-left:45px;
	padding-top:  10px;
	border-style: none;
	margin-top: 5px; 
	font-family:"Arial" , sans-serif , "Geneva" , sans-serif , "Verdana" , sans-serif ;
	font-size: medium;
	font-weight: bold;
	color: #330033;			
}
ins {
	color: white;	
}
#footer {
	width:  900px;
	float: left;
	clear: bottom;
	text-align: center;
	font-family:"Arial" , sans-serif , "Geneva" , sans-serif , "Verdana" , sans-serif ;
	font-size: small;
	color: #330033;
	font-weight: bold;
	margin: 70px 1px 1px 40px ;
	border-style: none;
				
}
#buttons li{
	display: inline;
	margin-left: 40px;
	padding-left: 50px;
	border-style: none;		
}

a:link {
	color: #b090b5;	
}
a:visited {
	color: #b090b5;	
}
a:hover {
	color: #ffffff;	
}
a:active {
	color: #b090b5;	
}
