@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #837657;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/site/background.jpg);
	background-repeat: repeat-x;
}
#wrapper {
	position:relative;
	margin:auto;
	width:900px;
}
#banner {
	position:relative;
	margin-top:22px;
	width:100%;
	height:120px;
	border:1px solid #000000;
	background-color:#FFFFFF;
}
#banner img, #banner a, #banner a:link, #banner a:visited {
	outline:none;
}
#logo {
	position:absolute;
	left:12px;
	top:8px;
	width:200px;
	height:108px;
	z-index:1;
}
#nav {
	position:absolute;
	left:237px;
	top:8px;
	width:660px;
	height:103px;
	z-index:1;
}
#nav img {
	margin:3px;
	outline:none;
}
#content {
	width:100%;
	height:450px;
	border:1px solid #000000;
	margin-top:10px;
	background-color:#FFFFFF;
}
#footer {
	height:50px;
	width:100%;
	margin-top:10px;
	text-align:right;
	font-size:12px;
	color:#CFCCC3;
	line-height:18px;
}
#footer a, #footer a:link, #footer a:visited {
	color:#CFCCC3;
	text-decoration:none;
}
#footer a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#small_logo {
	position:absolute;
	left:12px;
	top:595px;
	width:62px;
	height:40px;
	z-index:1;
}
.main_text {
	font-size:18px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:28px;
	color:#333333;
	padding:28px;
}
#links {
	text-align:right;
	padding:25px;
}
#links a, #links a:link, #links a:visited {
	font-size:18px;
	color:#4A2B1A;
	line-height:35px;
	text-decoration:none;
	margin-right:90px;
}
#links a:hover {
	color:#990000;
}
.bline {
	border-bottom:1px solid #999999;
}

#livechat {
	position:fixed;
	left:2px;
	bottom:0px;
	width:126px;
	height:140px;
	z-index:1;
}
.gallery_small {
	width:77px;
	height:77px;
	float:left;
	overflow:hidden;
	margin:5px;
	background-color:#FFFFFF;
}
.gallery_small a, .gallery_small a:link, .gallery_small a:visited {
	text-decoration:none;
	color:#FFFFFF;
	background-color:#FFFFFF;
}


