
*
{
	font-size: 12px;
	font-family: Verdana;
	color: #353130;
	line-height: 1.7;
}


body
{
	background-color: #5e0000;
}


h1
{
	font-weight: bold;
	padding-bottom: 10px;
}

p
{
	padding-bottom: 15px;
}

#l_p
{
	background-image: url("/media/images/layout/l_p.png");
	background-position: right top;
	background-repeat: no-repeat;
	width: 50%;
}

#r_p
{
	background-image: url("/media/images/layout/r_p.png");
	background-position: left top;
	background-repeat: no-repeat;
	width: 50%;
}

.c_t
{
	background: #eee5d4;
	background-image: url("/media/images/c_4.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}

.c_a
{
	cursor: pointer;
}

.c_c
{
	height: 204px;
	overflow: hidden;
	scrollbar-base-color: green;
	padding-left: 10px;
	padding-right: 20px;
	z-index: 1000;
	
}

.c_nav
{
	background: #eee5d4;
	text-align: center;
	padding-bottom: 5px;
	background-image: url("/media/images/c_5.png");
	background-position: left top;
	background-repeat: no-repeat;
}

.c_nav span
{
	padding: 10px;
}

.footer, .footer *
{
	font-size: 9px;
	
}

.f_dev
{
	padding-left: 60px;
	padding-top: 25px;
	color: #c46565;
}

.f_dev a
{
	color: #ae4646;
}

