body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	background-color: #FAE625;
	text-align: center;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	color: red;
	text-decoration:none;
}
a:hover {
	
	color: #CC8547;
}
#container {
	margin:0;
	width: auto;
	height: auto;
}
#header {
	height: 165px;
	text-align: Right;
}
#header p {
	margin: 5px;
	color: #3B3B83;
	font-weight: bold;
}
#header h1 {
	font-family: Comic Sans MS;
	color: Black;
	margin: 0;
}
#geese {
	position: absolute;
	top: 90px;
	left: 400px;
}
#left {
	text-align: left;
	color: Yellow;
	background-color: #120F16;
	height: 400px;
	width: 120PX;
	float: left;
}
#content {
	margin-top: 0;
	background-image: url(tile.jpg);
	background-repeat: repeat-x;
	height: auto;
	text-align: left;
	padding: 5px;
}
.float-left {
	float: left;
}
#menu {
	width: 615px;
	height: 29px;
	font-size: 14px;
	margin-top: 0;
	margin-left: auto;
	margin-bottom: 0;
	padding: 0;
	margin-right: auto;
}
#menu a {
	height: 25px;
	border-right: 1px #CC8547 dashed;	
	color: white;
	text-decoration: none;
	text-align: center;
	display: block;
	width: 121px;
	float: left;
	padding-top: 4px;
	border-left: #CC8547 1px dashed;
	border-top: #CC8547 1px dashed;
	border-bottom: #CC8547 1px dashed;
	border-right: 0;
}
#menu a:hover, #current {
	background-color: #000;
	text-decoration: underline;
	font-weight: bold;
}
#menu #right {
	border-right: #CC8547 1px dashed;
	display: inline;
	float: left;
}
#rightColumn {
	margin-top: 5px;
	margin-right: 5px;
	width: 135px;
	height: auto;
	clear: both;
	float: right;
	font-size: 10px;
	text-align: center;
}
#footer {
	width: 100%;
	color: black;
	text-align: center;
	font-size: 10px;
	clear: both;
}

.magnify
{
	cursor: default;
	list-style: none;
	text-align: center;
	margin-left: -40px;
	margin-top: 0px;
}
.magnify a
{
	cursor: default;
}

.magnify a .preview
{
	display: none;
}
.magnify a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}
.magnify img
{
	background: #000;
	/*border-color: #aaa #ccc #ddd #bbb;*/
	border-color: #FFF;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 120px;
}

.magnify li
{
	background: #CC8547;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	/*margin: 3px;*/
	padding: 5px;
	position: relative;
}
.magnify .preview
{
	border-color: #000;
	width: 200px;
	height: auto;
}
