body
{
	margin: 0;
	padding: 7px 0 0 0;
	background: #000000;
	font: 14px "trebuchet ms", sans-serif;
}

div#page
{
	position: relative;
	width: 780px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-image: url("images/bg.gif");
	background-repeat: repeat-y;
	background-color: white;
}

div#top
{
	margin: 0;
	padding: 2px 0 0 0;
	background-color: #396688;
	background-image: url("images/top.gif");
	background-repeat: no-repeat;
}

div#menu
{
    position: relative;
	width: 780px;
	height: 22px;
	margin: 2px 3px 0 3px;
	padding:  0 ;
}

div#steinway
{
	position: absolute;
	width: 163px;
	height: 144px;
	top: 350px;
	left: 500px;
}

.menulink:link, .menulink:visited, .menulink:active
{
	display: block;
	float: left;
	margin: 0;
	border-bottom: 1px solid #5588AE;
	padding: 3px 11px 3px 20px;
	color: #396688;
}

.menulink:hover
{
	color: #99A06D;
	border-bottom: 1px solid #99A06D;
}

/*CONTENT*/
div#content
{
	float: right;
	width: 575px;
	height: 450px;
	margin: 0;
	padding: 0 15px 5px 25px;
	overflow-y:                 auto;
	overflow-x:                 no;
	scrollbar-face-color:       rgb(230, 230, 230);
	scrollbar-arrow-color:      rgb(121, 134, 151);
	scrollbar-track-color:      rgb(200, 200, 200);
	scrollbar-shadow-color:     rgb(200, 200, 200);
	scrollbar-highlight-color:  rgb(250, 250, 250);
	scrollbar-3dlight-color:    rgb(220, 220, 220);
	scrollbar-darkshadow-Color: rgb(100, 100, 100);
}

div#home_pic
{
    position: relative;
	float: left;
	width: 335px;
	height: 500px;
	margin: 0;
	padding: 0 0px 0px 0px;
	
}

div#home_content
{
	float: right;
	width: 445px;
	height: 500px;
	margin: 10 10px 10px 10px;
	padding: 10 10px 10px 10px;
	
}

h1
{
	position: absolute;
	top: 50px;
	left: 200px;
	
	text-align: right;
	font: bold 30px "trebuchet ms", sans-serif;
	font-weight: bold;
	color: white;
}

h2
{
	margin: 15px 0 0 0;
	font: bold 24px "trebuchet ms", sans-serif;
	color: #99A06D;
}

h3
{
	margin: 15px 0 0 0;
	font: bold 17px "trebuchet ms", sans-serif;
	color: #99A06D;
}

p
{
	margin: 11px 0 0 0;
}

a:link, a:visited, a:active
{
	font-weight: bold;
	text-decoration: none;
	color: #396688;
}

a:hover
{
	color: #8DB6DB;
}

img
{
	border: 0;
}

div.highlight
{
	float: right;
	width: 208px;
	margin: 15px 0 10px 20px;
	border: 4px double #99A06D;
	padding: 0 6px 3px 6px;
	background: #DCE2B7;
}

div.highlight h3
{
	margin-top: 5px;
}

table#highlight
{
	border: 5px double #99A06D;
	margin: 15px 0 10px 0;
	background: #DCE2B7;
}

table#board td
{
	width: 280px;
	padding: 25px 0 0 0;
}

table.edit
{
	width: 570px;
}

img.certification
{
	float: right;
	margin: 15px 0 15px 20px;
}

/*FOOTERS*/

div#hostedby
{
	clear: both;
	height: 16px;
	background: #99A06D;
	color: white;
	text-align: center;
	font: 11px "trebuchet ms", sans-serif;
}