body {
	color: #1A1A1A;
	background: #666666 url(../../../../icons/home/bg.gif) top left repeat;
}

a:link, a:visited {
	color: #1A1A1A;
}

#nav a:link, #nav a:visited {
	color: #1A1A1A;
}

#nav a:hover {
	font-weight: bold;
}

#content {
	text-align: justify;
}

#wrapper {
	width: 800px;
	height: 600px;
	background-color: #FFFFFF;
}

a.back {
	display: block;
	background: url(../../../../icons/home/back.gif) top left no-repeat;
	width: 25px;
	height: 25px;
}
a.back span {display: none;}

#decorative_border {
	position: absolute;
	top: 25px;
	right: 50px;
	width: 400px;
	height: 550px;
	border: 1px solid #EEEEEE;
	
}

#border_left {
	position: absolute;
	width: 25px;
	height: 100%;
	background-color: #BEAC94;
}

#border_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 25px;
	height: 100%;
	background-color: #BEAC94;
}