body          {
	text-align: center;
	margin: 0;
	margin-top: 10px;
	padding: 0;
	background: #AAA url("pattern.gif");
}
dl dt {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
dl dd {
	margin-bottom: 10px;
	text-align: center;
}

#wrapper {
	width: 780px;
	margin: 0 auto;

}
#header {
	height: 195px;
	width: 780px;
	background: transparent url("header.gif") no-repeat;
}
#page_des {
	padding-left: 250px;
	padding-top: 70px;
	padding-right: 20px;
	font-family: arial;
	color: #FFF;
	font-size: 12px;
	text-align: left;
}
#leftcol {
	float: left;
	margin-left: 0px;
	margin-right: 8px;
	width: 270px;
	background: #FFF;
}
#leftcol .pad a:link, #leftcol .pad a:visited {
	color: #666;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#main_body {
	padding-left: 11px;
}
#leftcol .pad a:hover {
	color: #000;
	text-decoration: underline;
}
#maincol {
	width: 491px;
	float: left;
	background: #FFF;
}
#maincol .pad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;background: #FFF url("leftside.gif") repeat-y top left;
}
.links {
	font-weight: bold;
	letter-spacing: 0px;
	padding: 5px 10px 10px 10px;
}
.pad {
	padding: 0px 10px 10px 10px;
	text-align: left;
}
#story {
	background: #000 url("bg_top.gif") no-repeat top left;
}
#story .pad {
	padding: 17px 9px 0px 9px;
	color: #FFF;
	font-family: arial;
	font-size: 11px;
	background: transparent url("bg_bottom.gif") no-repeat bottom left;
}
#leftcolbottom {
	height: 10px;
	background: transparent url("leftcolbottom.gif") no-repeat bottom left;
}
#maincolbottom {
	height: 10px;
	background: transparent url("maincolbottom.gif") no-repeat bottom left;
}
#main_body #maincol form {
	padding: 10px;
	margin: 0px;
}
#f2 {
	padding-left: 400px;
	padding-top: 35px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.shortcutLetters {
    background: #DDD url(letters.gif);
    padding: 6px;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
}
.shortcutLetters a {
    color: black;
    text-decoration: none;
}
.shortcutLetters a:hover {
    color: red;
}
.shortcutNumbers {
    float: left;
    width: 300px;
    line-height: 33px;
    letter-spacing: 2px;
    font-size: 16px;
}
.shortcutNumbers a {
    color: black;
    text-decoration: none;
}
.shortcutNumbers a:hover {
    color: red;
}

ul.errors {
	font-weight: bold;
	color: red;
	padding: 5px 5px 5px 5px;
}
ul.errors li {
	margin-left: 20px;
}
div.lyricsText {
    margin-left: -65px;
}
textarea#lyricsText {
    width: 450px;
    height: 300px;
}