/* CSS Document */

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

#leftborder{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 139px;
	height: auto;
}

#logo {
	position: absolute;
	top: 10px;
	left: 140px;
	width: 704px;
	height: 152px;
}

#navbar {
	position: absolute;
	left: 140px;
	top: 160px;
	width: 155px;
	height: 703px;
}

#content {
	position: absolute;
	top: 191px;
	left: 308px;
	width: 550px;
	height: auto;
	color: #7F2600;	
}

dt {
	font-style:italic;
	text-decoration:underline;
}

.float {
	float:right;
	margin-left: 10px;
}
