/* Pond Life Recording Studios Stylesheet */


body {
	background-image: url('../images/design/background.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	background-color:#00435F;
	padding:0px;
	margin:0px;
	color:#ffffff;
	font-size:100%;
}

a.navigation {
	font-family:arial;
	color: #F1CA7D;
	text-decoration: none;
	font-weight: bold;
	font-size:110%;
}

a.navigation:hover  {
	font-family:arial;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}

p	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding: 0px;
	margin: 0px;
}

h1	{
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}