body {
	background-image: url(../images/winter_bkg01.jpg);
}

a, a:link, a:visited {
	text-decoration: none;
	border-bottom: 1px dotted #5B94B9;
	color: #f0f8ff;
}

a img.preview {
	border: 1px solid black;
}


a:hover {
	text-decoration: none;
	border-bottom: 1px solid #5B94B9;
	color: #2C556F;
}

a:hover div.hovermouse {
	background-color: #84a9c6;
}

a:hover img.preview {
	border: 2px solid white;
}

#container {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 800px;
	margin: 0px 0px 0px -400px;
	height: 100%;
	background-image: url(../images/winter_bkg02.jpg);
}

#maindiv {
	position: relative;
	top: 50%;
	margin: -250px 0px 0px 0px;
	height: 500px;
	background-image: url(../images/winter_bkg03.jpg);
	border-top: 2px solid #0e3350;
	border-bottom: 2px solid #0e3350;
}

#topmenu {
	position: relative;
	top: 70px;
	left: 50px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#innerbody {
	position: relative;
	margin: 2px 0px 0px 2px;
	left: 250px;
	top: 115px;
	width: 505px;
	height: 325px;
	overflow: auto;
	padding: 10px;
	text-align: justify;
}

#theme {
	position: relative;
	left: 20px;
	top: 75px;
	width: 185px;
	height: 45px;
}

#footer {
	float:right;
	position: relative;
	top: 78px;
	margin-right: 20px;
	font-size: 10px;
	text-align: right;
	background-color: #4f7491;
}

