﻿*
{
	margin:0;
	padding:0;
}

p
{
	margin:0px 0 15px 0
}

img
{
	border:none;
	margin:0;
}

ul
{
	margin:0px 0 10px 30px;
}

h1
{
	background:url(images/bgH1.jpg) no-repeat;
	font-size:1.3em;
	color:#fff;
	border-left:4px solid orange;
	margin-bottom:10px;
	padding:10px 10px;
}

.quote
{
	text-align:center;
	font-weight:bold;
	padding:10px;
	border:1px solid #888;
}

html
{
	background:#f3b700;
}

body
{
	text-align:justify;
	font-family:tahoma;
	width:780px;
	padding:0 10px;
	margin:auto;
	background:#212121;
}

#page
{
	width:780px;
	margin:auto;
	border:1px solid #fff;
	border-width:0 1px 0 1px;
	background:url(images/bgPage.jpg) repeat-y;
}

#header
{
	width:780px;
	height:245px;
	background:#fff;
	background-image:url('images/header.jpg');
}

#float
{
	
}

#leftBlock
{
	width:200px;
	float:left;
	background:#232323;
	margin-top:0px;
}

#menu ul
{
	margin:0px;
	width:200px;
	
}

#menu ul li
{
	list-style:none;
	display:inline;
}

#menu ul li a
{
	padding:10px;
	padding-left:30px;
	background:#222 url(images/bgBtn.jpg) top left;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	font-size:0.8em;
	text-align:left;
	display:block;
	height:20px;
	line-height:20px;
}

#menu ul li a:hover, #menu ul li a.selected
{
	background-position:bottom left;
}

.contentblock
{
	float:right;
	width:559px;
	padding:10px;
	background:#212121;
	color:#ddd;
	border-left:1px solid #ddd;
	font-size:0.8em;
}


dl dt
{
	padding-top:15px;
	font-weight:bold;
	border-bottom:1px dotted orange;
	cursor:default;
	clear:right;
}

dl dd
{
	text-align:right;
}

th
{
	background:#444;
	color:orange;
}

td
{
	background:#2a2a2a;
}

th, td
{
	padding:5px 30px;
	vertical-align:top;
}

table a
{
	color:#fff;
}

table a:hover
{
	color:orange
}

#pix img
{
	display:block;
	margin-bottom:5px;
}

#footer
{
	font-size:8pt;
	color:#fff;
	background:#333;
	padding:5px;
	height:20px;
	width:770px;
	margin:auto;
	border-top:1px solid #fff;
}

#footer a
{
	color:#fff;
}























