@charset "UTF-8";


html {
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0D0608;
}

a:link {
	color: #C2939C;
}
a:visited {
	color: #91989B;
}
a:active {
	color: #A1B500;
}
a:hover {
	color: #B26466;
}
a img {border: none; } 

a {text-decoration: none;}




.oneColFixCtr #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #986667;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	padding-top: 0px;
}

.oneColFixCtr #biocontainer {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #986667;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/lw_biographie.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
}
.oneColFixCtr #musiccontainer {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #986667;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	height: 600px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/lw_music.jpg);
	background-repeat: no-repeat;
	padding-top: 0px;
}
.oneColFixCtr #mainContent {
	height: 50px;
	width: 450px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	float: right;
	font-size: 9px;
	color: #0D0608;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify; 
}

.oneColFixCtr #biocontainer #nav {
	background-color: #010207;
	font-size: 10px;
}
.oneColFixCtr #musiccontainer #mainContent h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #B26466;
}
.oneColFixCtr #musiccontainer #mainContent td {
	
}
.oneColFixCtr #biocontainer #nav {
	font-size: 10px;
	background-color: #2C272B;
}
.oneColFixCtr #musiccontainer #nav {
	font-size: 10px;
	background-color: #2C272B;
}
.oneColFixCtr #musiccontainer #mainContent h4 {
	color: #999999;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 7px;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	text-transform: uppercase;
}

.oneColFixCtr #musiccontainer #mainContent img {
	border: 4px solid #FFFFFF;
}
.oneColFixCtr #musiccontainer #mainContent #buylinks {
	font-size: 12px;
}
.oneColFixCtr #musiccontainer #mainContent #musicpagequote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 4px;
}
.oneColFixCtr #musiccontainer #mainContent table {
	margin-left: -20px;
}
.oneColFixCtr #musiccontainer #mainContent buytable {
	margin-left: 0px;
}
.oneColFixCtr #musiccontainer #mainContent #musicpagequote a {
	color: #666666;
}

