﻿body
{
	background-color: #C0B3A2;
}

.box-top
{
	background-image: url('img/box-top.jpg');
	background-repeat: no-repeat;
	height: 15px;
}

.box-mid
{
	padding: 0px 20px 0px 20px;
	background-image: url('img/box-mid.jpg');
	background-repeat: repeat;
}

.box-bottom
{
	background-position: top;
	background-image: url('img/box-bottom.jpg');
	background-repeat: no-repeat;
	height: 18px;
}

.box
{
	margin: 10px auto auto auto;
	width: 920px;
	height: 376px;
}

.normal-text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7D6E5B;
	vertical-align: bottom;
	text-align: left;
}

.bottom-section
{
	margin: 6px auto auto auto;
	width: 920px;
}
.nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #7D6E5B;
	text-align: left;
	margin-left: 12px;
	position: relative;
}

a:link
{
	color: #7D6E5B;
	text-decoration: none;
}

a:visited
{
	color: #7D6E5B;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

a:active
{
	color: #C0C0C0;
	text-decoration: none;
}
