html, body {
    height:100%;
}

body {
    font-family: sans-serif;
    font-size: 13px;
    color: #000000;
    background: #545454;
    padding: 0;
    margin: 0;
}

    
h2 {
    background-color: #c1795c;
    text-align: center;
    width: 620px;
    margin: 0 auto;
}

a img {
    border: 0px;
}

a {
    color: black;
    text-decoration: none;
}

hr {
    border-color: black;
    border-width: 1px;
    border-collapse: collapse;
}

p {
    text-indent: 20px; /* Отступ первой строки в пикселах */
}

blockquote {
    font-style: italic;
}

#cse-search-box {
    position: fixed;
    top: 5px;
    left: 15px;
/*    padding: 10px 5px 5px 15px; */
}

#theMenu {
    margin-top: 40px;
}

/***********************************************************************************/
#mainmenu, #content, #footer{
	width: 90%;
	text-align: left;
	margin: 0px auto;
	list-style: none;
}

#mainmenu div{
    clear: both;
}

#mainmenu li{
    list-style: none;
}

/***********************************************************************************/
#content {
	clear: both;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	padding: 0;
	margin: 0 auto;
	border-left: 5px solid #c1795c;
	border-right: 5px solid #c1795c;
}

#content > * {
    padding: 10px;
}

/*************************************************************************************/
#footer {
	text-align: center;
    width: 90%;
}

/**********************************************************************/
table.comment-form th {
    text-align: right;
}

label[for=id_honeypot], #id_honeypot {
    display: none;
}

td.c1 {width: 250px; background: #c1c1c1;}

