html {
	margin: 0px;
	padding: 0px;
	}
body {
        font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif; 
        font-size: 70%;
        color: #000000; 
	background: #fff; 
	margin: 0px; 
	padding: 0px;
	}
#table {  }
p { 
	margin-top: 0px; 
	margin-bottom: 3px;
	}
p:first-letter { 
        font-size:125%; 
        }
h3 { 
	font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
        font-size: 150%; 
        font-weight: bold;
	letter-spacing: 1px; 
        margin-top: 15px; 
	margin-bottom: 20px; 
	color: #000000;
	}
h4 {
            font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif; 
            font-size: 115%;
            line-height: 125%; 
            letter-spacing: 1px; 
            color: #000000; 
            margin-top: 18px; 
            }
h5 {
            font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif; 
            font-size: 100%;
            line-height: 125%; 
            letter-spacing: 1px; 
            color: #000000; 
            margin-top: 18px;
            }
a:link { 
            font-weight: normal; 
	    text-decoration: none; 
	    color: #0000FF;
	    }
a:visited { 
	    font-weight: normal; 
	    text-decoration: none; 
	    color: #5F00FF;
	    }
a:hover, a:active { 
	    text-decoration: underline; 
	    color: #0000FF;
	}
#container { 
            width: 760px; 
            height: 600px; 
            float: left; 
            margin:0 auto; 
            font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif; 
            font-size: 70%;
            color: #000000; 
            }
#top {
            background: url(images/top.jpg) no-repeat top left;
            width: 760px; 
            height: 130px; 
            }
#nav {
            /*background: url(images/nav_main.jpg) no-repeat;*/
            width:760px; 
            height:30px; 
            }
#left {
            top: 130px; 
            width: 170px; 
            height: 440px; 
            background: url(images/main_left.jpg) no-repeat;
            float:left; 
            }
#start {
            top: 130px; 
            width: 410px; 
            height: 440px; 
            float: left; 
            padding:18px 0px 0px 9px; 
            }
#bio {
            top: 130px; 
            width: 400px; 
            height: 425px; 
            float: left;
            padding:5px 10px 10px 10px; 
            overflow: auto; 
            background: url(images/back_bio_w.jpg) no-repeat;
            }
#bio h3 {
            margin-top: 6px; 
	    margin-bottom: 10px;
	    font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
            font-size: 150%;
            line-height: 125%;
            font-weight: bold;
            letter-spacing: 1px; 
            color: #000000;
            }
#music {
            top: 130px; 
            width: 400px; 
            height: 425px; 
            float: left; 
            margin-bottom: 0px; 
            padding:5px 10px 0px 10px; 
            overflow: auto; 
            }
#photo {
            top: 130px; 
            width: 400px; 
            height: 430px; 
            float: left; 
            margin-bottom: 0px; 
            padding:5px 10px 0px 10px; 
            overflow: auto; 
            }
#press {
            top: 130px; 
            width: 400px; 
            height: 425px; 
            float: left; 
            margin-bottom: 0px; 
            padding:5px 10px 10px 10px; 
            overflow: auto; 
            background: url(images/press_w.jpg) no-repeat;
            }
#contact {
            top: 130px; 
            width: 400px; 
            height: 425px; 
            float: left; 
            margin-bottom: 0px; 
            padding:5px 10px 10px 10px; 
            overflow: auto; 
            }
#contact h4 {
            margin-top: 15px; 
            font-family: "Verdana", "Geneva", "Arial", "Helvetica", sans-serif;
            font-size: 130%;
            line-height: 120%;
            color: #000000; 
            }
#right {
            top: 130px; 
            width: 170px; 
            height: 440px;
            float: left; 
            background: url(images/main_right.jpg) no-repeat;
            } 
