.header {
	background-image: url(css/header.gif);
	width: 780px;
	height: 86px;
}
a:link {
	color: #55422D;
	text-decoration: underline;
}
a:visited {
	color: #55422D;
	text-decoration: none;
}
a:hover {
	color: #55422D;
	text-decoration: underline;
}
a:active {
	color: #55422D;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.text_brown {
	color: #55422D;
}
.text_white {
	color: #CCCCCC;
}


.main {
	background-image: url(css/bg_frame.gif);
	width: 780px;
}
.footer {
	background-image: url(css/footer.gif);
	height: 25px;
	width: 780px;
}

