@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	background-image: url(../images/headerbg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#maincontainer {
	background-image:url(../images/mainbg.jpg);
	background-repeat:no-repeat;
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	/*background-color:#F39;*/
}
#mainnavcontainer {
	width:1000px;
	overflow:auto;
/*	background-color: #0F0;
*/}
#nav {
	float:left;
	margin-left:15px;
	margin-top:87px;
	clear:left;
}

#eventcount {
	float:right;
	width:245px;
	margin-top:60px;
	position:relative;
}

#maincontentcontainer {
	width: 100%;
	padding-top:10px;
/*	background-color:#CCC;
*/	overflow:auto;
}

#leftcontainer {
	float:left;
	width:319px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
/*	background-color:#F9F;
*/}

#rightcol{
  float:right; 
  width:260px;
/* background-color:#FF0;
*/}

 
#maincol{
 float:right;
 width:390px;
 margin-right:15px;
 border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
/*	background-color:#6CF;
*/ }
 
 #addyourevent {
	margin-right:15px;
	width:230px;
	margin-left:15px;
}
 
#maincalendarcontainer {
	width:300px;
}
#calendar {
	background-image:url(../images/calendar.png);
	background-repeat:no-repeat;
	width:34px;
	height:34px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

#month {font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#333; text-align:center; font-weight:bold;}
#day {font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#333; text-align:center; font-weight:bold; margin-top:1px;}

#eventname {
}

#footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	width: 1000px;
	height:69px;
	clear:both;
}

.maincalendarcontainer {
	width:300px;
}
.calendar {
	background-image:url(../images/calendar.png);
	background-repeat:no-repeat;
	width:34px;
	height:34px;
	margin-left:10px;
	margin-right:10px;
	float:left;
}

.month {font-family:Verdana, Geneva, sans-serif; font-size:10px; color:#333; text-align:center; font-weight:bold;}
.day {font-family:Verdana, Geneva, sans-serif; font-size:14px; color:#333; text-align:center; font-weight:bold; margin-top:1px;}
