body
{
	margin: 0px;
	font-family: tahoma;
	background-color: #cfcfcf;
	background-image: url(/img/bg.jpg);
}

.top_left
{
background-image: url(/img/ugolok.gif);
background-position: bottom right;
}

.top_right
{
background-image: url(/img/ugolok.gif);
background-position: bottom left;
}

.down_left
{
background-image: url(/img/ugolok.gif);
background-position: top right;
}

.down_right
{
background-image: url(/img/ugolok.gif);
background-position: top left;
}

h3 
{
padding: 0px;
margin: 0px;
font-size: 24px;
font-family: georgia;
font-weight: normal;
}

.content
{
font-size: 12px;
padding: 15px;
}

.logo
{
	font-size: 14px;
	color: #c11701;
	font-weight: bold;
}

.copy
{
	padding-left: 40px;
	padding-right: 40px;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.copy strong
{
	color: #c11701;
}

.copy a
{
	color: #c11701;
}

.copy a:hover
{
	text-decoration: none;
}