﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {margin:0;padding:0;}
fieldset, img{border:0;}
h1, h2, h3, h4, h5, h6, address, caption, cite, code, dfn, em, strong, th, var {
font-style:normal;font-weight:normal;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {
font-size:100%;
}
q:before, q:after {content:'';}

html {
	font-size: 100%;
}

body {

background-color: #F7F557;
background-image: url("../images/background.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
	font-family: arial, sans-serif;
	font-size: 80%;
	color: Purple;
	line-height: 1.7em;
	min-width: 770px;
	text-align: left;
}
	
a:link {
	color: purple;
	text-decoration: none;
}

a:visited {
	color: purple;
	text-decoration: underline;
}

a:hover {
	color: purple;
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

ol      { 
margin-left:30px; 
}

#indent {
margin-left:30px; 
}



#container {
	margin: 0 auto;
	width: 770px;
}

table {
	
	width: 500px;
}

td
{ 
vertical-align: top;
}


td.aboutus {

	text-align: left;
	padding-right: 20px;
}


td.spaced {
	width: 20%;
}

SPAN.testinfo
{
	font-weight: lighter;
	font-style: italic;
}


h1 {
	display: block;
	width: 415px;
	height: 100px;
	background: url(../images/h1-logo.gif);
	text-indent: -9999px;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 20px;
}

h2 {
	margin-bottom: 10px;
	font-size: 1.7em;
	font-weight: bold;
	font-family: georgia, times new roman, times, serif;
}

h3 {
	margin-top: 20px;
	font-size: 1.3em;
	font-weight: bold;
	font-family: georgia, times new roman, times, serif;
}

h4 {
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: bold;
	font-family: georgia, times new roman, times, serif;
}

#column1 {
	display: block;
	float: left;
	width: 150px;
}

#column2 {
	display: block;
	float: left;
	width: 600px;
}



#navigation {
	list-style: none;
}

#navigation li a {
	display: block;
	width: 130px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
}

#navigation li {
	margin-bottom: 7px;
}

#nav-home a { background: url(../images/nav-home.gif); }
#nav-ourservices a { background: url(../images/nav-ourservices.gif); }
#nav-workshops a { background: url(../images/nav-workshops.gif); }
#nav-calendar a { background: url(../images/nav-calendar.gif); }
#nav-registration a { background: url(../images/nav-registration.gif); }
#nav-aboutus a { background: url(../images/nav-aboutus.gif); }
#nav-contactus a { background: url(../images/nav-contactus.gif); }
#nav-testimonials a { background: url(../images/nav-testimonials.gif); }
#nav-ourlocation a { background: url(../images/nav-ourlocation.gif); }
#nav-links a { background: url(../images/nav-links.gif); }

#navigation a:hover {
background-position: 0px -30px;
width: 130px;
height: 30px;
margin-bottom: 7px;
}



#home #nav-home a,
#ourservices #nav-ourservices a,
#workshops #nav-workshops a,
#calendar #nav-calendar a,
#registration #nav-registration a,
#aboutus #nav-aboutus a,
#contactus #nav-contactus a,
#testimonials #nav-testimonials a,
#ourlocation #nav-ourlocation a,
#links #nav-links a {
	background-position: 0px -60px;
}