body {
	background: #000000 url("img/bg4.gif") repeat-y center top;
	line-height: 1.1em;
	color: #333;
	font: small Verdana, Geneva, Arial, Helvetica, sans-serif!important;
	font: x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

body, form, input {	
	padding: 0px;
	margin: 0px;
}
h1, h2, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { 
	margin: 5px 0; 	
}
dd, blockquote {
	margin-left: 40px;
}
fieldset {
	padding: 10px;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #4B0D44;
	text-decoration: underline;
}

h1, h2, h3 {
	color: #4B0D44;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	position: relative;
}
h2 {
	font-size: 15px;
}

img {
	border: 0;
}


#wrapper {
	background: #DDDCDC;
	width: 850px;
	text-align: center; 
	margin: 0 auto; 
}

#navcontainer {
	clear: left;
	z-index: 3;
	position: relative;
	margin: 0 auto;
	width: 850px;
	margin-top: 05px;
}

#tabbar {
	position: relative;
	background: #504B23 url("img/overburn.gif") no-repeat center top;
	font: bold italic 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	clear:both;	 
	height:14px;	
	margin:0;	
}

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	background: #4B0D44;
	color: #625A01;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 4px 0 2px 0;
	border-bottom: 1px solid #999;
}
#navigation li {
	display: inline;
}
#navigation a:link, #navigation a:visited, #navigation a:active { 
	padding: 3px 20px 2px 20px;
	color: #7A7000;
	text-decoration: none;
}
#navigation a:hover {
	color: #FFFFFF;
	border-bottom: 4px solid #000;
}

#left {
	width: 170px;
	float: left;
	color: #555;
	font-size: 11px;
	text-align: left;
	line-height: 14px;
}
.lc {
	padding: 10px;
	background: #f6f6f6;
	border: 1px solid #ccc;
	margin: 10px 0;
	font-size: 12px;
}
.lc p {
	padding: 0 0 10px 2px;
}

#center {
	width: 500px;
	height: auto;
	float: left;
	color: #666;
	line-height: 16px;
	letter-spacing: 1px;
	text-align: left;
}

#cc {
	padding: 10px;
}
#cc p {
	padding: 0 0 10px 10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}
#cc h1, #cc h2, #cc h3 {
	color: #4B0D44;
}

#right {
	width: 170px;
	float: right;
	line-height: 14px;
	color: #444;
	font-size: 11px;
	text-align: left;
}
.rc {
	padding: 10px;
	background: #eee;
	margin: 10px 0;
	border: 1px solid #ccc;
}
.rc p {
	padding: 0 0 10px 2px;
}

#footer {
	width: auto;
	background: #4B0D44;
	clear: both;
	position: relative;
	text-align: center;
	font-size: 10px;
	line-height: 0.9em;
	padding: 0;
	color: #FFFFFF;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
#footer a:hover {
	color: #D4C301;
	font-weight: bold;
}

#footmenu {
	background: #504B23;
	border-top: 4px solid #4B0D44;
	color: #FFFFFF;
	font: 10px Arial,Verdana,Helvetica,sans-serif;
	position: relative;
	text-align: center;
	z-index: 1;
	clear: both;
	margin: 0 0 3px 0;
	padding: 3px;
}
#footmenu a:link, #footmenu a:visited {
	color: #FFFFFF;
}
#footmenu a:hover {
	color: #FFFFFF!important;
}

.author {
	padding: 5px 0;
}
.clear {
	clear: both;
}

fieldset {
	margin: 1em 0;
	border-top: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
legend {
	margin: 1em 0;
	padding: 0 .5em;
	color: #069;
	background: #f7f7f7;
	font-size: 1.3em;
	font-weight: bold;
}
label {
	width: 170px;
	padding: 0 1em;
	text-align: right;
	float: left;
}
fieldset div {
	margin-bottom: .5em;
	padding: 0;
	display: block;
}
fieldset div input, fieldset div textarea {
	width: 150px;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 1px;
	color: #333;
	background-color: #eee;
}
fieldset div select {
	padding: 1px;
}
div.fm-multi div {
	margin: 5px 0;
}
div.fm-multi input {
	width: 1em;
}
div.fm-multi label {
	display: block;
	width: 200px;
	padding-left: 5em;
	text-align: left;
}
#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
}
#fm-submit input {
	border: 1px solid #333;
	padding: 2px 1em;
	background: #666;
	color: #fff;
	font-size: 100%;
}
input:focus, textarea:focus {
	background: #f7f7f7;
	color: #000;
}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
