@charset "utf-8";
body {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #EFB72E;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}

div.Header {
	height: 135px;
	width: 50%;
	left: 0px;
	top: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 44px;
	font-weight: bold;
	vertical-align: middle;
	white-space: normal;
	margin: 0px;
	text-align: left;
	float: left;
	clear: none;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #f8cf4a;
}
#welcome {
	width: 311px;
	font-weight: bold;
	height: 109px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 670px;
	top: 10px;
}



div.menu {
	position:absolute;
	left:10px;
	top:155px;
	width:166px;
	height:575px;
	z-index:1;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 3px;
}


div.menuitem {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 2px;
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	height: 40px;
	padding-right: 0px;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	width: 160px;
	padding-bottom: 2px;

}
div.menuitem  p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	left: 84px;
	top: 131px;
	z-index: 10;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;	/* for IE */
	font-style: italic;

}
#apDiv1 {
	position:absolute;
	left:182px;
	top:164px;
	width:610px;
	height:590px;
	z-index:4;
	overflow: auto;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: justify;
	margin: 0px;
}

#weekly_events {
	float: right;
	width: 160px;
	height: 575px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 5px;
	margin-top: 10px;
	overflow: auto;
	text-decoration: none;
	text-align: center;
	z-index: 2;
	position: absolute;
	left: 812px;
	top: 159px;
}

/* CSS Document */

#week {
	padding: 5px;
	margin-top: 5px;
	border: 2px solid #000;
	margin-right: 5px;
}
.date {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #333311;
	font-weight: bold;
	text-decoration: underline;
	padding-top: 3px;
}
.event {
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	color: #333311;
}



#counter {
	clear: both;
	float: none;
	position: absolute;
	left: 19px;
	top: 639px;
	width: 143px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: none;
	color: #000;
	height: 94px;
	/* for IE */
	filter:alpha(opacity=70);
	/* CSS3 standard */
	opacity:0.7;
	z-index: 2;
}
#scroller {
	position: absolute;
	height: 150px;
	width: 125px;
	left: 9px;
	top: 9px;
	margin: 0px;
	padding: 0px;
}
#footer {
	margin-top: 20px;
	border: 3px solid #900;
	vertical-align: bottom;
	position: absolute;
	left: 815px;
	top: 680px;
	width: 151px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #900;
	text-align: center;
}
