
/*** defaults
**********************/

body {
   background: #FFFFFF;
   background-image: url(bg.gif);
   margin: 0px;
   padding: 0px;
   width:800px;
   font: 11pt/14pt "Arial", sans-serif ;
}

div#container {
	position: absolute;
	left: 100px;
	width: 632px;
	border: 1px solid black;
}

div#header {
	background-image: url(header.jpg);
	top: 0px;
	height: 122px;
}

div#content {
	padding: 15;
	background-color: #FCF7CD;
}

div#menu {
	height: 28px;
	background-color: #FCF7CD;
}

div#decoration_left {
	background-image: url(snapshots_left_full.jpg);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 260px;
	height: 714px;
}

div#decoration_right {
	background-image: url(snapshots_right_full.jpg);
	position: absolute;
	left: 570px;
	top: 0px;
	width: 260px;
	height: 714px;
}

div#footer {
	position: absolute;
	width: 630px;
	text-align: center;
	font-size: 10px;
	border: 0px solid black;
}

#hidden {
	visibility:hidden
}


.cssnav	{
	position:relative;
	font-family: arial, helvetica, sans-serif;
	background-image:  url(button_up.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: inline;
	width: 105px;
	height: 25px;
	margin: 0; 
	padding: 0;
	float: left; 
}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 105px;
	height: 25px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
}
.cssnav a:hover {
	color: #ffffff;
}


.cssnav img {width: 105px; height: 25px; border: 0; margin: 0; padding: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}

.cssnav span
{
	position: absolute;
	left: 5px;
	top: 3px;
	width: 95px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
}
