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

body {
	background-image:url(images/bgrepeat.jpg);
	background-repeat:repeat-x;
	background-color:#a58c57;
	}
	
.content {
	color:#3b0e01;
	font-family:arial;
	font-size:11px;
	padding-left:20px;
	padding-right:20px;
	background-image:url(images/contentbg.jpg);
	background-repeat: repeat-y;
	line-height:18px;
	}

.box {
	color:#fbf6e3;
	font-family:arial;
	font-size:11px;
	}

a:link {
	color:#CC0000;
	font-weight:bold;
	}
	
a:visited {
	color:#CC0000;
	font-weight:bold;
	}
	
a:active {
	color:#CC0000;
	font-weight:bold;
	}
	
a:hover {
	color:#811c01;
	font-weight:bold;
	}
	
strong {
	color:#8b6f31;
}

.title {
	color:#8b6f31;
	font-weight:bold;
	font-size:14px;
	}
