	/*
	This is the core css for the site
	*/

	
/* General elements START */
	
	*{
	/* Kill margin and padding on all elements - because different browsers have different defaults */
		margin:0;
		padding:0;
		border: none;
	}

	html{
	/* Fixes background nastiness when a sidebar is open in Firefox */
		min-width:770px;
	}
	
	body {
		font-family: Helvetica, Times, serif;
		text-align: center;
		background: #D5D5D5;
		color: #333;

	}		
	p	{
	padding-top: 10px;
	}
	a	{
		text-decoration: none;
		color: #B70000;
	}
	a:hover	{
		color: #555;
	}		
	img {
		
	}
	h1{
		text-indent: -5000px; /* remove the text from the screen but allow search engines to read it */

	}
	h1 a{
		display: block;
		height: 135px;
		font-size: 115%;
		width: 250px;	
	}
	
	h2{
		font-family: Fenice, Times, serif;
		/*background: url(../img/h2_bg.jpg) no-repeat 0px 18px;*/
		padding: 5px 0px 15px 10px;
		text-align: left;
		font-weight: normal;
		color: #3A4039;
	}
	h3{
		text-align: left;
	}
	h4{
		text-align: left;
	}

	
/* General elements END */

	#content {
		margin: 0 auto 0 auto;
		width: 800px;
	}
	
	#header {
		padding: 0;
		height: 174px;
		width: 710px;
		margin: 0 auto 0 auto;
		background: url(../img/head_bg.gif) no-repeat 0px 0px;
		text-align: left;
		border: 1px solid #999;
	}
	
	#navigation {
		text-align: left; /* This is to fix a bug in IE <shock horror!> */
	}

	#page_content {
		min-height: 397px;
		width: 670px;
		margin: 10px auto 0 auto;
		background: url(../img/page_content_bg.jpg) #fff no-repeat;
		font-size: 75%; 
		border: 1px solid #999;
		line-height: 1.3;
		padding: 20px;
	}
	#page_content p{
		text-align: left;
		margin-bottom: 10px;
	}
	.image_right {
		float: right;
		margin: 7px -10px 20px 0;
	}
	
	.image_left {
		float: left;
		margin: 0px 0px 0px 0px;
	}
	
	#about_us_image {
		float: right;
		margin: -5px 0px 0px 0;
	}
	
	.p1 {
	padding: 10px 340px 5px 0px;
	text-align: left;
	}
	.p2 {
	text-align: left; 
	clear: right;
	padding: 0 20px 0 390px;
	display: block;
	}
	#footer{
		width: 714px;
		margin: 0 auto 0 auto;
		clear:both;
	}
	#footer p {
	text-align: left;
	font-size: 70%;	
	color: #888;
	padding: 05px;
	}
	
	ul {
	text-align: left;
	margin: 15px 0 15px 0;	
	list-style: none;
	}
	.dances_ul {
	text-align: left;
	margin: 15px 0 15px 0;
	width: 200px;	
	}
	.dances_ul li{

	}
	.align_right {
	}
	
	li {
	
	}
#the_dances{
	float: left;
}
#the_dances ul {
	list-style: none;
}	

.a_dance{
	padding: 10px 0 0 200px;
	text-align:left;
}
.a_dance p{
	/*padding: 0px 100px 0 0px;*/
	width: 300px;
}
#contact_image {
	float: right;
	margin: -10px -20px 0 0;
}
#wedding_image{
	float: right;
	margin: -5px -10px 0 0;
}
#lessons_page p{
	width: 300px;
}
#lessons_page img{
	float: right;
	padding: 0 0 0 0;
}

#directions {
	width:416px; 
	float:left;
}

#directions h3, #contact h3 {
	border-bottom: 1px solid #C9DCC8;
	padding-bottom: 3px;
	margin-bottom:7px;
	font-family:"Times New Roman", Times, serif;
}

#directions p {
	width:300px; /*should be 309 but want some space*/
	float:left;
	
}

#directions .bus {
	float:right;
	background-color:#EAF1E9;
	width:107px;
}

#directions .bus h4 {
padding-left:16px;
margin-bottom:0px;
padding-bottom:0px;
font-size:1.6em;
font-family:"Times New Roman", Times, serif;
}

#directions .bus ul {
padding-left:23px;
margin-top:0;
margin-bottom:13px;
}

#directions .bus ul li {
	margin-bottom:5px;
}

#directions hr, #contact hr {
	border-bottom: solid 3px #8EB78B;
	clear:both;
	margin-bottom:12px;
}

#directions .button a, #directions .button a:hover {
	position:relative;
	width:192px;
	height:41px;
	float:left;
	margin-bottom:5px;
	display:block;
	cursor:pointer;
}

#directions .button a span {
	position:absolute;
	height:100%;
	width:100%;
	display:block;
	background: #fff url(../img/mapbutton.gif) left top no-repeat;
}

#directions .button a:hover span {
	background: #fff url(../img/mapbutton.gif) left bottom no-repeat;
}

#contact {
	float:right;
	width:170px;
	font-family:"Times New Roman", Times, serif;
}