﻿body
{
	margin: 0px;
	padding: 0px;
	background-color: #ffff99;
	font-family: Arial;
}

#Container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#Container2
{
	width: 1000px;
	float: left;
	background-image: url(Images/Background.jpg);
	background-repeat: no-repeat;
}

.LeftBarDark
{
	width: 100px;
	background-color: #d9a011;
	text-align: center;
	vertical-align: top;
}

.LeftBarDark a
{
	color: #ffffff;
}

.LeftBarLight
{
	width: 10px;
	background-color: #f2c658;
}

.MainArea
{
	width: 860px;
	padding-left: 20px;
}

#LPS
{
	font-family: Forte;
	font-size: 34px;
	font-style: italic;
	text-align: right;
	color: #9f774f;
	float: right;
	width: 400px;
}

.TextArea
{
	width: 860px;
	float: left;
	text-align: justify;
	margin-top: 15px;
	margin-bottom: 15px;
}

#CopyrightBar
{
	height: 10px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

#CopyrightBar2
{
	background-color: #f2c658;
	height: 100%;
	width: 100%;
	float: left;
}


#Copyright
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	font-size: 10px;
	text-align: right;
}

#MainLinks
{
	width: 850px;
	border: solid #f2c658 5px;
	float: left;
}

#MainLinks img
{
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px;
}

.House
{
	width: 860px;
	float: left;
	margin-bottom: 20px;
	padding-top: 5px;
	text-align: justify;
}

.HouseText
{
	width: 850px;
	padding: 5px;
	float: left;
}

.HouseText img
{
	float: left;
	margin-right: 5px;
}

.HouseTitle
{
	width: 860px;
	border-bottom: solid 2px #000000;
	text-align: center;
	font-weight: bold;
	float: left;
}

.InfoBox
{
	width: 170px;
	border: solid 4px #000000;
	background-color: #580000;
	padding: 5px;
	margin-bottom: 10px;
	color: #ffffff;
	text-align: center;
}

.ContactBlock
{
	width: 567px;
	float: left;
	margin-top: 15px;
}

.ContactLeft
{
	width: 200px;
	float: left;
}

.ContactRight
{
	width: 367px;
	float: left;
}

.HomepageHeader
{
	font-size: 20px;
	font-style: italic;
}

.Block
{
	width: 860px;
	border: solid 2px #000000;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	background-color: #ccccff;
	color: #000000;
	float: left;
}

.BlockTtl
{
	width: 840px;
	text-align: center;
	font-weight: bold;
	padding: 10px;
	display: block;
}

.BlockImg
{
	width: 250px;
	float: left;
	padding: 10px;
	display: block;
}

.BlockDet
{
	width: 540px;
	padding: 10px;
	float: left;
	display: block;
}

.HpCol
{
	width: 270px;
	display: block;
	float: left;
}

hr
{
	border: solid 2px #000000;
}

.LeftCol
{
	width: 200px;
	float: left;
	font-weight: bold;
	display: block;
}

.RightCol
{
	width: 340px;
	float: left;
	display: block;
}


.Col
{
	width: 580px;
	float: left;
}
