body{
	margin:20px 0px 0px 0px;
	background-image:url('../images/bodyBG.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#270503;
	font-family:Arial, Helvetica, sans-serif;
}
h1{
	color:#B62C44;
	font-size:28px;
	text-align:center;
}
h2{
	color:#B62C44;
	font-size:24px;
	text-align:left;
	border-bottom:2px #B62C44 solid;
}
#content{
	background-image:url('../images/contentBG.png');
	padding:10px;
	vertical-align:top;
}
#content a{
	color:#B62C44;
}
#topContent{
	background-image:url('../images/body2_03.png');
	background-position:center bottom;
	background-repeat:no-repeat;
	height:14px;
}
#midContent{
	background-image:url('../images/body2_05.png');
	background-position:center top;
	background-repeat:repeat-y;
	padding:3px 25px 3px 15px
}
#botContent{
	background-image:url('../images/body2_06.png');
	background-position:center top;
	background-repeat:no-repeat;
	height:26px

}
#contactInfo{
	color:#C13657;
	font-size:12px;
	text-align:center;
	vertical-align:top;
	height:15px;
	padding:3px;
}
#navigation{
	vertical-align:top;
	padding:3px;
}
#navigation a{
	color:#000;
	text-decoration:none;
}
#navigation a:hover{
	color:#000;
	text-decoration:none;
}
.majorLink li{
  font-family: arial;
	list-style:none outside url('../images/knob.png');
	font-size:22px;
	margin:0px;
	text-transform:capitalize;
	vertical-align:top;
	margin-left:-20px;
	border-top:1px #817171 solid;
}
.majorLink li:hover{
  font-family: arial;
	list-style:none outside url('../images/knob_over.png');
	font-size:22px;
	margin:0px;
	text-transform:capitalize;
	vertical-align:top;
	margin-left:-20px;
	border-top:1px #817171 solid;
	background-color:#D2BEBD;

}
.minorLink li{
	list-style:none outside none;
	line-height:30px;
	margin-left:-60px;
	font-size:16px;
	font-weight:normal;
	border-top:1px #C8B6B6 solid;
	padding-left:25px;
	text-transform:none;

}
.minorLink li:hover{
	list-style:none outside none;
	line-height:30px;
	margin-left:-60px;
	font-size:16px;
	font-weight:normal;
	border-top:1px #C8B6B6 solid;
	padding-left:25px;
	background-color:#D2BEBD;
	text-transform:none;

}
.bold{
	font-weight:bold;
}

