/* commented backslash hides from ie5mac \*/ 
html{
	height:100%;
	margin:0;
	padding:0
} 
/* end hack */ 
html,body {
	padding:0;
	margin:0;
	background-color: #cccccc;
	font-size: 10px;
	font-family: "Trebuchet MS", verdana, sans-serif;

}
body{	
	color: #7F7F7F; 
	line-height: 13pt;	
	text-align:left;
	min-width:780px;/* for mozilla*/
	height:100%;
}
#sitewrapper {
	text-align: left;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	border: 1px solid black;
}
html>body #minHeight{
	float:left;
	width:0px;
	height:100%;
	margin-bottom:-82px;
} /*safari wrapper */
#outer{
	height:99.9%;
	min-height:100%;
	width:780px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
}

/* mac hide \*/
* html #outer{
	width:782px
}
/* end hide*/

html>body #outer{
	height:auto;
} /*for mozilla as IE treats height as min-height anyway*/

#inner{
	width:100%;
	padding-top:120px;/*needed to make room for header*/
} 
/* mac hide \*/
* html #outer, * html #header {width:780px}
/* end hide*/
div,p  {
	margin-top:0px;
	background-color: #ffffff;
}/*clear top margin for mozilla*/

#right {
	width:200px;
	float:right;
	z-index: 55;
}
#right-inner {
	width: 200px;
	padding-left: 0px;
	text-align: left;
}
#left {
	position:relative;/*ie needs this to show float */
	width:700px;
	float:left;
	padding-left: 7px;
	z-index: 56;
}
#left-inner {
	padding-left: 9px;
	padding-right: 9px;
	text-align: left;
}
#content {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 12px;
}
#content a, #sidebar a
{
    color: #083E7C;
}

#content a:hover, #sidebar a:hover
{
    color: #083E7C;
}
#header{
	position:absolute;
	top:0px;
	left:0px;
	width:776px;
	height:93px;
	z-index:74;
	background:  url(images/top_party.gif) no-repeat left top;

}
#logo {
	position:absolute;
	top:0px;
	left:0px;
	width:780px;
	height:100px;
	text-indent: -5000px;
	z-index:300;
	background:  url(images/top_party.gif) no-repeat left top;
}
#sponsors {
	margin-top: 10px;
	text-align:center;
}
#clearfooter {
	width:100%;
	height:82px;
	clear:both;
} /* to clear footer */
.month {
	text-align: center;
	margin:auto;
	margin-top: 30px;
}
.monthday {
	border: thin solid black;
	text-align: left;
	vertical-align:top;
}
.nomonthday {
	border: thin solid black;
	text-align: left;
	vertical-align:top;
}
.saturday {
	border: thin solid black;
	text-align: left;
	vertical-align:top;
}
.sunday {
	border: thin solid black;
	text-align: left;
	vertical-align:top;
}
.event {
	border: thin solid black;
	text-align: left;
	vertical-align:top;
}
#ajaxmenu {
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	margin-top: 5px;
	font-size:12px;
}
/* EventCalendar */
table.eventcalendar {
	padding-right: 20px;
}