@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #76653d;
	font-size: 80%;
	background-color: #FEF9CD;
}
#wrapper {
	position: relative;
	width: 840px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 900px;
}
#wrapperHome {
	position: relative;
	width: 840px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
a {
	color: #006633;
	text-decoration: none;
}
a:hover {
	color: #009999;
}

#clear {
	clear: both;
}#header {
	width: 840px;
	height: 300px;
}
#rollover {
	height: 260px;
	width: 420px;
	float: left;
}
#birds {
	float: left;
	height: 260px;
	width: 420px;
	background-image: url(../english/images/sky.jpg);
	background-repeat: no-repeat;
}
#clear {
clear:both;
}
#logo {
	background-image: url(../english/images/logo.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
#container1 {
	background-image: url(../english/images/maininfo_images/main_info_home.jpg);
	background-repeat: no-repeat;
}
#footer {
	font-size: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CAB065;
	border-bottom-color: #CAB065;
	height: 17px;
	padding-top: 3px;
}
#address {
	left: 440px;
	top: 696px;
	text-align: right;
	width: 400px;
	float: right;
	padding-right: 4px;
}
#address .bold  {
	font-weight: bold;
}
#copyright {
	float: left;
	padding-left: 4px;
}
/*--Menu Styling--*/
#menu {
	float: left;
	height: 20px;
	width: 840px;
	background-color: #000000;
}

#menu ul {
	width: 840px;
	list-style: none;
}
#menu ul li {
	float: left;
}
#menu ul a {
	font-size: 10px;
	line-height: 15.em;
	text-decortion: none;
	color: #DED191;
	float: left;
	display: block;
	text-decoration: none;
	height: 17px;
	background-color: #070707;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C69C39;
	margin: 0px;
	text-align: center;
	width: 88px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 3px;
}
#menu ul a:hover {
	color: #FFFFFF;
}
#menu a.borderleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CBA52D;
	padding-left: 3px;
}
#sale .boldRed {
	font-weight: bold;
	color: #F00;
	font-size: 18px;
}
#leftColumn {
	float: left;
	height: 506px;
	width: 219px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #F00;
}
