@charset "utf-8";

body {
	background-image: url(../images/lines.png);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Calibri, Arial;
}

p {
	margin-top: 0px;
}
a {
	color: #666666;
}



#wrapper {
	width: 650px;
	margin-right: auto;
	margin-top: 65px;
	margin-left: auto;
}
#menu {
	height: 27px;
	width: 650px;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 160px;
}
#menu   img    {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#content {
	width: 650px;
	height: 450px;
	margin-top: 1px;
	clear: both;
}
#content  img  {
	border: 0px none #000000;
}

#footer {
	height: 32px;
	width: 650px;
	margin-bottom: 10px;
	margin-top: 1px;
	font-size: 13px;
}
#likedislike {
	text-align: center;
}
#likedislike td {
	width: 50%;
}


#bottom {
	width: 650px;
	font-size: 10px;
	text-align: center;
}

#home {
	display: block;
	width: 100px;
	height: 23px;
	float: left;
	width: 162px;
	background-image: url(../images/buttons/home2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#home:hover  {
	background-position: 0 -23px;
}

#home span {
	display: none;
}

#stuff {
	display: block;
	width: 100px;
	height: 23px;
	float: left;
	width: 162px;
	background-image: url(../images/buttons/stuff2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#stuff:hover  {
	background-position: 0 -23px;
}

#stuff span {
	display: none;
}

#about {
	display: block;
	width: 100px;
	height: 23px;
	float: left;
	width: 162px;
	background-image: url(../images/buttons/about2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#about:hover  {
	background-position: 0 -23px;
}

#about span {
	display: none;
}

#contact {
	display: block;
	width: 100px;
	height: 23px;
	float: left;
	width: 162px;
	background-image: url(../images/buttons/contact2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#contact:hover  {
	background-position: 0 -23px;
}

#contact span {
	display: none;
}

span.updates {
	color: #333333;
}

span.title {
	font-weight: bold;
}

span.date {
	color: #999999;
	font-size: 13px;
}

#calendar {
	width: 100%;
	table-layout: fixed;
}

#calendar th {
	background-color: #666666;
	color: #CCCCCC;
	font-weight: normal;
}

#calendar td {
	background-color: #CCCCCC;
	color: #666666;
	text-align: right;
	padding-right: 6px;
}

#calendar td a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#calendar td a:hover {
	font-weight: bold;
	text-decoration: underline;
}
