body, label, legend {
	margin: 0;
	padding: 0; 
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, Geneva;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 1.6em;
}	 
	 
#header {
	margin: 0;
	padding: 10px;
	width: 90%; 
	height: 175px; 
	border-bottom: 1px solid #9966CC; 
	background-image: url(images/hog-blk-sm.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#lcol {
	position: absolute;
	margin: 10px;
	padding: 5px;
	top: 200px;
	left: 0;
	width: 180px;
	z-index: 3;
}

#container {
	width: 100%;
	z-index: 1;
	height: 80%;
}
#content {
	margin: 10px 80px -1px 185px;
	padding: 10px;
	position: relative;
	border-left: 1px solid #9966CC;
	max-width: 600px;
	z-index: 5;
}

#footer {
	width: 90%;
	height: 25px;
}
ul {
	line-height: 2.4em;
	list-style-position: outside;
	list-style-type: disc;
}
a:link {
	color: #9966CC;
	font-style: italic;
	text-decoration: none;
}
a:visited {
	color: #9966CC;
	text-decoration: none;
	font-style: italic;

}
a:hover {
	color: #CC99FF;
	text-decoration: underline;
	font-style: italic;

}
h1 {
	font-size: 2.6em;
	font-weight: bold;
	color: #9966CC;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
	color: #9966CC;
}
h6 {
	font-size: 0.8em;
	text-align: center;
	color: #ccc
}
ul.gallery {
	list-style: none;
	padding: 0;
	margin: 0;
}
li a img {
	border: 2px solid #ccc;
	display: inline;
}
li a:hover img {
	border: 2px solid #999;
}
