body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:auto;
	background-image:url(../img/bg4.gif);
	background-repeat:repeat;
	color:#003366;
	text-align:center;
	border-top-color: #000066;
	border-top-width: 10px;
}
.Container{
	background-color: #E7F1F0;
	width:775px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	border-color:#FFFFFF;
	border-style:groove;
	border-width: 5px;
}
.HeaderTop {
	background-image:url(../img/header.jpg);
	background-repeat:no-repeat;
	height:114px;
	width: 775px;
}

.HeaderMenu {
	width: 775px;
	height:45px;
}
.HeaderMenu a {
	background-image:url(../img/button.gif);
	background-repeat:no-repeat;
	width: 129px;
	height: 38px;
	padding-top:7px;
	text-decoration:none;
	font-size:13px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
	display:table-cell;
	float:left;
}
.HeaderMenu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.Content {
	background-image:url(../img/guitarflute_bg.gif);
	background-repeat:no-repeat;
	width:755px;
	text-align:justify;
	padding-bottom:10px;
	padding-left: 10px;
	padding-right: 10px;
	display:table;
}

.Content h1 {
	color:#990033;
	font-size:18px;
	font-weight:bold;
}
.Content h2 {
	color:#32345A;
	font-size:12px;
}
.Content a {
	color:#990033;
	text-decoration:none;
}
.Content a:hover {
	text-decoration:underline;
}
.Content a:visited {
	color: #87B649;
}
.Footer {
	background-image:url(file:///D|/WEBSHARE/WWWROOT/fcsdesignworks/images/footer.jpg);
	background-repeat:no-repeat;
	height:36px;
	width:775px;
	padding-top:20px;
	text-align:center;
	font-size:9px;
	display:block;
}
.FCS {
	color:#000066;
	font-weight: bold;
	font-size:9px;
	padding-top:5px;

}
.FCS a {
	font-weight: bold;
	text-decoration:none;
	color:#003366;

}
