body {
	margin: 1em 10% 0 10%;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #270B05;
	color: #999999;
}
body a {
	color: #000; 
}
body a:visited {
	color: #000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #270B05;
	font-size: 2.5em;
}

/*Layout Structure*/
#wrap {
	width: 60em;
	height: 100%;
	float: left;
	border: 1px solid #414141;
	background: #000;
	padding: 0;
}
#container {
	padding: 0px;
	float: left;
	width: 60em;
	margin: 5px 5px 0px 0;
	border: 1px;
	border-top: solid 1px #414141;
	background-image: url(../assets/images/background.jpg);
	background-repeat: repeat-y;
}
#label {
	height: 90px;
	background-image: url(../assets/images/Label.gif);
	background-repeat: no-repeat;
	background-position: left;
	width: 50%;
	float: left;

}

#content {
	float: left;
	width: 80%;
	background: #E0CDA7;
	font-size: 95%;
	line-height: 1.5em;
	color: #333;
	border-right: solid 1px #414141;
	padding: 0;
}
#sidebar {
	float: right;
	width: 19%;
	background-color: #000;
	padding: 2px;
}
#ribs {
	background-image: url(../assets/images/violin-ribs_strip.jpg);
	background-repeat: repeat-x;
	height: 17px;
	padding: 0;
	margin: 10px 0 10px 0;
	border-top: 1px solid #666;
	clear: both;
	border-bottom: #000 solid 1px;
}
/*Top Navigation*/
#nav {
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	width: 100%;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	display: inline;
}
#nav li a {
	padding: 3px 7px;
	margin: 0px 3px;
	border: 1px solid #666;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #000000;
}
#nav li a:hover {
	background-color: #333;
	color: #fff;
}
/*End of Top Navigation*/

/*Footer*/
#footer {
	clear: both;
	float: left;
	width: 60em;
	background: #292929;
	border-top: 1px Solid #414141;
}
#footer a:link {
	color: #A0A0A0;
	text-decoration: none;
}
#footer a:visited {
	color: #3E4D5E;
	text-decoration: none;
}
#footer a:focus {
	color: #A0A0A0;
	text-decoration: underline;
}
#footer a:hover {
	color: #A0A0A0;
	text-decoration: underline;
}
#footer a:active {
	color: #660000;
	text-decoration: none;
}
/* Hide from IE5/Mac \*/
* html #footer {height: 1%; }
/* Hide from IE5/Mac*/
#footer p {
	margin: 0;
	padding: 15px;
	font-size: 85%;
	color: #A0A0A0;
}
.footer_link {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	width: 20%;
	padding: 0;
	margin: 0 0 0 7px;
	background: #292929;
	float: left;
}
/*End Footer*/
#header {
	background-color: #000000;
}
p img {
	float: left;
	margin: 5px;
}
.gutter {
	padding: 1px 5px 5px 1px;
	margin: 0 0 20px 0;
}
#linktogallery {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	text-align: center;
	margin: 0 0 40px 0;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #270B05;
	display: block;
}
#linktogallery a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
#linktogallery a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
}
#Negricases {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #ccc;
}
#Negricases img {
	color: #000000;
}
#Negricases img a:link {
	color: #000000;
	text-decoration: none;
	border: none;
}
#Negricases img a:visited {
	color: #000000;
	text-decoration: none;
	border: none;
}
#Negricases a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #ccc;
	text-decoration: none;
	border: none;
}
#Negricases a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #ccc;
	text-decoration: none;
}
#Negricases a:focus {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #999966;
	text-decoration: underline;
}
#Negricases a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #999966;
	text-decoration: underline;
}
#Negricases a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #999966;
}
/*Limks.html page*/
.featured {
	margin: 0 0 40px 0;
	padding: 0;
	float: left;
	clear: right;
	width: 100%;
}
.featured img {
	float: left;
	margin: 5px 10px 5px 5px;
}
#header_img {
	margin: 0px;
	padding: 0px;
}
#vsa {
	background-image: url(../assets/images/Copy-of-vsalogo.jpg);
	float: right;
	height: 80px;
	width: 50%;
	background-repeat: no-repeat;
	background-position: right;
	font-size: 50%;
}
#images img {
	margin: 10px;
	padding: 1px;
	float: left;
	border: 1px solid #000000;
}

