@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 18px;
	color: #C16636;
}
h2 {
	font-size: 16px;
	color: #425718;
}
h3 {
	font-size: 14px;
	color: #666666;
}
h4 {
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #BE6839;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #BE6839;
}
a:hover {
	text-decoration: none;
	color: #3D591D;
}
a:active {
	text-decoration: underline;
	color: #BE6839;
}

.footer a:link {
	color: #666;
	text-decoration: underline;
}
.footer a:visited {
	text-decoration: underline;
	color: #666;
}
.footer a:hover {
	text-decoration: none;
	color: #999;
}
.footer a:active {
	text-decoration: underline;
	color: #666;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header-back {
	background-image: url(../images/syrah-home_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 161px;
}
.content-back {
	background-image: url(../images/content-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 550px;
}
.border-left {
	background-image: url(../images/border-left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 18px;
	height: 550px;
}
.border-right {
	background-image: url(../images/border-right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 550px;
	width: 18px;
}
.content-inner-back {
	background-image: url(../images/content-inner-back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
