/*Body*/
.body-home{
	background-color:#FFF;
	border:0;
	font-family:Arial;
	font-size: 14px;
	color: White;
	margin:0;
	padding:0;
	background: url(/Images/Home/background.png) repeat-x;
	background-color: #95261f;
}
.body-inside{
	background-color:#FFF;
	border:0;
	font-family:Arial;
	font-size: 14px;
	color: #616161;
	margin:0;
	padding:0;
	background: url(/Images/Inside/background.png) repeat-x;
	background-color: #95261f;
}
.body-admin{
	background-color:#FFF;
	border:0;
	font-family:Arial;
	font-size: 11px;
	color: Black;
	margin:0;
	padding:0;
}
.body-admin a
{
    color: Red;
    font-size: 11px;
}
.body-admin p
{
    color: Black;
    font-size: 11px;
}
/*Header*/
/*Footer*/
#footer
{
    text-align: center;
}
#footer-text
{
    color: #46110e;
    font-family: Arial;
    font-size: 12px;
}
#footer-text a
{
    color:#46110e;
    text-decoration: none;
}
#footer-text a:hover
{
	color:#f28c4e;
	text-decoration:underline !important;
}
/*Credits*/
#credits{
	text-align: center;
	margin:10px auto;
}
#credits div{
	color:#46110e;
	font-size:12px;
	margin:0 auto;
}
#credits a
{
	color:#46110e;
	text-decoration:none;
}
#credits a:hover
{
	color:#f28c4e;
	text-decoration:underline !important;
}
