/* CSS Document */

body {
	margin:0px;
	height: 100%;
	width:100%;
	position:absolute;
	z-index: 0;
	text-align: center;
	/*background-color: #F0F0F0;*/
	background-image:url(images/edgbkgnd.gif);
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#000000;
	line-height: 140%;
	font-weight:550;
	font-style:italic;

}


a {
	text-decoration: none;
	color:#FF6600;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color:#336666;
}

div {
	width: 650px;
	background-color: #603913;
	color: white;
}

#header {
	height: 150px;
	background: url(images/header1.jpg);
	font-weight: bold;
	text-align:center;
}

#heading{
	color:#FF6600;
	
	font-style:italic;
	
	}
#container{
	text-align:center;
	width:650px;
		margin-left:auto;
    margin-right:auto;
	}
#contents {
	text-align: left;
	color:#000000;
	background-color:#99cccc;

}

#footer {
	text-align: center;
	padding: 15px 0px 25px;
	font-size:10px;
	background-color:#99cccc;
	color:#000000;
	font-style:italic;
}

.menu {
	text-align: center;
	padding: 0px;

	color: white;
	font:"Times New Roman", Times, serif;
	font-style:italic;
}
.magnify
{
	cursor: default;
	list-style: none;
	text-align: center;
}
.magnify a
{
	cursor: default;
}

.magnify a .preview
{
	display: none;
}

.magnify a:hover .preview
{
	display: block;
	position: absolute;
	top: -155px;
	left: -175px;
	z-index: 1;
}

.magnify img
{
	background: #553608;
	/*border-color: #aaa #ccc #ddd #bbb;*/
	border-color: #725700;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 108px;
	height: 80px;
}

.magnify li
{
	background: #553608;
	/*border-color: #ddd #bbb #aaa #ccc;*/
	border-color: #725700;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.magnify .preview
{
	border-color: #000;
	width: 300px;
	height: 225px;
}

