/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D9CEB4;
	background-image: url(../images/bg.png);
	font-family: Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS";
}
ul {
list-style-type: square;
line-height:5px;
}
a:link {
	color: #A59783;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
#container {
	width: 735px;
	background-repeat: repeat-y;
}
#logo{
	width:200px;
	height:189px;
	background-image: url(../images/logoBg.png);
	float: left;
	border-style: none;
	border-width: 1px;
}
#rCol {
	margin-left:200px;
	width: 530px;
}
#content{
	width: 530px;
	height:auto;
	background-image: url(../images/contentBg.png);
	background-repeat: repeat-y;	
}
#menu{
	width: 530px;
	height:145px;
	background-image: url(../images/menuBg.png);
}
#menu000{
	margin:30px auto auto 35px;
	font-size: 11px;
	line-height: 20px;
	width: 120px;
	float: left;
}
#contact{
	margin:8px auto auto 35px;
	font-size: 11px;
	line-height: 20px;
	width: 300px;
}
#subMenu{
	margin:30px auto auto 0;
	font-size: 11px;
	line-height: 20px;
	width: 120px;
	float: left;
}
.mainText {
	color: #725947
}

#footer {
	width: 530px;
	height:49px;
	background-image: url(../images/footerBg.png);
	padding-top: 5px;
	margin-top:0px;
	background-repeat: no-repeat;
}
.cleaner{
	width:73px;
	height:10px;
	clear:both;
}
.contPad {
	padding:10px 45px 10px 35px;
	font-family: Geneva, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 12px;
}
h1 {
	font-size: 16px;
	color: #6D564B;
}
