﻿*
{
	margin:0;
	padding:0;
}

a
{
	text-decoration:none;
}

.clear
{
	clear:both;
}

p
{
	margin-top:10px;
	margin-bottom:10px;
}

p.underline
{
	border-bottom:1px solid #1f3e6d;
}

.testi
{
	border:1px solid #ddd;
	padding:10px;
}

.testi h3
{
	font-size:10pt;
}

ul
{
	margin-left:30px;
}

h1
{
	font-size:13pt;
	font-weight:bold;
	color:#1f3e6d;
	margin-top:15px;
	background:#ddd;
	height:40px;
	line-height:40px;
	padding-left:20px;
}

html
{
	background:#2e1501;
	height:100%;
}

body
{
	height:100%;
	font-family:verdana, arial;
	font-size:10pt;
	text-align:justify;
}

#bigBlock
{
	width:780px;
	margin:auto;
	padding:0 10px;
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:#fff;
}

#header
{
	background:#2e1501;
	height:200px;
	width:780px;
}

#topHeader
{
	
}

#imgHeader
{
	background-image:url('images/header.jpg');
	width:780px;
	height:200px;
}

#menu
{
	height:35px;
	/*border-left:1px solid #aaa;
	border-right:1px solid #aaa;
	border-bottom:1px solid #aaa;*/
	line-height:35px;
	background:#660066 url('images/bgMenu.jpg') repeat-x;
}

#menu ul
{
	margin-left:0px;
}

#menu ul li
{
	display:inline;
}

#menu ul li a
{
	display:block;
	float:left;
	padding:0px 9px;
	font-size:10pt;
	font-weight:bold;
	color:#006;
	border-right:1px solid #aaa;
}

#menu ul li a:hover
{
	background:#fff;
	border-top:0px solid #72ab38;
}

#page
{
	width:780px;
	margin:auto;
	padding-bottom:20px;

}

#pic
{
	float:left;
	width:238px;
	margin-left:0px;
	background:#ddccbe;
}

#pic img
{
	display:block;
	margin:10px;
	border:0px solid #fff;
}

#content
{
	float:right;
	width:510px;
	margin:10px;
}

#content p
{
	padding-left:40px;
}


#content .testi p
{
	padding-left:0;
}


th, td
{
	padding:25px;
	vertical-align:top;
}

#content ul
{
	margin-left:70px;
}

#footer
{
	position:absolute;
	bottom:0px;
	height:25px;
	text-align:center;
	padding-top:5px;
	width:780px;
	color:#fff;
}

#footer a
{
	color:#aaa;
}
