a:link {
  	color: #24141a;
}
a:active {
	color: #24141a;
}
a:visited {
	color: #24141a;
	
}
td.small_link {
	bgcolor: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	border:1px solid; 
	border-color: #AB7450;
}
td.gallery {
	color: #24141a;
}
.style1 {
	color: #24141a;
	font-family: Georgia, "Times New Roman", Times, serif;
}
strong {
	color: #361f27;
}
.header{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #24141a;
	font-size: 16px;
	font-weight: bold;
}
.article {
	font-weight: bold;
	color: #990000;
}
.article:link {
	font-weight: bold;
	color: #990000;
}
.article:active {
	font-weight: bold;
	color: #990000;
}
.article:visited {
	font-weight: bold;
	color: #990000;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#header {
	width: 801px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: 250px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
#logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	position: relative;
	height: 100px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	top: 20px;
}
#navigation {
	position: relative;
	width: 800px;
	top: 130px;
	left: 200px;
}

