@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #logo {
	background-color: #FFF;
	height: 275px;
}
#wrapper #menu #menu-left {
	height: 50px;
	margin-top: 25px;
	width: 320px;
	float: left;
	clear: left;
}
#wrapper #menu #menu-right {
	height: 75px;
	width: 575px;
	float: right;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#wrapper #menu #menu-left #vertical-line {
	background-color: #000;
	width: 1px;
	float: right;
	height: 30px;
	clear: right;
	position: relative;
	top: -20px;
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
}

#wrapper #logo #logo-img {
	background-color: #FFF;
	margin-top: 20px;
}
#wrapper #line {
	background-color: #000;
	height: 1px;
	clear: both;
}

#wrapper #content {
	background-color: #FFF;
}
#wrapper #content #left-bio {
	height: 400px;
	width: 500px;
	float: left;
}
#wrapper #content #left-bio #bio-info {
	padding: 15px;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #0FF;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
#wrapper #content #right-bio {
	height: 400px;
	width: 400px;
	background-color: #009;
	float: right;
}

#wrapper #menu {
	height: 100px;
}
/* Styles for the entire LavaLamp menu */
.lavaLamp {
	position: relative;
	height: 50px;
	width: 600px;
	overflow: hidden;
	margin-top: 17px;
	margin-bottom: 10px;
}
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
    }
        /* Represents the background of the highlighted menu-item. */
        .lavaLamp li.back {
	width: 5px;
	height: 30px;
	z-index: 8;
	position: absolute;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0FF;
        }
            .lavaLamp li.back .left {
                background: url("../image/lava.gif") no-repeat top left;
                height: 30px;
                margin-right: 9px;
            }
        /* Styles for each menu-item. */
        .lavaLamp li a {
             font: bold 14px arial;
                        text-decoration: none;
                        color: #000;
                        text-align: center;
                        top: 7px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;

        }
		                        .lavaLamp li a:hover, .lavaLamp li a:active, .lavaLamp li a:visited {
                            border: none;
                        }  
  
#wrapper #content #gallery {
	height: 400px;
	width: 900px;
	overflow: scroll;
}
#wrapper #content #right-contact {
	float: right;
	height: 400px;
	width: 600px;
}
#wrapper #content #right-contact #form-divider {
	background-color: #000;
	height: 1px;
}

#wrapper #content #left-contact {
	float: left;
	height: 400px;
	width: 300px;
}
#wrapper #content #left-services {
	width: 240px;
	float: left;
}
#wrapper #content #right-services {
	float: right;
	height: 400px;
	width: 542px;
	overflow: scroll;
}
#wrapper #content #right-services1 {
	float: right;
	height: 400px;
	right: 0px;
	position: relative;
}
#wrapper #content #music-container #music{
	float: left;
	clear: left;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#wrapper #content #music-container {
	clear: left;
	float: left;
	height: 100px;
	width: 150px;
}
#wrapper #content #left-bio #lang-button p a{
	text-align: right;
	text-decoration: underline;
	color: #03F;
}
#wrapper #content #left-bio #lang-button {
	right: 0px;
	position: relative;
	width: 50px;
	float: right;
	color: #03F;
	text-decoration: underline;
}
#wrapper #menu #menu-right #music {
	height: 1px;
	width: 1px;
}
