/*
body style sheet for all Dance Physics pages other than index.html  
Author:  Dawn Saunders  
Version: 1
Date:    14 May 2009
*/


body		{background: #660000;
		background-image: url(../images/backgroundGeneral.jpg);
		background-repeat: repeat-x;}
		
h5		{font-size: 13px;
		color: #a0b3af;
		font-family: "Lucida Grande", Verdana;}
		
h3		{font-size: 110%;}

#heading	{position: absolute; top: 159px;
		font-size: 14px;
		color: #ffffff;
		font-family: "Lucida Grande", Verdana;
		margin-bottom: 3px;}
		
#content 	{width: 950px;		
		font-family: "Lucida Grande", Verdana, Arial,  sans-serif;
		font-size:11px;
		
		margin-right: auto;
		margin-left: auto;
		color: #ffffff;
		line-height: 1.4;
		}
		
#pageContent	{position:absolute; top: 248px;
		padding-left: 15px;
		width: 940px;}

.imageBorder	{border-style: solid;
		border-color: #ffffff;
		border-width: 1px;
		padding: 0;
		margin: 5px;}
		