html, body { 
	margin: 0; padding: 0;
	background: #000;
	font-family: Garamond, Times, serif;
	color: #fff;
} 
ul, p, h1, h2, h3 {
	margin-top: 14px;
	margin-bottom: 14px;
	padding-top: 0;
	padding-bottom: 0;
}
p {
text-align: left;
}
em {
	color: #fff;
	font: italic 600 90% Arial, Helvetica, sans-serif;
}
strong {
	font-weight: 900;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
 } 
h1 {
	text-align: left;
	color: red;
	font: 1.5em Garamond;
	padding: 0px;
	margin-left: 20px;
	margin-top: 10px;
	letter-spacing: .1em;
}
h2{
	font: 1.6em garamond;
	text-align: center;
	padding: 2px;
}
h3 {
	font: 160%;
}
a, a:link,  a:active, a:visited {
  text-decoration: underline;
	color: #fff;
}

body {
	margin: 25px 0px;
	text-align: center;
	font-size: 100.1%;
	font-weight: 500;
}
#wrapper { 
	width: 990px;
	margin: 0 auto;
	min-height: 100%;
	_height: 100%;
	min-width: 40em; 
	background: #fff;
	font-size: 1em;
	text-align: left;
} 
HTML #wrapper {
	WORD-WRAP: break-word;
}
#outer { 
	border-left: 8em solid #000;     		
	background: #000;
} 
#inner { 
	width: 100%;
	z-index: 1;
	margin: 0;
} 
#wrap { 
	float: left;
	margin: 0 -1px 0 0;
	width: 100%;
	z-index: 3;
} 
#left, #content, #right, * html #wrap {
	overflow: visible;	
	position: relative;	
}
#content {
	float: right;
	margin: 0 0 0 -1px;
	width: 100%;
	z-index: 5;
	text-align: center;
} 
#left {
	float: left;
	margin: 30px 1px 0 -8em;
	width: 8em;
	z-index:6;
	background-color: #fff;
} 
 #footer {
    padding: 0.5em;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 90%;
}
#footer a, a:link,  a:active {
	text-decoration: underline;
	color: #fff;
}
#footer a:hover  {
	text-decoration: underline;
	color: red;
}
#footer p { 
text-align: center;
} 
.shell { 
	padding: 0 1em;
} 
.hide {
	display: none !important;
 } 
.clear {
	clear: both;
	padding-bottom: 1px;
	margin-bottom: -1px;
 }
#vnav, #vnav ul  {
	float: left;
	margin: 2px 0px 2px 0px;
	border: solid 0px #fff;
	padding: 0px; 
	width: 8em;
	list-style-type: none; 
	background:#333;  
}
#vnav li {					
	float: left; 
	margin-bottom: 0px;
	width: 8em; 
	line-height: 1.25em; 
	position: relative;
	
	background-color: #333;  
}
#vnav li a {                              
	display: block;
	width: 7em;  
	background: #333;  
	color: #fff;
	text-decoration: underline;
	text-align: left; 
	padding: 2px 0.5em;  
	font: normal 1em font-family: Garamond;
	margin: 3px 0;    
}
#vnav li a:hover {
	color: red;  
	background: #000; 
}
#header { 
	height: 100px;
	color: #000; 
	background: #000 url(../assets/logo/black2.jpg) no-repeat;
	margin: 2px 0;
} 
#info {
	padding: 0.5em;
	background: #000;
	text-align: center;
	color: #fff;
	font-size: 90%;
	margin-bottom: 2px;
} 
#footer {
	background: #000;
	text-align: center;
	font-size: 90%;
	margin-top: 2px;
}
#footer a, a:link,  a:active {
	text-decoration: underline;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: red;
}
#footer p {
margin: 0;
 }
#vnav li a {                             
	BACKGROUND-COLOR: #333;  
	COLOR: #fff;
	font: normal 1em font-family: Garamond;
	margin: 3px 0;   
}
#vnav li a:hover {
	COLOR: red;   
	background: #000; 
}
table {
margin: 2% 0;
width: 100%;
} 
table li{
margin: 10px 0;
text-align: left;
 } 
td { 
font-size:1.2em;

} 
td img { 
margin-top: 10px;
border: solid 1px #fff;
}
.black{
color: #fff;
background: #000;
} 
table a, table a:link, table a:visited { 
text-decoration: none;
color: #fff;
font-size: 95%;
} 
table a:active, table a:visited {
text-decoration: none;
color: #fff;
} 
table a:hover {
color: red;
} 
a:hover {
  text-decoration: underline;
	color: red;
}
.panel {
    
	padding: 0;
	padding-bottom: 5px;
   font-family: "Times New Roman", Times, sans-serif; 	
	text-align: left;
	margin: 20px;
	height: 100%;
	border: solid 0px #fff;
	
}
.panel p { 
font-size: 1.2em;
text-align: center;
}
.leftpic 
{
	float: left;
	width: auto;
	margin: 0 10px 10px 5px;
	border: 1px solid #fff;
	padding: 1px;

}
.panel h2 {

font-size: 1.5em;
  margin-bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
h2 a {
  margin-bottom: 3px;
	color: #84855d;
	text-decoration: none;
	
}
h2 a:hover {
color: blue;

}