@charset "UTF-8";
/* CSS Document */

#container {
	margin:  auto;
	width: 789px;
	height: auto;
	overflow: auto;
	float: inherit;
	
}

body {
	background-color: #A9B878;
	background-image: url(images/bg.jpg);
	padding-bottom: -20px;
}
	

#content {
	background:url(images/side-bars.jpg) repeat-y;
	width: 789px;
	margin-right: auto;
	margin-top: 0px;
	text-align: left;
	height: auto;
	overflow: auto;
	color:#666666;
	float: left;
	padding-bottom: -20px;
}

.content-divider{
	background:url(images/divider.gif) repeat-x;
	margin-left: 35px;
	margin-right: 35px;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 0px;
}

.resume-divider{
	background:url(images/divider.gif) repeat-x;
	margin-top: 28px;
	margin-bottom: 25px;
	padding-top: 2px;
	padding-bottom: 0px;
}


#header{
	background: url(images/header.jpg);
	width:789px;
	height:197px;
	margin: auto;
	float:left;
}


#upper-body{
	background:url(images/upper-body.jpg);
	width: 788px;
	height: 21px;
	margin: auto;
	float: left;
}




.bottom-column{
	float:left;
	width: 550px;
}

#footer{
	background: url(images/footer.png);
	width:789px;
	height:35px;
	margin: auto;
}

#disclaimer{
	width:789px;
	float: inherit;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#333333;
	margin: auto;
	text-align: center;
	position: relative;
	margin-right: auto;
	clear: both;
}



/*
-------------------------------------------------------------------------------------
H2 HEADERS
-------------------------------------------------------------------------------------*/

h2.header{
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 0;
	height: 21px;

}

h2.header span{
		display: none;
}

h2#t-index-workshop{
	background-image:url(images/nav-hdr-classes.gif);
	background-repeat: no-repeat;
}

h2#t-index-walkin{
	background-image:url(images/nav-hdr-walkin.gif);
	background-repeat: no-repeat;
}

h2#t-index-store{
	background-image:url(images/nav-hdr-store.gif);
	background-repeat: no-repeat;
}

h2#t-index-parties{
	background-image:url(images/nav-hdr-parties.gif);
	background-repeat: no-repeat;
}

h2#t-index-community{
	background-image:url(images/nav-hdr-community.gif);
	background-repeat:no-repeat;
}

h2#t-index-contact{
	background-image:url(images/nav-hdr-contact.gif);
	background-repeat:no-repeat;
}

h2#t-index-bottom{
	background-image:url(images/nav-hdr-bottom.gif); 
	background-repeat:no-repeat;
}

h2#t-index-hours{
	background-image:url(images/nav-hdr-hours.gif); 
	background-repeat:no-repeat;
}

h2#t-index-home{
	background-image:url(images/nav-hdr-home.gif); 
	background-repeat:no-repeat;
}

h2#t-index-downloads{
	background-image:url(images/nav-hdr-downloads.gif);
	background-repeat: no-repeat;
}

h2#t-index-maillist{
	background-image:url(images/nav-hdr-maillist.gif);
	background-repeat: no-repeat;
}

h2#t-index-calendar{
	background-image:url(images/nav-hdr-calendar.gif);
	background-repeat: no-repeat;
}


/*
-------------------------------------------------------------------------------------
H1 HEADERS
-------------------------------------------------------------------------------------*/

h1.header{
	background-repeat: no-repeat;
	margin: 0;
	padding: 0 0 0 0;
	height: 20px;

}

h1.header span{
		display: none;
}

h1#t-index-header1{
	background-image:url(images/main-column-hdr.gif);
	background-repeat: no-repeat;
}

h1#t-index-bottom{
	background-image:url(images/main-column-bottom.gif);
	background-repeat: no-repeat;
}


/*
-------------------------------------------------------------------------------------
H3 and more
------------------------------------------------------------------------------------*/

.text-h3 {
	font-size: 16px;
	color: #CCCCCC;
}

/*
----------------------------------------------------------------------------------------
ROLLOVER PAGE LINKS
----------------------------------------------------------------------------------------*/
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#993300;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}


/*
----------------------------------------------------------------------------------------
MAIN CONTENT BOX
----------------------------------------------------------------------------------------*/

.main-column {
	float: left;
	padding-left: 15px;
	width: 402px;
	padding-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.main-box {
	width: auto;
	background:url(images/box-body-Large.gif) repeat-y;
	text-align: left;
	margin-top: 0px;
	padding: 10px 10px 10px 10px;
}

.main-box ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main-box li{
	background:url(images/bullet-main.gif) no-repeat top left;
	margin-left: 10px;
	padding-left: 30px;
	margin-right: 10px;
	padding-bottom:10px;
	text-decoration: none;
	color:#666;
}

/*.main-box .main-box-last {
		background: url(images/box-bottom-Large.gif) no-repeat left bottom!important;
		padding-bottom: 20px;
		margin-bottom: 10px;
}*/

.main-box p {
		margin-top: 0px;
		margin-bottom: 6px;
		padding-left: 10px;
		padding-right: 10px;
		text-align:center;
		font-size:16px;
		color:#333;
}

.main-box-divider{
	background:url(images/divider.jpg) no-repeat;
	margin-left: 10px;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
}

/*

----------------------------------------------------------------------------------------
CALENDAR
----------------------------------------------------------------------------------------*/

.calendar-column {
	float: left;
	padding-left: 0px;
	width: 720px;
	padding-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left: 45px;
}

----------------------------------------------------------------------------------------
MAIN CONTENT BOX PART 2
----------------------------------------------------------------------------------------*/

.main-column2 {
	float: left;
	padding-left: 15px;
	width: 402px;
	padding-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.main-box2 {
	width: auto;
	background:url(images/box-body-Large.gif) repeat-y;
	text-align: center;
	margin-top: 0px;
	padding: 10px 10px 0px 10px;
}

.main-box2 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main-box2 li{
	background:none;
	margin-left: 10px;
	padding-left: 30px;
	margin-right: 10px;
	padding-bottom:0px;
	text-decoration: none;
	color:#666;
}

/*.main-box .main-box-last {
		background: url(images/box-bottom-Large.gif) no-repeat left bottom!important;
		padding-bottom: 20px;
		margin-bottom: 10px;
}*/

.main-box2 p {
		margin-top: 0px;
		margin-bottom: 6px;
		padding-left: 10px;
		padding-right: 10px;
		text-align:center;
		font-size:16px;
		color:#333;
}

.main-box2-divider{
	background:url(images/content-main-divider.gif) center no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:10px;
	padding-top: 5px;
}

/*


/*

----------------------------------------------------------------------------------------
MAIN CONTENT BOX Workshops
----------------------------------------------------------------------------------------*/

.main-column3 {
	float: left;
	padding-left: 15px;
	width: 402px;
	padding-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.main-box3 {
	width: auto;
	background:url(images/box-body-Large.gif) repeat-y;
	text-align: top center;
	margin-top: 0px;
	padding: 0px 0px 0px 0px;
}

.main-box3 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.main-box3 li{
	background:none;
	margin-left: 10px;
	padding-left: 30px;
	margin-right: 10px;
	padding-bottom:0px;
	text-decoration: none;
	color:#666;
}

/*.main-box .main-box-last {
		background: url(images/box-bottom-Large.gif) no-repeat left bottom!important;
		padding-bottom: 20px;
		margin-bottom: 10px;
}*/

.main-box3 p {
		margin-top: -5px;
		margin-bottom: 6px;
		padding-left: 10px;
		padding-right: 10px;
		text-align:left;
		font-size:10px;
		color:#333;
}

.main-box3-divider{
	background:url(images/content-main-divider.gif) center no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom:10px;
	padding-top: 5px;
}

/*

----------------------------------------------------------------------------------------
RIGHT CONTENT BOX
----------------------------------------------------------------------------------------*/

.right-column{
	float: left;
	padding-left:15px;
	width: 132px;
	padding-top: 0px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.right-box {
	width: auto;
	background: url(images/box-body-small.gif) repeat-y;
	margin-top: 0px;
	padding: 10px 0px 10px 10px;
}

.right-box ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.right-box li{
	background:none;
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	color:#666;
}

.right-box p {
		padding-left: 10px;
		padding-right: 10px;
}

.right-divider{
	background:url(images/content-divider.gif) no-repeat center;
	margin-left: 5px;
	margin-top: 10px;
	padding-top: 2px;
	margin-top: 3px;
	margin-bottom: 3px;
}

/*

----------------------------------------------------------------------------------------
TABLE FONT
----------------------------------------------------------------------------------------*/
.table-font-content{
	font:Verdana, Geneva, sans-serif;
	color:#630;
	font-size:13px;
}

.table-font-header{
	font:Verdana, Geneva, sans-serif;
	color:#000;
	font-weight:bold;
	font-size:15px;
}

.table-font-subcontent{
	font:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:11px;
}

/*
----------------------------------------------------------------------------------------
LEFT CONTENT BOX
----------------------------------------------------------------------------------------*/

.left-column {
	float:left;
	width: 132px;
	padding-left: 40px;
	padding-top:0px;
	padding-right: 15px;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.left-box {
	width: auto;
	background: url(images/box-body-small.gif) repeat-y;
	margin-top: 0px;
	padding: 10px 10px 0px 5px;
}

.left-box ul{
	margin: 0;
	padding-left: 0px;
	list-style-type: none;
}

.left-box li{
	background:none;
	margin-left:0px;
	padding-left: 0px;
	margin-right: 0px;
	text-decoration: none;
	color:#666;
}


.email {
	text-align:center;
	font-size: 12px;
	width: auto;
}



		

/*--footer--*/



#page_footer #disclaimer {
	margin-top: 20px;
	clear: both;
	font-size: 10px;
	color:#909090;
	text-align: center;
}
