body {
	background-image: url(bg.jpg);
	background-repeat: repeat-y;
	background-color: #964941;
	background-position: 125px;
	color: #BAA576;
	text-align: justify;
	font-family: Tahoma;
	font-size: 11px;
	margin-top: 0px;
	margin-left: 0px;
}

a:link, a:active, a:visited {
	color: #9A8352;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #BAA576; 
}

a.nav {
	width: 178px;
	background-color: #522E3C;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-family: Verdana;
	font-weight: normal;
	font-size: 8px;
	letter-spacing: 2px;
	color: #9A8352;
	display: block;
	border: 1px solid #43222F;
}

.nav:hover {
	color: #BAA576;
	text-decoration: none;
	border: 1 px solid #43222F;
	background-color: #43222F;
}

h1 {	
	background: #885A4B;
	color: #000000;
	font-family: Tahoma;
	font-size: 8px;
	font-weight: bold;
	text-transform: uppercase;
 	text-align: left;
	text-indent: 10px;
	padding: 0px;
	letter-spacing: 2px;
	margin-bottom: 0px;
}

.main {
	background: #43222F;
	width: 100%;
	text-align: justify;
	display: block;
	border-bottom: 1px solid #000000;
	padding-bottom: 0px;
}

b {
	color: #964941;
}

i {
	color: #885A4B;
}

input,textarea,select,option {
	border: 2px solid #885A4B;
	background: #885A4B;
	color: #000000;
	font-family: Tahoma;
	font-size: 11px;
}

.image {
	position:absolute;
	top: 0px;
	left: 125px;
}

.side {
	position:absolute;
	top: 416px;
	left: 145px;
	width: 180px;
	padding: 0px;
}

.content {
	position:absolute;
	top: 416px;
	left: 330px;
	width: 505px;
	padding: 0px;
}

.welcome {
	position: absolute;
	left: 385px;
	top: 284px;
	width: 238px;
	height: 105px;
	color: #BBA679;
	text-align: justify;
	text-indent: 85px;
}
