@charset "utf-8";
/* CSS Document */

html,body { 
	margin: 0px;
	height: 100%;
	width: 800px;
}

table.full-height {
  height:100%;
  min-height:800px;
  width: 900px;
  min-width: 900px; 
  background-image: url(http://i.btfdesigns.com/kings/violin.jpg);
  background-position: left bottom; 
  background-repeat: no-repeat;
}

#logo {
	width: 284px;
	height: 159px;
	position: relative;
	left: 175px;
	top: 0px;
}

#content {
	position: absolute;
	left: 200px;
}

#left { 
	float: left;
	width: 460px;
	padding-left: 25px;
	padding-right: 15px;
}

#left2 { 
	float: left;
	width: 675px;
	padding-left: 25px;
	padding-right: 15px;
}

#right {
	float: left;
	width: 175px;
	padding-left: 10px;
	border-left: 1px solid #000;
	margin-top: 10px;
}

.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #491919;
	font-weight: bold;
}

.nav A:link{
	color: #491919;
	font-weight: bold;
	text-decoration: none;
}

.nav A:visited{
	color: #491919;
	font-weight: bold;
	text-decoration: none;
}

.nav A:active{
	color: #a5310c;
	font-weight: bold;
	text-decoration: underline;
}

.nav A:hover{
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}


.header1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight: bold;
}

.maintext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

.maintext A:link{
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.maintext A:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #999;
}

.maintext A:visited{
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.maintext A:active{
	font-weight: bold;
	text-decoration: underline;
	color: #999;
}

.admin_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	background-color: #ccc;
};

.admin_text A:link {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
	background-color: #ccc;
}

.admin_text A:visited {
	text-decoration: none;
	color: #ff0000;
	font-weight: bold;
	background-color: #ccc;
}

.admin_text A:hover {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	background-color: #ccc;
}

.admin_text A:active {
	text-decoration: underline;
	color: #000000;
	font-weight: bold;
	background-color: #ccc;
}

.alert {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ff0000;
};
