body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color:#333333;
	background:#594B3D url(../img/fon.gif) repeat;
}

img {
	border: none;
}

input {
    background-color: #FAE8DF;
    border:#996600  1px solid;
}
select {
    background-color: #FAE8DF;
    border:#996600  1px solid;
}    
textarea {
    background-color: #FAE8DF;
    border:#996600  1px solid;
}
fieldset {
    border:#996600  1px solid;
    padding: 17px;
}
legend {
    color: #996600;
    font-weight: bold;
}
h1 {
	margin:20px 0px 2px 0px;
	border-bottom:#3576B6 1px dotted;
	color:#333333;
	font-size:18px;
}
a:link {
	color:#333333;
	text-decoration: none;
}
a:visited {
	color:#333333;
	text-decoration: none;
}
a:hover{
	color:#333333;
	text-decoration:underline;
}
h1 a, h1 a:visited{
	color:#333333;
	text-decoration: none;
}
h1 a:hover{
	color:#333333;
	text-decoration:underline;
}
h2 {
	color:#996600;
	margin: 10px 0px 10px 0px;
	font-weight:bold;
	font-size:17px;
	padding-bottom: 3px;
	border-bottom:#996600 1px dotted;
}
h2 a, h2 a:visited {
	color:#996600;
	text-decoration:none;
}
h2 a:hover{
	color:#996600;
	text-decoration:underline;
}
h3 {
	font-size:16px;
	color:#AEAEAE;
	margin: 0;
}
h4 {
	font-size:14px;
	color:#3576B6;
	margin: 10px 0px 5px;
}

p {
	text-align:justify;
	
}
#header {
	width:987px;
	height:70px;
	background:#594B3D url(../img/header.jpg) no-repeat;
	margin: 0px;
	padding:0px;
	color:#996666;
	font-size:11px;
	font-weight:bold;
}
.dop_header {
	background:#594B3D url(../img/header2.jpg) no-repeat;
	margin: 0px;
	padding:5px 0px;
}
.header-left {
	margin: 30px 40px 5px 30px;
	float:left;
	width:200px;
	text-align:left;
	border-bottom:#CBB770 solid 1px;
	overflow: hidden;
}

.header-right {
	margin: 30px 50px 5px 10px;
	float:right;
	width:600px;
	text-align:right;
	border-bottom:#CBB770 solid 1px;
	overflow: hidden;
}

.errors {
    color: red;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}
#page {
	width:987px;
	background: #594B3D url(../img/body.jpg) repeat-y;
	margin: 20px 0px;
	padding:0px;
}

#content {
 	margin:0px 50px;
 	float:right;
	width:600px;
	padding:0px;
}

#content a, #content a:visited {
 	color:#993300;
	font-weight:bold;
	text-decoration:none;
}

#content a:hover {
 	color:#993300;
	text-decoration:underline;
}

#breadcrumb {
	color:#959595;
	font-size:11px;
	text-align:right;
	margin-right:2px;
	margin-top:0px;
	margin-bottom:20px;
}

#breadcrumb a, #breadcrumb a:visited {
	color:#959595;
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#959595;
	text-decoration:underline;
}
#sidebar {
	margin:0px;
 	float:left;
	width:280px;
	padding:0px;
	overflow: hidden;
}

#sidebar a, #sidebar a:visited {
	color:#333333;
	text-decoration:none;
}

#sidebar a:hover {
	color:#333333;
	text-decoration:underline;
}

#sidebar .foto {
	background: url(../img/alish.jpg) no-repeat;
	width:252px;
	height:367px;
	margin:10px 0px;
}


#sidebar ul {
	margin: 0;
	padding: 0;
	
}
#sidebar ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

#sidebar ul li ul {
	padding: 2px 0;
	margin-left: 15px;
}
#sidebar ul li ul li{
	padding: 2px 0px 2px 0px;
	margin: 10px 20px 0px 5px;
	font-size:15px;
	font-weight: bold;
	font-style: italic;
}

ul.list-cat li{
	background: url(../img/li_menu.jpg) no-repeat !important;
	padding-left: 30px !important;
}


#footer {
	width:987px;
	height:115px;
	background:#594B3D url(../img/footer1.jpg) no-repeat;
	margin: 0px;
	padding:0px;
	clear:both;
}

#footer a, #footer a:visited {
 	color:#3576B6;
	text-decoration:none;
}

#footer a:hover {
 	color:#3576B6;
	text-decoration:underline;
}

.footer-left {
	margin: 70px 40px 5px 30px;
	float:left;
	width:200px;
	text-align:center;
	overflow: hidden;
}

.footer-right {
	margin: 30px 50px 5px 10px;
	float:right;
	width:600px;
	text-align:center;
	overflow: hidden;
}

#lightbox {
    background-color:#eee;
    padding: 10px;
    border-bottom: 2px solid #666;
    border-right: 2px solid #666;
}

#lightboxDetails {
    font-size: 0.8em;
    padding-top: 0.4em;
} 
   
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../img/overlay.png); }

* html #overlay{
    background-color: #333;
    back\ground-color: transparent;
    background-image: url(../img/blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../img/overlay.png", sizingMethod="scale");
    }