@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0 auto; }

body {
 background:url(images/bg_body.jpg) repeat-y center #659543;
 /*background:#556f34;*/
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 margin:0 auto;
 text-align:center;
 padding:0;
 color:#322309;
}

#wrapper {
 margin: 0 auto;
 width:1024px;
 height:auto;
 padding:0;
}

#wrapper_down {
 overflow:hidden;
 background:#659543;
 text-align:center;
 width:892px;
 float:left;
}

#header {
 width:892px;
 height:398px;
 margin:0 auto;
 padding:0;
}

.header_left {
 width:66px;
 height:398px;
 background:url(images/left_header.jpg) no-repeat top;
 float:left;
}

.header_right {
 width:66px;
 height:398px;
 background:url(images/right_header.jpg) no-repeat top;
 float:right;
}

#header .header_center {
 /*background:url(images/header.jpg) no-repeat;*/
 width:892px;
 height:398px;
 float:left;
}

/**************************MENU***********************************************/

#sidebar_left {
 width:222px;
 height:auto;
 float:left;
 background:url(images/bg_menu.jpg) repeat-y;
}

#sidebar_left .bg_up_menu {
 background:url(images/bg_menu_up.jpg) no-repeat top;
 height:41px;
 width:222px;
}

#sidebar_left .bg_down_menu {
 background:url(images/bg_menu.jpg);
 background-repeat:repeat-y;
 height:auto;
 width:222px;
 position:fixed;
}

#sidebar_left ul{
 color:#FFFFFF; 
 font-size:12px;
 list-style:none;
 text-transform:capitalize;
}

#sidebar_left li {
 background:url(images/menu_off.jpg) no-repeat;
 height:21px;
 width:222px;
 text-align:left;
}

#sidebar_left li a {
 display:block;
 padding:0px;
 color:#FFFFFF;
 height:21px;
 width:207px;
 text-decoration:none;
 padding-left:15px;
}

#sidebar_left ul li a:hover {
 display:block;
 color:#FFFFFF;
 height:21px;
 width:207px;
 text-decoration:none;
 background:url(images/menu_on.jpg) no-repeat;
 padding-left:15px;
}
/****************************FIN MENU*************************************************/

#content {
 background:url(images/bg_content.jpg) repeat-y;
 width:670px;
 height:auto;
 float:right;
}

#content ul {
 margin-left:35px;
}

#content ul li {
 list-style:url(images/vineta.png);
 margin-bottom:-5px;
 margin-top:3px;
}

#content .shadow_content {
 background:url(images/shadow_content.jpg) no-repeat top;
 width:670px;
 height:4px;
 float:right;
}

#content p {
 color:#322309;
 font-size:12px;
 margin:10px 10px 10px 10px;
}

#footer {
 width:1024px;
 height:50px;
 background:url(images/footer.jpg) no-repeat;
 margin:0 auto;
 padding:0;
}

h1 { 
 color:#322309;
 font-size:20px;
 margin:10px 10px 10px 10px;
 background:url(images/h1_images.png) repeat-x;
 text-align:center;
 width:auto;
 height:24px;
}
 
h2 {
 color:#322309;
 margin:10px 10px 10px 10px;
 font-size:16px;
 letter-spacing:1px;
 background:url(images/h2_images.png) repeat-x;
 text-align:left;
 width:auto;
 height:19px;
}

h3 {
 color:#322309;
 margin:10px 10px 10px 10px;
 font-size:16px;
 letter-spacing:1px;
 background:#e3ded3;
 text-align:left;
 width:auto;
 height:14px;
}

input {
 margin-left:15px;
}

.BACKGALERY {
 margin-left:15px;
}
