* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
}

html, body {
	height: 101%;
	background: #cccccc;
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 101%;
	font-size: medium;
	text-align: center;
	background-image: url(../images/nuty3.jpg);
	background-repeat: repeat;
  }

.thrColFixHdr #container {
	width: 850px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-repeat: repeat-y;
	background-color: #06C;
	background-image: url(../images/sitebacground2.jpg);
}
.thrColFixHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #009;
	font-size: 95%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	background-image: url(../images/footerbkrd.jpg);
} 

.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 50px 10px 15px 10px;
	width: 160px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #mainContent {
	margin: 0px 0px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 30px 50px 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	font-size: 100%;
	background-repeat: no-repeat;
	background-image: url(../images/zz_chopin-portrait2.jpg);
	background-position: top right;
} 

#mainContent p img {
	float: left;
	border: 3px double white;
	margin: 5px 15px;
}


.thrColFixHdr #mainContentsite {
	margin: 0px 0px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 30px 2px 30px 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: top right;
} 

.thrColFixHdr #mainContainermus {
	margin: 0px 0px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 30px 50px 30px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/globe3.jpg);
} 

.thrColFixHdr #mainMusicPlayer {
	margin: 0px 0px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 20px 63px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: left;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/chopinlistentothemusic.jpg);
} 
.thrColFixHdr #footer {
	clear:both;
	padding: 0 10px 0 20px;
	background-color: #009;
	font-size: 130%;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	text-align: left;
	height: auto;
	background-image: url(../images/footerbkrd.jpg);
	margin: 0;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.thrColFixHdr #footer h4 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

a {
	font-weight: bold;
	color: #FFF;
	font-size: 80%;
}

h2 {
	color: #F90;
	margin: 0;
	padding: 10px 0px;
	font-weight: bold;
}

p {
	text-indent: 25px;
	margin: 0px 15px 15px 0px;
}


p:first-letter 
{
	color: #FFF;
	font-size:x-large;
}



#footer #FlashID {
	float: right;
	width: 50px;
	position: relative;
	top: -30px;
}

#pics {
	margin: px 0px;
	padding: px;
	left: 0px;
	background-color: transparent;
	width: 510px;
}
#pics a img{
	padding: 0px;
	margin: 0px 0;
	float: left;
	display: inline;
	border: 1px groove #FFF;
	background-color: #000;
}

#pics a{
	margin: 0;
	padding: 0px;}

/* styles for the nav menu - remove padding, margin and bullets */
#nav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 160px;
}

ul#nav{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav a, #navsites a {
	display: block;
	width: auto;
	height: 2.5em;
	margin: 3px 0;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	padding-left: 25px;
	padding-top: 4px;
}

#navsites a:link,
#navsites a:visited {
	color: #FFF;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/menubck_up.gif);
}

#nav a:link, #nav a:visited{
	color: #FFF;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/nutabullet2.gif);
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#nav a:hover, #navsites a:hover, 
#nav a:active, #navsites a:active {
	background-color: transparent;
	color: #F00;
	background-position: top left;
	background-repeat: no-repeat;
	background-image: url(../images/menubck_up.gif);
	}

a#here {
	border-left-color: #fff !important;
	background-color: transparent !important;
	color: #F00 !important;
	background-image: url(../images/menubck_up.gif)!important;
	background-repeat: no-repeat;
}


div.img
{
	margin: 5px 15px 0px 0;
	border: 0px solid #ffffff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	background-color: #003;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
	text-align: center;
	font-weight: normal;
	width: 300px;
	margin: 2px;
	font-size: 70%;
	color: #FC0;
}


div.imgsml
{
	margin: 3px;
	border: 0px solid #ffffff;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	background-color: transparent;
}	
div.imgsml img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.imgsml a:hover imgsml {border: 1px solid #0000ff;}
div.descsml
{
	text-align: center;
	font-weight: normal;
	width: auto;
	margin: 2px;
	font-size: 70%;
	color: #FFF;
}

#sound {
	float:right;
	position:relative;
	top:-60px
}
.thrColFixHdr h6 {
	visibility:hidden; 
	position:absolute; 
	z-index:-20;
}
#switchform {
	font-size: 80%;

}
#mainContent .firstparag img {
	float:right;
	position:relative;
	visibility:hidden;
	width:260px;
	height: 320px;
	background-color: transparent;
}
#mainContent .firstparag p strong {
	font-weight: bold;
}

ul#links{
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#links .link{
	padding: 10px 5px 10px 0px;


}
