@charset "utf-8";

*{
padding:0px;
margin:0px;}

body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 62.5%;
	background-image: url(images/wallpaper.jpg);
}
#wrapper {
	text-align: center;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FFFFFF;
	margin-top: 20px;
	position:relative;
	margin-bottom: 0px;
}
#header {
	height: 190px;
	width: 900px;
	background-image: url(images/banner.jpg);
	border-bottom:solid 2px #FFFFFF;
}
#content {
	background-color: #ffffff;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left:20px;
		}
#mainTxt{
	text-align: left;
	width: 460px;
	background-color: #FFFFFF;
	padding-right:420px;
	
}
#picBar {
	height: 364px;
	width: 409px;
	position: absolute;
	top: 219px;
	right: 0px;
	}
#picSq {
	background-image: url(images/pic_sq.jpg);
	height: 362px;
	width: 409px;
}
#picSqHouse {
	background-image: url(images/pic_sq_house.jpg);
	height: 362px;
	width: 409px;
}
#picSqTravel {
	background-image: url(images/pic_sq_travel.jpg);
	height: 362px;
	width: 409px;
}
#picSqBook{
	background-image: url(images/pic_sq_book.jpg);
	height: 362px;
	width: 409px;
}
#picSqContact {
	background-image: url(images/pic_sq_contact.jpg);
	height: 362px;
	width: 409px;
}
p {
	font-size: 1.2em;
	color: #634927;
	margin-bottom: 10px;
	margin-top: 5px;
	line-height: 1.4em;
}
#fadeimage {
	float: left;
	margin-top: 2px;
}

h1 {
	font-size: 2em;
	color: #846235;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.7em;
	color: #846235;
	margin-bottom: 10px;
}
h3 {
	font-size: 1.2em;
	color: #333333;
}
a:link {
	color: #333333;
}
a:hover {
	text-decoration: none;
}


#linkTable{
	width: 850px;
}
.footer {
	/*clear: both;*/
	background-color: #FFFFFF;
	height: 20px;
	width:900px;
}

.footer a{
	font-size: 1.2em;
	color: #996633;
	padding-bottom:10px;
	text-align:left;
}


/* -------------- NAVIGATION ----------------------------*/


#navBar {
	height:20px;
	width: 100%;
	padding-top: 3px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #A57A47;
	border-bottom-color: #A57A47;
	background-color: #825C35;
}

#navBar ul{
	margin:0px;
	padding:0px;
	white-space: nowrap;
}
#navBar li{
list-style-type:none;
display:inline;
}
#navBar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom:4px;
	padding-left: 10px;
}
#navBar a:hover {
	color: #523A25;
	background-color: #EEE3B6;
}
#gallery {
	width: 880px;
}
#gallery img{
	margin: 5px;
	padding: 5px;
	border: 1px solid #996633;
}
