a:link {font-family: tahoma; font-size: 12px; text-decoration: none;}
a:visited {font-family: tahoma; font-size: 12px; text-decoration: none;}
a:hover {font-family: tahoma; font-size: 12px; text-decoration: underline}

h1{
	font-size: 12pt;
	text-align: center;
}
	
h2{
	text-align: center;
	font-size: 12pt;
}

li{
	text-align:left;
}

div{
	font-family:verenda; 
	font-size:14px; 
	color:000000;}
}

.chords{
	float: left;
	width: 45%;
	size: 8pt;
}

.form {
border : 1px solid Black;
color : black;
font-size : 10px;
font-family : tahoma;
}

/*Layout stuff*/
#container{
	width: 97%;
	margin-left: auto;
	margin-right: auto;
}

#header{
	width: 100%;
	padding-bottom: 10px;
}

#ads{
	padding: 5px;
	height: 90px;
	text-align:center;
	background-color: #F3F3F3;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #888888;
	border-bottom: solid 1px #777777;
}

#main{
	width: 100%;
	height: 100%;
	background:#ffffff;
}

#left{
	float:left;
	width:78%;
}

#right{
	float:left;
	width:20%;
}

#middle{
	width: 2%;
	float:left;
	height:100%;
	text-align: center;
	background: #FFFFFF;
}

#footer{
	clear: both;
	width: 95%;	
	background-color: #F3F3F3;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #888888;
	border-bottom: solid 1px #777777;
}

	
.maincontent{
	text-align:justify;
	padding: 10px;
	background-color: #F3F3F3;
	border-left: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #888888;
	border-bottom: solid 1px #777777;
	zoom: 1;
}

#tab{
	text-align:justify;
}

.form_label{
	float: left;
	width: 45%;
}

.form_input{
	float: left;
	width: 45%;
}

.clear{
	clear: both;
}

.tab_comment{
	width: 45%;
	border: 1px dashed #C0C0C0;
	padding: 10px;
	font-size: 8pt;
}