        body {
                text-align:center;
                font-family: Verdana;
                background-image: url('images/bg-lightgrey.png'); background-repeat: repeat
                }

        #frame {
                width:598px;
                margin-right:auto;
                margin-left:auto;
                margin-top:0px;
                padding:3px;
                text-align:left;
                background:#336699;
                border:2px solid #fff;
                background-image: url('images/bg-blue.png'); background-repeat: repeat
                }

        #contentleft {
                width:185px;
                padding:0px;
                float:left;
                text-align: center;
                border:0px solid #000;
                margin-top: 0px;
                margin-right: 3px;
                height: 400px;
                }

        #contentlefttop {
                width:175px;
                padding:2px;
                text-align: center;
                border:3px solid #000;
                background:#ccc;
                height: 170px;
                margin-bottom: 3px;
                background-image: url('images/bg-grey.png'); background-repeat: repeat
                }

        #contentleftgraph {
                width:175px;
                padding:2px;
                text-align: center;
                border:3px solid #000;
                background:#ccc;
                height: 150px;
                background-image: url('images/bg-grey.png'); background-repeat: repeat
                }

        #graph {
                width: 157px;
                text-align: left;
                margin-top: 12px;
                line-height: 26px;
        }

        .contentcentertop {
                width:400px;
                padding:2px;
                float:left;
                background:#eee;
                text-align: center;
                border:3px solid #000;
                background:#ccc;
                margin-bottom: 3px;
                background-image: url('images/bg-grey.png'); background-repeat: repeat
                }

        .contentcenter {
                width:400px;
                padding:2px;
                float:left;
                background:#eee;
                text-align: center;
                border:3px solid #000;
                background:#ccc;
                margin-bottom: 3px;
                background-image: url('images/bg-grey.png'); background-repeat: repeat
                }


        #contentright {
                width:175px;
                padding:0px;
                float:left;
                background:#fff;
                }

        #contentheader {
                background:#fff;
                padding:2px;
                text-align: center;
                border:3px solid #000;
                margin-bottom: 3px;
                background-image: url('images/bg-grey.png'); background-repeat: repeat;
                }

        p,h1,pre {
                margin:0px 10px 10px 10px;
                }

        h1 {
                font-size:14px;
                padding-top:10px;
                }

        #contentheader h1 {
                font-size:14px;
                padding:10px;
                margin:0px;
                }

        #contentright p { font-size:10px}

        .contentfooter {
                background:#fff;
                padding:2px;
                text-align: center;
                border:3px solid #000;
                margin-bottom: 3px;
                background-image: url('images/bg-grey.png'); background-repeat: repeat;
                float: right;
                width: 588px;
                font-size: 10px;
                line-height: 16px;
        }

        .headerbackground {
                width: 100%;
                background:#fff;
                margin-bottom: 3px;
        }

        .buttonspacer {
                margin-left: 15px;
                margin-right: 15px;
                display: inline;
        }

        #song_info {
                margin-top: 3px;
                margin-bottom: 3px;
        }

        #more_info {
                text-align: left;
                margin-left: 5px;
                margin-bottom: 5px;
        }

        #menu_links {
                text-align: left;
                margin-top: 7px;
                margin-left: 20px;
                margin-bottom: 5px;
                line-height: 27px;
        }

        a.menu_links:link {
                color: #000;
                text-decoration: none;
        }
        a.menu_links:visited {
                color: #000;
                text-decoration: none;
        }
        a.menu_links:hover {
                color: #000;
                text-decoration: underline;
        }
        a.menu_links:active {
                color: #000;
                text-decoration: none;
        }

	#news_div {
		text-align: left;
		margin: 5px;
		margin-top: 10px;
	}

	.news_div_header {
		margin: 5px;
		border: 1px solid #000;
	}

	.news_div_body {
	        background-image: url('images/bg-lightgrey.png'); background-repeat: repeat;
                margin: 5px;
                border: 1px solid #000;
	}

	.news_h1 {
		font-size: 18px;
		display: inline;
	}

	.news_h2 {
		font-size: 10px;
		margin-left: 10px;
		display: inline;
	}

	.news_hr {
		display: inline;
		line-height: 5px;
	}

	.news_p {
		text-align: justify;
		font-size: 14px;
	}

        .coupon_text {
                text-align: justify;
		padding: 7px;
        }

