/* CSS Document */

body {
	margin: 0 0 0 0;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	text-align:justify;
}

.frame {
	border: 1px solid #5a5f0e;
	background-color:;
}

.catframe {
	border: 1px solid #5a5f0e;
	background-color:;
	padding: 5px 5px 5px 5px;
}

.content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#424240;
	text-align:justify;
}

.content_link { color:#424240; text-decoration:none }
.content_link:hover { color:#BE991E; text-decoration:underline }

.textcolor {
	color:#BE991E;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#878686;
}

.footer_link { 	font-size:11px; color:#878686; text-decoration:none;}
.footer_link:hover { font-size:11px; color:#BE991E; text-decoration:underline; }