

body
{
font-family: 'Lucida Grande', 'Lucida Sans', Arial, sans- serif;
font-size: 14px;
margin: 0; 
}
      


p {
line-height: 1.5;
text-align:left;	
}

p.place{
line-height:1.5;
}


h1 {

font-family: "comic sans ms","sans-serif";
font-size: 45px;
color: #330099;
text-align:center;
font-style:strong;
line-height:1;



}

h2 {

font-family: "arial","sans-serif;
        font-size: 25px;
	color: #330099;
text-align:center;	
	line-height:1;
	text-weight:bold;


}






h3 {
font-family:  "arial","sans-serif;
    	font-size: 20px;
	color: #330099;
	text-align:center;
	line-height:1;
    
}


/* Sortable tables */
table.sortable thead {
    background-color:#3399FF;
    /*color:#666666;*/
    font-weight: bold;
    cursor: pointer;
}

tr.concert
{
color:#900000;
font-weight: bold;
}

#container
{
width: 790px;
background-color: #FFFFFF;
margin: 10px auto auto auto; 
padding: 5px 5px 10px 5px;

border:2px solid;
border-radius:55px;
-moz-border-radius:55px;

-moz-box-shadow: 20px 20px 15px #888;
-webkit-box-shadow: 20px 20px 15px #888;
box-shadow: 20px 20px 15px #888;

}

#header
{

/*background-color: #999999;*/

text-align:center;

}




#navigation
{
height:35px;

text-align:center;

border-bottom: 1px solid blue;

}

#navigation ul
{

list-style: none;
padding: 0; margin: 0;




}


#navigation li
{
display: inline;
padding-left: 20px;
margin-left: 5px;



}

#navigation li a
{
color:blue;


}


#navigation li a:hover
{
padding-left: 15px;
background-image: url(note.png);
background-repeat: no-repeat;
background-position: left center;
background-color:#cccccc ;
font-weight:bold;


}


a.button
{
margin:auto 10px;

text-decoration:none;
padding:5px;
border-radius: 18px;
-moz-border-radius: 18px;

-webkit-box-shadow: 10px 10px 10px #999;
-moz-box-shadow: 10px 10px 10px #999;

text-shadow: 1px 1px 0 rgba(0,0,0,.2);
color: rgba(255,255,255,.9);

background: -webkit-gradient(linear, center top, center bottom, color-stop(0.8, #FFC547), color-stop(0.8, #CCFF66));
background: -moz-linear-gradient(top, #FFC547 30%, #F09900 90%);

}

a.button:hover{


background: -webkit-gradient(linear, center top, center bottom, color-stop(5, #FFBD2E), color-stop(5, #D68800));
background: -moz-linear-gradient(top, #FFBD2E 5%, #D68800 30%);

}

#content
{
margin:20px auto auto auto;
padding: 5px 5px;
/*background-color: #CCCCCC;*/
text-align:center;
}

#notepad

{

margin: auto auto 20px 20px;
background:blue;
text-align: center;
width:125px;
height:125px;
padding:10px;

-moz-transform: rotate(-17deg);
-webkit-transform: rotate(-17deg);

-moz-box-shadow: 10px 10px 15px #888;
-webkit-box-shadow: 10px 10px 15px #888;
box-shadow: 10px 10px 15px #888;

}

#footer
{

/*background-color: #999999;*/
border-top: 1px solid blue;
text-align:center;
}





