/*Основное */
*
{
border: 0;
margin: 0;
padding: 0;
}

﻿html,body
{
margin:0;
padding:0;
height: 100%;
}
body
{
font: 76% arial,sans-serif;
text-align: center;
background-color: #437823;
}
ul
{
list-style: none;
margin: 0 0 0 10px;
}
a
{
text-decoration: none;
}
p{
	margin:0 10px 10px;
	}
a{
	color: #981793;
	}
a:hover li a:hover
{
color: green;
}
a:visited li a:visited 
{
color: #1e4400;
}
textarea, input, select
{
border: 1px solid gray;
background-color: #fffae7;
margin: 3px 0 3px 0;

}
h1, h2, h3, h4, h5, h6
{
color: #325A1A;
font-family: 'Trebuchet MS',Arial;
}

/* Шапка сайта */
#header
{
	background: #EEE;
	background-image: url(rnd_img.php);
	height:300px;
}
div#header h1
{
line-height:300px;margin:0;

padding-left:10px;

color: #79B30B;
display:none;
}
div#container{text-align:left}
div#content p{
line-height:1.4

}
div#extra{background:#FF8539}
div#footer
{
	background: #ffd101;
	color: #111;
	}
div#footer p
{
	margin:0;
	padding:5px 35px;
	font: 8pt Arial, sans;
}

div#container
{
background: #ebf1c9;
width: 960px;
border: solid 1px #222;
margin:0 auto 0 25px;
}
div#content
{
float:left;
overflow: hidden;
width:702px;
border-right: 1px solid #555;
font-family: Arial, Helvetica, serif;
}
div#navigation
{
display: block;
float:right;
width:247px;
height: 100%;
padding: 15px 5px 5px 5px;
}

div#extra{float:right;clear:right;width:318px}
div#footer{clear:both;width:100%}
div#cont_head
{
width: 702px;
height: 43px;
padding: 5px 10px 5px 10px;

}
div#cont_foot
{
width: 702px;
height: 49px;


}

div#cont_body
{
width: 650px;
margin: 0 auto;
}

div#cont_body img
{
margin: 10px 0 10px 0;
border: #222 solid 1px;
}

div#cont_body h1
{
font: 16pt 'Trebuchet MS', Arial;
color: #325A1A;
border-bottom: 1px dashed black;
}

div#nav_body
{
margin: 20px 0px 0px 0px;
}
div#navigation ul, div#navigation ul a
{
font: 11pt 'Trebuchet MS', Arial;
color: #325a1a;

}
div#navigation h3 
{
	font: 12pt 'Trebuchet MS', Arial;
	color: #1A355A;	
	font-weight: bold;
	margin: 10px 0 10px 10px;
}

div#navigation ul li
{
	border-bottom: 1px dashed black;
	margin-top: 12px;
	list-style-type: none;
}

.tag a
{
font-family: 'Trebuchet MS', Arial;
color: #325a1a;	
}