body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #715446;
	font-family: Verdana, Arial; 
	color: #1f1616; 
	font-size: 14px;
	

}

.stylemaintextbold {
	font-size: 14px;
	font-weight: bold;
}

.stylemaintextbrown {
	font-size: 14px;
	color: #993300;
}
	
.stylemaintextboldbrown {
	font-size: 14px;
	font-weight: bold;
	color: #993300;
	font-variant: small-caps;
}

.styletitles {
	font-size: 18px;
	font-weight: bold;
}

.styletitlesbrown {
	font-size: 16px;
	font-weight: bold;
	color: #993300;
	font-variant: small-caps;
}

.redtitle{
	color: red;
	}
	
.stylemaintext {
	color: #1f1616;
	font-size: 14px;
}
	
a:link {
	color: #993300;
	
}
a:visited {
		color: #660000;
}
a:hover {
	
	color: #660000;
}
a:active {
	text-decoration: none;
	color: #993300;
}

#header-bgimage {
	background: url("images/background.jpg");
	background-repeat: repeat-y;
}
