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

body {
	background-image: url(images/background.jpg);
}

body,td,th {
    font-family:Georgia, "Times New Roman", Times, serif;
	color:#96763D;
}

a:link {
	color: #8C4600;
	text-decoration:none;
}
a:visited {
	color: #8C4600;
	text-decoration:none;
}
.header {
    margin-left:auto;
	margin-right:auto;
}

.navigation {
	background-color:#EBDB9A;
	border:solid;
	border-color:#000000;
	border-width: 1px;
	/*width:900px;*/
	height:20px;
	/*margin-left:auto;*/
	/*margin-right:auto;*/
	/*padding:5px;*/
	
}

.footer {
	background-color:#EBDB9A;
	border:solid;
	border-color:#000000;
	border-width: 1px;
	width:900px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	/*padding:5px;*/
	
}

.body {
    background-color:#EBDB9A;
	border: solid;
	border-color:#000000;
	border-width: 1px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}

