/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-attachment: fixed;
	background-image: url(../images/bg03-transparent.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #777887;
}
#wrapper { 
 margin: 0 auto;
 width: 972px;
}
#header {
	width: 950px;
	color: #333;
	height: 180px;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/eastcoastpiano-02_03.png);
	background-repeat: no-repeat;
}
#navigation {
	width: 950px;
	color: #333;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/slider-bg.png);
}
#menu {
	font-family: 'Vollkorn', arial, serif;
	position: relative;
	top: 138px;
		font-size: 18px;
			text-decoration: none;
}
#menu a{
	font-family: 'Vollkorn', arial, serif;
	padding-left:25px;
	font-size: 18px;
	color: #600;
	text-decoration: none;
}
h1{font-family: 'Vollkorn', arial, serif;}
#content {
	width: 647px;
	color: #333;
	border: 1px solid #ccc;
	margin: 0px;
	height: auto;
	float:left;
	background-color: #FFF;
	background-image: url(../images/eastcoastpiano-02_09.png);
	background-repeat: repeat-y;
	background-position: left;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 290px;
}
#footer { 
 width: 929px;
 color: #333;
 background: #FFF;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 clear:both;
}
#footer a{
	font-family: 'Vollkorn', arial, serif;
	padding-left:25px;
	font-size: 14px;
	color: #600;
	text-decoration: none;
}
.left{float:left; padding:20px;}
.right{float:right; padding:10px;}

ul {
	list-style-position: outside;
}

#opt a{font-size:10px;}
