body {
	background-image: url(images/bk001.gif);
	width: 100%;
	height: 100%;
	margin: auto;
	text-align: center;
	color: black;
	!font-weight: bold;
	font-family: Times New Roman, sans-serif, Verdana, Courier New, Geneva, Helvetica, Arial;
}
ul.a {list-style-type:circle;}
ul.b {list-style-type:square;}
ul.c {list-style-image:url(images/arrow-right.png);}
ul.d {list-style-image:url(images/redsquare.png);}
ol.c {list-style-type:upper-roman;}
ol.d {list-style-type:lower-alpha;}
#image {
    	background-image: url(images/canceled.gif);
	background-repeat: no-repeat;
	text-align: center; 
	background-position:center; 
}
#header {
	background-image: url(images/j2.gif);
	background-repeat: repeat-y;
	!background-repeat: repeat-x;
	width: 80%; 
	height: auto;
	text-align: center; 
	vertical-align: middle;
	font-style: italic;
	font-family: Rockwell;
}
.magnify
{
	cursor: default;
	list-style: none;
	text-align: center;
}
.magnify a
{
	cursor: default;
	align: center;
}

.magnify a .preview
{
	display: none;
}

.magnify a:hover .preview
{
	display: block;
	position: absolute;
	top: 0px;
	left: -190px;
	z-index: 1;
}

.magnify img
{
	background: #553608;
	border-color: #725700;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	width: 30px;
	height: 30px;
}
.magnify li
{
	background: #553608;
	/*border-color: #ddd #bbb #aaa #ccc;*/
	border-color: #725700;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: block;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.magnify .preview
{
	border-color: #000;
	width: 450%;
	height: 450%;
}
#footer {
	width: 100%;
	color: black;
	text-align: center;
	font-size: 10px;
}
#footer a {
	color: #725700;
	text-decoration: none;
}
#footer hr {
	clear: both;
}

