body {
	background-color: #000000;
	margin-top: 10px;
	text-align: center;
}
#container {
	background-image: url(images/tile2.jpg);
	background-repeat: repeat;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #6E522D;

}
#subcontainer {
	padding: 25px;
}
#indexbackgrnd {
	background-image: url(images/background_home.jpg);
	background-repeat: no-repeat;
	height: 526px;
	width: 648px;

}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #FFFFFF;
	text-align: left;
	margin-right: 50px;
	margin-left: 365px;
	padding-top: 100px;






}
.textright {
	text-align: right;
}
#menu ul {
	list-style-type: none;
	margin: 20px 0px 0px 30px;
	padding: 0px;
}
#menu a {
	text-decoration: none;
	color: #FFFFCC;
	font-weight: bold;
}
#menu a:hover {
	text-decoration: none;
	color: #FFCC66;
	font-weight: bold;
}
.boldtext {
	font-weight: bold;
}
