* {
	margin: 0;
	padding: 0;
}

 /*body */

body {
	background: #201a1c url(images/background.jpg) no-repeat fixed left bottom;
	margin: 0px;
	padding: 0px;
	font: 62.5%/100% "Lucida Sans Unicode", "Lucida Console", Verdana, sans-serif;
	color: #FFFFFF;
	
}
blockquote {
	display: block;
	padding: 2em 4em;
	
}
blockquote p {
	font-size: 1em;
	margin-top: 0em;
	line-height: 1.5em;
}


table.page{
	border-collapse: collapse;
	border-spacing: 0px;
	height: 100%; 
	width: 100%;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
}

/* Links */

a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #EC008D;
}
a:visited {
	color: #FFFFFF;
}
a img {
	border: 2px solid #FFFFFF;
}
a:hover img {
	border: 2px solid #EC008D;
}
a:visited img {
	border: 0px solid #3C3839;
}

/* Header Fonts */

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Lucida Console", Verdana, sans-serif;
}
h1 {
	color: #FFFFFF;
	font-size: 2.4em;
	line-height: 3em;
}
h2 {
	font-size: 1.8em;
	line-height: 2em;
	color: #971857;
}
h3 {
	background: #ED008E;
	color: #FFFFFF;

}
h4 {
	font-size: 1.8em;
	line-height: 2em;
	color: #ED008E;
}

span {
	color: #ED008C;
}

/* Paragraph formatting */

p {
	line-height: 1.5em;
	font-size: 1.2em;
	margin-top: 0.7em;
}

/* The layout */

html > .titlebar {
	background: #971857 url(images/logo.png) no-repeat 97% center;
}
.titlebar {
	background: #971857 url(images/logo.png) no-repeat 97% center;
	width: 90%;
	/*margin: 0 0 2em; */
	padding: 0 5%;
	line-height: 7em;
	height: 6em;
	color: #FFFFFF;
}

/* Navbar */

td.navbar { 
text-align: left; 
color: #404040;
width: 150px;
height: 100%;
background: #971857 url(images/bg-vnav-css.gif);
}

.navbar ul {
	float: left;
	width: 150px;
}

.navbar li {
	list-style: none;
}

.navbar ul li a{
	display: block;
	background-color: #971857;
}

.navbar a img {
	height: 35px; 
	width: 150px; 
	border-width: 0;
	border: 0;
	background-color: #971857;
}
	/* Navbar images */
	a#home img {background: url(images/nav/nav-home.gif) top left no-repeat;}
	a#about img {background: url(images/nav/nav-about.gif) top left no-repeat;}
	a#video img {background: url(images/nav/nav-video.gif) top left no-repeat;}
	a#events img {background: url(images/nav/nav-events.gif) top left no-repeat;}
	a#workshops img {background: url(images/nav/nav-wkshps.gif) top left no-repeat;}
	a#links img {background: url(images/nav/nav-links.gif) top left no-repeat;}
	a#gallery img {background: url(images/nav/nav-gallery.gif) top left no-repeat;}

	/* Navebar image hover */
	a#home:hover img {background: url(images/nav/nav-home-h.gif) top left no-repeat;}
	a#about:hover img {background: url(images/nav/nav-about-h.gif) top left no-repeat;}
	a#video:hover img {background: url(images/nav/nav-video-h.gif) top left no-repeat;}
	a#events:hover img {background: url(images/nav/nav-events-h.gif) top left no-repeat;}
	a#workshops:hover img {background: url(images/nav/nav-wkshps-h.gif) top left no-repeat;}
	a#links:hover img {background: url(images/nav/nav-links-h.gif) top left no-repeat;}
	a#gallery:hover img {background: url(images/nav/nav-gallery-h.gif) top left no-repeat;}

.navbar ul li a:hover {
	background: #ED008C;
	color: #FFFFFF;
}

.wkshps {
	background-color: #6699CC;
	padding: 5px;
	border-color: #FFFFFF;
	border-collapse: collapse;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
	color: #FFFF00;
}

.events {
	background-color: #6699CC;
	padding: 5px;
	border-color: #FFFFFF;
	border-collapse: collapse;
    border-width: 3px 3px 3px 3px;
    border-style: none;
	font-size: 1.5em;
	line-height: 1.9em;
}

.closed {
	background-color: #999999;
}

.pastwksp {
	background-color:#999999;
	font-family:"Times New Roman", Times, serif;
	padding: 5px;
	border-color: #6699CC;
	border-collapse: collapse;
    border-width: 3px 3px 3px 3px;
    border-style: solid;
}

.pastevent {
	background-color:#999999;
	font-family:"Times New Roman", Times, serif;
	padding: 1px;
	border-collapse: collapse;
	line-height: 1em
}

.maintable {
	margin: 0 0 0 3em;
	clear: none;
	padding: 2em;
	font-size: 1.1em;
}

.homemaintable {
	margin: 0 0 0 3em;
	clear: none;
	padding: 2em;
	line-height: 1.4em;
	font-size: 1.5em;
}