@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
	background-image: url(rotate/rotate.php);
}

#container {
	width:700px;
	margin:auto;
	text-align:left;
	background-image: url(images/parchment.jpg);
}

#head {
	height:55px;
	border: 0;
	text-align:center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

#centercalendar {
	border: medium solid #000000;
	width:640px;
	text-align: center;
	margin-left: 25px;
	margin-top: 10px;
}

#foot {
	border: 0;
	clear:both;
	height:100px;
	text-align:center;
}

#menu1 ul {
	width: 640px;
	height: 30px;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 140px;
}

#menu1 li {
    float: left;
	list-style-type: none;
}

#menu1 a {
	display: block;
	width: 145px;
	height: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #CECEFF;
	text-align: center;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
	font-size: 18px;
	background-image: url(images/brass.png);
	font-style: italic;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
}

#menu1 a:link, .menu1 a:visited {
	border-top: 1px solid #cecece;
	border-bottom: 2px solid #4a4a4a;
	border-left: 1px solid #cecece;
	border-right: 2px solid #4a4a4a;
}

#menu1 a:hover {
	border-bottom: 1px solid #cecece;
	border-top: 2px solid #4a4a4a;
	border-right: 1px solid #cecece;
	border-left: 2px solid #4a4a4a;
}
