@CHARSET "UTF-8";

body
{
	font: normal 12px Arial;
	margin: 0px;
	background-color: #2B2B2B;
}

div#wrap
{
	display: block;
	padding-top: 51px;
	background-color: #FFFFFF;
	border-top: 0px #2B2B2B solid;
}

div#wrap .content
{
	display: block;
	margin: 0 auto;
	width: 600px;
	line-height: 16px;
}

div.body-page
{
	display: block;
	margin: 5px;
	text-align: justify;	
}

div.body-page a
{
	text-decoration: none;
	color: #67B11B;
}

div.body-page a:hover
{
	text-decoration: underline;
	color: #67B11B;
}

div#wrap-line-bottom-black
{
	display: block;
	border-bottom: 1px #2B2B2B solid;
}

div#wrap-line-bottom-green
{
	display: block;
	border-bottom: 3px #67B11B solid;
	background: url(../img/mazy.jpg) 100% 100% no-repeat;	
}

div#wrap-footer
{
	display: block;
	margin-top: 3px;
	height: 25px;
	background-color: #2B2B2B;
}

div#wrap-footer .content
{
	display: block;
	margin: 0 auto;
	width: 595px;
	padding-left: 5px;
	line-height: 25px;
	color: #FFFFFF;
}

div#wrap-footer .content a
{
	color: #FFFFFF;
	text-decoration: none;
}

div#wrap-footer .content a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.column
{
	width: 250px;
	text-align: left;	
}
