/* Adams Piano CSS stylssheet */

/* Body Control */

body
	{
		text-align: center;
		background-color: #ffffff;
		margin: 0px;
		font-family:Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

/* Div Control */

#wrapper
	{
		width:750px;
		margin: 0 auto;
		text-align: left;
		background: url(images/wrapperbg.jpg);
		background-repeat: repeat-y; 
	}

#innerwrapper
	{
		width:700px;
		margin: 0 auto;
		text-align: left;
		background-color: #ffffff;
	}

#nav
	{
		width:199px;
		text-align: left;
		background-color: #ffffff;
		border-right: 1px dashed black;
		border-bottom: 1px dashed black;
		float:left;
	}

#content
	{
		width:500px;
		margin: 0 auto;
		text-align: left;
		background-color: #E0E0E0;
		float:right;
	}

#header
	{
		width:700px;
		height:150px;
		margin: 0 auto;
		text-align: left;
		background-color: #ffffff;
		background: url(images/logo.jpg) no-repeat left top;
		border-bottom: 1px solid black;
	}

#pagewrapper
	{
		width:700px;
		margin: 0 auto;
		text-align: left;
		background-color: #E0E0E0;
	}
	
#pagewrapperfooter
	{
		clear:both;
		background-color: #000000;
		height: 15px;
		text-align: center;
	}

#footer
	{
		width:700px;
		height:0px;
		margin: 0 auto;
		text-align: center;
		background-color: #000000;
	}

#copyright
	{
		width:700px;
		margin: 0 auto;
		text-align: center;
		background-color: #ffffff;

	}

#navimg
	{
		width:199px;
		margin: 0 auto;
		text-align: center;
		background-color: #ffffff;
	}

#piccy
	{
		background-image: url(/images/piano.jpg);
		background-repeat: no-repeat;
		margin-left: 20px;
	}
	
#piccy1
	{
		width: 210px;
		height: 254px;
		float: left;
		clear: left;
	}

#piccy2
	{
		margin: 0 auto;
		text-align: center;
	}
	
#homewrapper
	{
		margin: 0 auto;
		text-align: center;
	}

/* Paragraph Stylings */

p
	{
		font-size: 12px;
		color:#000000;
		padding:10px;
	}

p.small{
		font-size:10px;
		margin:0px;
		border:0px;
		padding:0px;
		}

h1
	{
		font-size: 18px;
		color:#000000;
		padding:10px;
	}

h2
	{
		font-size: 15px;
		color:#000000;
		padding:10px;
	}

p.toplinks
	{
		font-size:11px;
	}
		
p.small
	{
		font-size:10px;
		color:#ffffff;
	}

p.copyrightetc
	{
		font-size:10px;
		color:#FFFFFF;
		margin:0px;
		padding:0px;
		padding-top:2px;
	}
		
ul
	{
		padding-top:10px;
		margin-top:0px;
	}		

li
	{
		font-size:14px;
		color:#000000;
		list-style-image: url(/images/bullet.jpg);
		padding-top:5px;
		margin-left:20px;
		padding-left:0px;
	}

/* Link Control */

a:link{
		color:#000000;
		text-decoration:underline;
		}
		
a:visited{
		color:#000000;
		}
		
a:hover{
		color:#000000;
		text-decoration:none;
		}
		
a:active{
		color:#000000;
		}
	
/* Other Links */
				
a.black:link{
		color:#FFFFFF;
		text-decoration:underline;
		}
		
a.black:visited{
		color:#FFFFFF;
		}
		
a.black:hover{
		color:#FFFFFF;
		text-decoration:none;
		}
		
a.black:active{
		color:#FFFFFF;
		}