﻿body{
margin:0;
padding:0;
text-align:center;
background-color:#e6e6e6;
}

#wrapper{
width: 952px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
text-align:left;
background-color:#fff;
}

#header{

}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumnHome{
margin-left: 164px; /*Set left margin to LeftNav width*/
background-color:#fff;
}
.siteMorseHack
{
	display:none;
}
#contentcolumn{
margin-left: 164px; /*Set left margin to LeftNav width*/
margin-right: 4px;
margin-bottom: 7px;
padding: 1px 40px 2px 10px;
background-color:#fbefda;
font-family: verdana, arial, helvetica, sans;
font-size: 0.75em;
line-height: 1.5em;
color: #333;
}

.pageTitle, #userContent h2{
border-top: #f9be52 solid 1px;
margin-top: 8px;
padding-bottom: 5px;
font-family: verdana, arial, helvetica, sans;
font-size: small;
color: #787878;
}

#message {
width: 98.2%;
height: 167px;
font-family: verdana, arial, helvetica, sans;
font-size: 9pt;
color: #ffffff;
background-color: #181a6f;
padding-left: 10px;
margin: 0;
       } 

#news  
{
	float: left;
	width: 39%;
	font-family: verdana, arial, helvetica, sans;
	font-size: x-small;
	line-height: 1.3em;
	color: #787878;
	padding: 37px 10px 15px 300px;
	margin-top: 10px;
	background-image:url('/graphics/PianoCompetition/piano.jpg');
	background-repeat:no-repeat; 
	height:auto; 
} 

#leftNav{
float: left;
width: 151px; /*Width of left column*/
margin-left: -946px; /*Set left margin to wrapper*/
margin-bottom: 7px;
}

/*#rightNav
{
	width: 140px;
	padding: 2px 10px 10px 10px;
	margin-top: 10px;
	margin-right: 4px;
	float: right;
} */

#footer{
clear: left;
width: 100%;
text-align: left;
padding: 4px 0;
border-top: 1px solid #787878;
border-bottom: 1px solid #787878;
margin-bottom: 5px;
}

