/* CSS Document */

body{
	margin:0;
	padding:10px 0;
	background-color:#232323;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#FFFFFF;
}

h1{
	font-size:110%;
	font-weight:bold;
	margin-bottom:0px;
}

#Wrapper{
	background-color:#000000;
	background-image:url(../images/Steinway/images/Steinway-bottom.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:751px;
	margin:10px auto;
}

#Header{
	clear:both;
	background-image:url(../images/Steinway/images/Steinway-Top.jpg);
	height:235px;
}
#TopMenu{
	clear:both;
	text-align:center;
	font-weight:bold;
	font-size:85%;
	margin:0 40px 40px 40px;
	padding:0 0 10px 0;
	border:0 solid #575757;
	border-bottom-width:2px;
}
#TopMenu a, a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#TopMenu a:hover{
	color:#FF0000;
}

#Guts{
	clear:both;
	margin:0 40px;
}

#Guts a, a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#FFFF99;
}

#Guts a:hover{
	color:#FF0000;
}

.TentPole{
	clear:both;
}

#Copyright{
	font-size:80%;
	font-weight:bold;
	text-align:center;
	margin:10px 60px;
	padding:10px 0 0 0;
	border:0 solid #575757;
	border-top-width:1px;
}

#Copyright a, a:visited{
	font-weight:bold;
	text-decoration:none;
	color:#FFFF99;
}

#Copyright a:hover{
	color:#FF0000;
}

.ImgRight{
	float:right;
	border:1px solid #000000;
	margin:0 0 5px 7px;
}

.ImgLeft{
	float:left;
	border:1px solid #000000;
	margin:0 7px 5px 0;
}

.NewsItem{
	clear:both;
}

.NewsItem h1{
	margin:0 0 -5px 0;
}

.Divider{
	margin:40px 70px;
	border:0 solid #575757;
	border-top-width:1px;
	clear:both;
}