/* CSS Document */

body, td, th {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #462816;
}
body, html {
	background-color: #462816;
	margin:0px; 
    padding:0px;
}
a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #462816;
}
a:hover {
	color: #462816;
}

a:visited {
	color: #462816;
}
a:active {
	color: #462816;
}

/* Div styles */

#wrapper {
	width:100%;
	text-align:center;
}

#bod {
	background-image:url(../images/admin/tile.jpg);
	width:920px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
}

#content {
	width:880px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
	background-image:url(../images/admin/footer.jpg);
	height:30px;
	text-align:center;
	color:#462816;
}
#bodytext {
	margin-left:auto;
	margin-right:auto;
	width:600px;
	min-height:500px;
	text-align:left;
}
.title {
	font-size:12px;
	font-weight:bold;
}