/*<![CDATA[*/
                body{
                        background-image:url(background01.jpg);
                        background-repeat: no-repeat;
                        background-attachment: fixed;
                        background-position: bottom right;
                        background-color: #E3D7CA;
                }
                
                #header{
                        width: 559px;
                        height: 120px;
                        margin-left: 5px;
                        margin-bottom: 10px;
                        float: left;
                }
				
				#header img{
                        border: none;
                }

                #sideMenu{
                        background-image:url(white_stripe.png);
                        position: absolute;
                        right: 45px;
                        top: 0px;
                        width: 153px;
                        padding:15px 0px 0px 0px;
                        margin: 0;
						text-align:center;
						font-size: 25px;
                }
				
	                #sideMenu p{
	                        padding: 0px;
							font-family: Arial;
							font-size: 10pt;
	                }
					#sideMenu ul li, #sideMenu ul {
						font-size: 9pt;
						padding: 0;
						margin: 0;
						list-style: none;
						font-family: arial, helvetica, sans-serif;
					}
					#sideMenu img {
							border: none;
	                }
				
					#sideMenu a{
							text-decoration: none;
							width: 150px;
	                }		
					#sideMenu a:hover {
							background-color: #fff;
	                }

                #musicPlayer{
                        position: fixed;
                        right: 230px;
                        top: 15px;    
                }
                
                #content{
                padding-right: 440px;
				padding-left: 10px;
				font-family: arial;
				font-size: 10pt;
                }
				
				br.c1 {clear: both;}
				
				hr {border: none 0; 
				border-top: 1px dotted #646464;
				width: 80%;
				height: 2px;
				margin: 10px auto 10px 0;
				}
				
				a {
				color: black;
				}

	}
    /*]]>*/