@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	text-align:center;
}

#container {  margin: 0px auto 0px auto; padding-bottom: 3em; background-color: #fff; }
#month { border-collapse: collapse; padding:0px 0px 0px 20px; }
#month th, #month td { border: 1px solid #000; font-weight:bold; }
#month thead {
	background-color:#C20201;
	font-weight:normal;
}
#month td {
	width: 7em;
	height: 7em;
	padding: 0.25em;
	vertical-align: top;
	overflow: auto;
	font-weight:bolder;
}
td .day {
	width: 10em;
	height: 7em;
	overflow:auto;
	margin-top: 0;
	font-weight:normal;
	font-size: x-small;
}
#month tbody .weekend {
	background-color:#CDC49C;
}
#month tbody .next, #month tbody .previous {
	background-color:#A9966D;
}
.rtop { display:block; background:#060; }
.rtop * { display: block; height: 1px; overflow: hidden; background:#fff; }
.r1{margin: 0 0 0 5px}
.r2{margin: 0 0 0 3px}
.r3{margin: 0 0 0 2px}
.r4{margin: 0 0 0 1px; height: 2px}
#container h1 {
	margin: 0 0 .5em .5em;
	font: 2em Arial, Helvetica, sans-serif;
	color: #F00;
}
#month th { font: 1.2em bold Arial, Helvetica, sans-serif; }
p {margin-top: 0; }

body {
	width: 900px;
	background-image:url(images/bone1.jpg);
	background-color:#897B45;
	font-family: sans-serif;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#giffcontainer {
	background-image:url(images/bground.gif);
	width: 900px;
	margin: auto;
	padding: 30px;
	border: thick;
	border-style: solid;
		
}
#bodycontainer {background-color: white;
	width: 900px;
}

#maincontent {
	background-color: white;
	width: 870px;
	border: thin;
	line-height: 1.6;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left:15px;
	text-align: center;
	color: #000;
	font-family: Arial, Helvetica, 	sans-serif;
}		

#header {
	background-color: black;
	height: 100px;
	padding: 25px ;
	font-size: 40px;
	width: 850px;
	margin: auto;
}
#navtable {
	width: 900px;
	height: 34px;
	background-color: black;
	margin: 1px auto;
}

.navtext {
	color: #000;
	background-color: black;
	padding: 3px;
	text-align: center;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-image:url(images/button_bg1.jpg);
}

.navtext a:link {
	color: #000;
	text-decoration: none;
}
.navtext a:hover {
	color:#FFF;
	text-decoration: none;
}
.navtext a:visited {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: sans-serif;
	color: #000;
	text-transform: none;
}

#footer {
	color: #FFF;
	background-color: black;
	height: 30px;
	padding: 20px;
	font-size: 10px;
	text-align: center;
	width: 860px;
	margin: 1px auto;
	margin-top: 5px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, "sans-serif white";
}

#footer a:link {
	color:#FFF;
}
#footer a:hover {
	color:#F00;
}


.style1 {
	font-size: 16px;
	/*text-decoration: underline;*/
	}
	


a:link {
	color:#000;
}

a:visited {
	color: #000;
}

a:hover {
	color:#F00;
	text-decoration: none;
}

a:active {
	color:#897B45;
}

