@charset "utf-8";
html {
     overflow: -moz-scrollbars-vertical;
}
hr {
	color: #BA9372;
	margin-top: 20px;
	margin-bottom: 20px;
}

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #BA9372;
	margin: 0px;
	color: #4E2C2A;
	font-family: "Tw Cen MT";
}
#flashcontent {
	padding-bottom: 5px;
}


#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
}



#logo {
	padding-right: 2px;
	padding-left: 2px;

}
.imgbanner {
	padding-bottom: 8px;
}


#topmenu {
	width: 470px;
	float: right;
	margin-top: 120px;
}

#topmenu a:link {
	color: #4C2424;
	text-decoration: none;
	font-size: 20px;
	padding: 8px;
}
#LightBoxGallery {
	float: right;
	width: 270px;
}


#topmenu a:visited {
	color: #4C2424;
	text-decoration: none;
	font-size: 20px;
	padding: 8px;
}
#topmenu a:hover {
	color: #E076A4;
	text-decoration: none;
	font-size: 20px;
	padding: 8px;
}
.style3 {
	color: #E076A4;
}

a:link {
	color: #E076A4;
	text-decoration: none;
}
a:visited {
	color: #E076A4;
	text-decoration: none;
}

#maincontent {
	margin: 10px;
}
#bottomfooter {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: center;
	margin-top: 100px;
}
.clear {
	clear: both;
}
#leftmenu {
	float: left;
	width: 200px;
}
#content1 {
	float: right;
	width: 670px;
}
#content2 {
	float: left;
	width: 645px;
}
#rightbox {
	width: 200px;
	float: right;
	margin-right: 10px;
}
li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
img {
        border: 0px;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #FFFFFF;
	display: inline-block;
	font: normal 12px arial, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}.floatright {
	float: right;
}
