body
{
    padding: 0;
    margin: 0px;
    font-size: 10pt;
    color: #000000;
    font-family: Arial, helvetica, sans-serif;
	background: #800080 url(/images/site/background.gif) top left repeat-y;
}
h1
{
	font-weight: normal;
	font-size: 2em;
	color: #800080;
}
h2
{
	font-weight: normal;
	font-size: 1.5em;
	color: #800080;
}
h3
{
	font-weight: normal;
	font-size: 1.2em;
	color: #800080;
}
a
{
	color: #800080;;
}
#page
{
	float: left;
	width: 840px;
}
#header
{
	float: left;
	width: 840px;
	height: 135px;
	background: url(/images/site/header.jpg) no-repeat;
}
#header h1
{
	display: none;
}
#menu
{
	width: 840px;
	float: left;
	
}
#menu ul
{
	background: #535353;
	margin: 0;
	padding: 0 40px;
}
#menu ul li
{
	display: inline;
	list-style: none;
	line-height: 27px;
	margin: 0 10px 0 0;
	padding: 0 0 0 10px;
	border-left: solid 1px #bababa;
	color: #bababa;
}
#menu ul li.first
{
	padding: 0;
	border-left: none;
}
#menu ul li a
{
	color: #bababa;
	text-decoration: none;
}
#menu ul li.selected a, #menu ul.level2 li.selected a, #menu ul.level3 li.selected a
{
	font-weight: bold;
	color: white;
}
#menu ul.level2
{
	padding: 0 60px;
	background: #757575;
}
#menu ul.level3
{
	padding: 0 80px;
	background: #bababa;
}
#menu ul.level3 li a
{
	color: #757575;
}
#content_wrapper
{
	width: 840px;
	float: left;
}
#content
{
	margin: 10px 40px;
}
#footer
{
	float: left;
	width: 840px;
	border-top: solid 1px #dedede;
	padding: 5px 0 40px 0;
	margin-top: 20px;
}
#footer p
{
	float: left;
	margin: 0 40px;
}
#footer p.rendili
{
	float: right;
	margin: 0 40px;
	font-size: 0.8em;
}
#footer p.rendili a
{
	color: #bababa;
	text-decoration: none;
}

.latest_news_item
{
	width: 760px;
	float: left;
}
.recent_news_item
{
	width: 380px;
	float: left;
}
.news_content
{
	margin: 15px;
}
.news_item
{
	float: left;
	width: 250px;
	margin: 0 15px 15px 0;
	padding: 10px;
	border: solid 1px #bababa;
}
p.message
{
	color: #E9409B;
}
