body {

	font-family: Book Antiqua, Arial;
	text-align: center;
	background-image: url("images/Snowfall-1.jpg"); 
	background-position: center;
	background-repeat: repeat-xy;
}

hr
{
	width: 100%;
	text-align: left;
}

A
{
    TEXT-DECORATION: none;
    font-weight: bolder;
    COLOR: darkred;
}

A:visited
{
    COLOR: darkred;
}

A:hover
{
    COLOR: darkred;
}

A:active
{
    COLOR: darkred;
}

.wrapper {
	position: relative;
	background-color: #ffffff;
	width: 780px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #000000;
} 

#top_div {
	background-color: #ffffff;
	background-image: url('images/top_div.jpg');
	background-repeat: no-repeat;
	background-attachement: fixed;
	background-position: left;
	position: relative;
	float: left;
	width: 780px;
	height: 101px;
	#border-top: 1px solid #000000;
	#border-left: 1px solid #000000;
	#border-right: 1px solid #000000;
}

#main_div {
	background-color: #ffffff;
	position: relative;
	float: left;
	z-index: 1;
	width: 780px;
	#border-left: 1px solid #000000;
	#border-right: 1px solid #000000;
}

#left_div {
	background-color: #bbbbbb;
	left: 10px;
	top: 10px;
	z-index: 2;
	position: absolute;
	height: auto;
	padding: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}

#bottom_div {
	background-color: #ffffff;
	position: relative;
	float: left;
	width: 780px;
	#border-bottom: 1px solid #000000;
	#border-left: 1px solid #000000;
	#border-right: 1px solid #000000;
}
