/* 
---------------------------
MAIN STYLE SHEET for 
Piano Keyboard Border Background Web Site Graphics Set
in Midnight Blue and White
Created by SKDesigns http://skdesigns.com
for Linkware Graphics Music Images - 
http://linkwaregraphics.com/music/
May 08, 2008
-
This contains just the basics to get you
started if you wish to use the layout
included with this set.
--------------------------- */
body {
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#003;
	font:small Verdana,Geneva, Sans-Serif;
	background:#fff url(../images/bg/keyboard-bg.png) repeat-x;
	border-top:1px solid #003;
	}
	
/* for wavy staff lines background near bottom of content area, just above the footer */	
#contentouter {
	color:#003;
	margin:140px auto 0 auto;
	padding:0;
	max-width:825px;
	text-align:center;
	clear:both;
}	

.cb,.cb br {
	clear:both;
}
	
/* 
----------------------------------
CONTENT AREA
---------------------------------- */

#content {
	color:#003;
	background:transparent;
	margin:50px 50px 5px 50px;
	padding:0;
	line-height:160%;
	max-width:825px; /* see ie6.css for IE6 rule - IE6 does NOT support max-width */
	text-align:left;
	}

/* Content area headings */
#content h1, #content h2, #content h3, #content h4 {
	font-family:"Trajan Pro",Serif;
	line-height:140%;
}	

#content h1 {
	font-size:2.0em;
	color:#003;
	background:transparent;
	margin:30px 0 5px 0;
	padding:0;
}

#content h2 {
	font-size:1.6em;
	color:#000;
	background:transparent;
	margin:25px 0 5px 0;
	padding:0;
}

#content h3 {
	font-size:1.3em;
	color:#666;
	background:transparent;
	margin-bottom:5px;
}

#content h4 {
	font-size:1.1em;
	color:#003;
	background:transparent;
	margin-bottom:5px;
}

/* content general rules */
#content .note {
	border:1px solid #003;
	margin:30px 0;
	padding:5px;
}
#content .first {
	margin-top:0;
	padding-top:0;
}

#content .right {
	float:right;
}

#content .left {
	float:left;
}

#content .requiredflag {
	font-size:xx-small;
	color:red;
	position:relative;
	bottom:2px;
}
/* Content images */
#content img.right {
	margin:0px 20px 5px 10px;
	padding:0;
}

#content img.r1 {
	margin-right:40px;
	padding:0;
}

#content img.left {
	margin:0 30px 5px 25px;
	padding:0;
}

#content p.samples img {
	margin:0 10px 0 0;
	padding:0;
}

/* CONTENT LIST ITEMS */
#content ul, #content ul li {
	list-style-type:none;
}

#content li {
	color:#003;
	background:url(../images/bullets/bullet-14.gif) no-repeat 0 .35em;
	margin-left:12px;
	padding-left:22px;
}

/* TOP of PAGE LINK */
#content p.top {
	background:url(../images/arrows/up.gif) no-repeat 0 .65em;
	font-size:x-small;
	width:100px;
	margin:40px 0 0 0;
	padding:0;
}

#content p.top a:link, #content p.top a:visited, #content p.top a:hover {
	margin-left:18px;
	font-weight:normal;
}

/* CONTENT LINKS */
a:link {
	color:#003;
	background:transparent;
}

a:visited {
	color:#505050;
	background:transparent;
}

a:hover {
	color:#999;
	background:transparent;
}

a:link, a:visited, a:hover {
	font-weight:bold;
}

#nav {
	background:transparent url(../images/bg/wavy-staff-bg.gif) no-repeat bottom center;
margin:0 auto 0 auto;
padding:10px 0 0px 0;
font:bold 1.2em "Trajan Pro",Serif;
	width:90%;
	min-width:500px;
	height:100%;
	min-height:51px;
}

#nav ul, #nav ul li {
	list-style-type:none;
	text-align:center;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav ul li {
	margin:0 0 0 12px;
	padding:0 6px 0 16px;
	font-weight:bold;
	line-height:160%;
	display:inline;
}

#nav ul li a {
	text-decoration:none;
}
#nav ul li a:visited {
	color:#003;
	background:transparent;
}
#nav ul li a:hover {
	text-decoration:underline;
}

/* ----------------------------
FOOTER AREA
------------------------------- */

#footer {
	margin:0 0 5px 0;
	padding:60px 50px 5px 40px;
	background:transparent url(../images/bg/wavy-staff-bg.gif) no-repeat top center;
	font-size:x-small;
	border:0px solid #999;
	clear:both;
}

#footernav ul, #footernav ul li {
	list-style-type:none;
}

#footernav ul {
	margin-bottom:10px;
}

#footernav li {
	display:inline;
	margin:10px 10px 10px 0;
	font-weight:bold;
}
	
/* 
------------------------------
GENERAL
------------------------------ */
ul {
	margin:0;
	padding:0;
}

img, a img {
	border:0 none;
	margin:0;
	padding:0;
}		
