﻿*
{
	margin:0;
	padding:0;
}

p
{
	margin:0px 0 15px 0
}

img
{
	border:none;
	margin:0;
}

ul
{
	margin:0px 0 10px 30px;
}

h1
{
	font-size:13pt;
	color:#222;
	border-bottom:1px solid red;
	margin-bottom:10px;
}

html
{
	background:#000;
}

body
{
	width:800px;
	margin:auto;
	text-align:justify;
	font-family:tahoma;
	font-size:11pt;
}

#page
{
	width:780px;
	margin:auto;
	margin-top:10px;
	background:#9a0303;
}

#header
{
	width:780px;
	height:235px;
	background:#fff;
	background-image:url('images/header.jpg');
}

#leftBlock
{
	width:200px;
	float:left;
	margin-top:0px;
}

#menu ul
{
	margin:0px;	
}

#menu ul li
{
	list-style:none;
	display:inline;
}

#menu ul li a
{
	background:#9b0303 url(images/buttons.jpg) no-repeat;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:10pt;
	text-align:left;
	display:block;
	height:34px;
	line-height:34px;
	padding-left:10px;
}

#menu ul li a:hover, #menu ul li a.selected
{
	border-left:8px solid #9a0303;
}

.contentblock
{
	border-left:1px solid #550000;
	float:right;
	width:559px;
	padding:10px;
	background:#fff;
	color:#333;
	font-size:10pt;
}

#text ul li
{
	margin-bottom:15px;
}

.testi
{
	padding:10px;
	border-top:1px solid #aaa;
}

th,td
{
	padding:10px;
	vertical-align:top;	
}

#pix img
{
	display:block;
	margin-bottom:5px;
}


#footer
{
	font-size:8pt;
	color:#fff;
	background:#fff url(images/footer.jpg) no-repeat;
	padding:5px;
	height:54px;
}

#footer a
{
	color:#fff;
}






















