body {
	background-color: #eeac2e;
	background: url(/public/images/fon.gif) repeat-y center center #eeac2e;
}
body, td, th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666;
}
a {
	color: #eeac2e;
}
* {
	margin: 0;
	padding: 0;
}
#all {
	background-color: #ffffff;
	width: 780px;
	margin: 10px auto;
}
#headerMenuTable a {
	font-size: 12pt;
	display: block;
	padding: 10px;
	color: #eeac2e;
	background-color: #a51b0f;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-top: 5px solid #fff;
	border-bottom: 0px;
	border-right: 1px solid #fff;
}
#headerMenuTable a:hover {
	border-top: 0px;
	border-bottom: 5px solid #a51b0f;
}
#headerMenuTable a.current {
	background-color: #e5711c;
	color: #fff;
	border-bottom: 5px solid #e5711c;
	border-top: 0px;
}
#headerMenuMain a {
	font-size: 12pt;
	display: block;
	padding: 10px;
	color: #a51b0f;
	background-color: #eeac2e;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	border-top: 0px;
	border-bottom: 5px solid #fff;
	border-right: 1px solid #fff;
}
#headerMenuMain a:hover {
	border-top: 5px solid #eeac2e;
	border-bottom: 0px;
}
#headerMenuMain a.current {
	background-color: #e5711c;
	color: #fff;
	border-top: 5px solid #e5711c;
	border-bottom: 0px;
}
#breadcrumb {
	padding: 10px 0;
	float: left;
	width: 780px;
}
#breadcrumb a {
	text-decoration: none;
	color: #a51b0f;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#main {
	float: left;
	width: 780px;
}
#main img {
	float: left;
	padding: 4px;
	border: 1px solid #999;
	margin: 0 10px 10px 0;
}
#left {
	width: 200px;
	float: left;
	border-top: 3px solid #a51b0f;
}
#leftMenu ul {
	list-style-type: none;
}
#leftMenu a {
	font-size: 12pt;
	display: block;
	text-decoration: none;
	color: #666;
	padding: 10px;
	border-bottom: 1px dashed #666;
}
#leftMenu a:hover {
	color: #eeac2e;
}
#leftMenu a.current {
	color: #a51b0f;
}
#content {
	width: 560px;
	float: right;
}
#content h2, #content h3, #content p {
	margin-bottom: 15px;
}
#content h2 {
	font-size: 12pt;
	background-color: #e5711c;
	color: #FFF;
	padding: 10px;
	font-weight: normal;
	text-transform: uppercase;
}
#content h3 {
	font-size: 12pt;
	color: #a51b0f;
	font-weight: normal;
	text-transform: uppercase;
}
#content h4 {
	font-size: 10pt;
	color: #e5711c;
	font-weight: bold;
	text-transform: uppercase;
}
#footer {
	float: left;
	width: 780px;
	border-top: 3px solid #a51b0f;
	padding: 10px 0;
	margin-top: 10px;
}