body {
   font-family: "Lucida Grande", "Trebuchet MS", Arial, sans-serif;
   font-size: small;
   color: #404040;  
   line-height: 125%;
	
   width: 980px;
   margin-left: auto;
   margin-right: auto;
	
   background-color: #EFEFEF;
}

#content {
   width: 980px;
   background-color: white;
   border: 1px solid #D1D1D1;   
}

/* header */

#header {
   height: 100px;
}

#left {
   width: 200px;
}

#middle {
   width: 580px;
}

#right {
   width: 200px;
}

#logo {
   width: 175px;
   height: 75px;
   margin-left: 10px;
   margin-top: 5px;
}

#buy_and_contact {
   width: 100px;
   height: 100px;
   margin-top: 15px;
   margin-right: 20px;
}

.buy_and_contact_link {
	margin-bottom: 10px;
}

#buy_and_contact a {
   margin-bottom: 10px;
	margin-left: 7px;
}

#buy_and_contact img {
	vertical-align:middle;
}

#buy_now img {
   width: 57px;
   height: 57px;
   margin-top: 10px;
   border-width: 0px;
}

#other_versions {
   width: 450px;
   margin-top: 15px;
   text-align: center;
}

#other_versions a {
   text-align: center;
}

.version_link {
   width: 200px;
	line-height: 30px;
}

.version_link img {
	vertical-align:middle;
}

.version_link a {
   margin-left: 7px;
}

h1 {
   margin-top: 80px;
   text-align: center;
}

/* general */

h1, h2, h3, em {
   font-weight: normal;
   letter-spacing: -0.05em;
   color: black;
}

h1 {
   font-size: xx-large;
   color: black;   
}

h2 {
   font-size: x-large;
}

h3 {
   font-size: large;
   padding-bottom: 5px;
}

ul {
   padding: 0;
   margin-left: 0;
   list-style-type: none;
}

li {
   padding-top: 0.5em;
   padding-bottom: 0.5em;
}

li em {
   font-weight: bold;   
}

/* generic classes */

.gradientV{
	/* thanks to http://blog.fakedarren.com/2010/01/cross-browser-css-gradients/ */
	/* and http://www.puremango.co.uk/2010/04/css-gradient/ */
	/* fallback (Opera) */
	background: #008800;
	/* Mozilla: */
	background: -moz-linear-gradient(top, #00FF00, #000000);
	/* Chrome, Safari:*/
	background: -webkit-gradient(linear,
	left top, left bottom, from(#FFFFFF), to(#EEEEEE));
	/* MSIE */
	filter: progid:DXImageTransform.Microsoft.Gradient(
	StartColorStr='#00FF00', EndColorStr='#000000', GradientType=0);
}

.centered {
   display: block;
   margin-left: auto;
   margin-right: auto
}

.left {
   float: left;
}

.right {
   float: right;
}

.left_column {
	clear: both;
   float: left;
}

.right_column {
   float: right;
}

.border_right {
   border-right: 1px solid gray;
}

.border_left {
   border-left: 1px solid gray;
}

.border_top {
   border-top: 1px solid gray;
}

.border_bottom,
h3 {
   border-bottom: 1px solid gray;
}

/* diagrams */

.diagram {
   /* border: 1px solid black; */
   width: 151px;
   height: 176px;
   align: center;	
}

.diagram p {
   position: relative;
   top: -40px;
   text-align: center;	
}

.diagrams {
   width: 620px;
   height: 176px;
}

/* main content */

#main_content {
   clear: both;
	
   padding-bottom: 20px;
   padding-left: 50px;
   padding-right: 50px;   
}

#footer {
   clear: both;
   height: 0;
   padding: 0;
}

/* Intro */

#intro {
   clear: both;
}

#intro p {
   font-weight: bold;
   color: #505050;
}

/* Screenshots */

#main_screenshot {
   margin-bottom: 20px;
}

/* Features */

#features p {
   width: 430px;
   margin-top: 0;
}

#features em {
   font-weight: bold;
   font-style: normal;
}

/* Examples */

#chords_example {
   width: 480px;
   height: 160px;
   margin-top: -10px;
   margin-bottom: 40px;
}

.section {
	margin-top: 30px;
}

/* links and anchor */

a {
   border-bottom: 1px dotted;
   color:black;
   font-weight: bold;
}

a.hide_link {
   border-bottom-width: 0;
}

a:link {
   text-decoration:none;
}

a:visited {
   text-decoration:none;
}

a:active {
   text-decoration:none;
}

a:hover {
   color:black;
   text-decoration:none;
}

/* contact and copyright */

#copyright,
/* for IE7 */
#copyright a
/* ------  */
{
   color: black;
}

#copyright a {
   font-weight: normal;
   color: inherit;
   border-bottom: 1px solid;
}

#copyright {
   text-align: center;
}

