*{
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	padding: 0;

	font-family: "Times New Roman", Times, serif;
}
.sdendnoteanc,.sdendnotesym, .sdendnote{
	text-decoration: none;
	text-transform:uppercase;
}

#container {
	width: 1000px;
	height: 750px;
	margin: 0 auto;

	border: 1px;
}
#header, #footer{
	background: #690;
	width: 1000px;
	height: 200px;
	text-align: center;	
	text-transform:uppercase;
	font-size:200%;
	
	margin-top:6%;
	color: #fff; 
}
#navigation {
	background: #040;
	color:#ff0000;
	font-size:100%;
	font-weight: bold;
	line-height: 1.8em;
	text-align: center;
	height: 50px;
}
#menu { padding: 2% 5px 0px 15px;
	    vertical-align:top;
		background: #360;
		font-size: 90%;
		font-weight: bold;
		line-height: 2em;
		text-align: center;
}

#navigation ul{
	list-style-type: none;
}
#navigation li.current{
	display: inline;
	margin: 0 8px; 
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	background-color: #fff;
	
	
	
}
#navigation li{
	display: inline;
	margin: 0 8px; 
	
	
}
#navigation ul{
	list-style-type: disc;
}
#navigation li a {
	color: #fff;
	text-decoration: none;
	background: #040;
}

#navigation li a:hover{
		border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	background-color: #fff;
	color:#B00000;
	
}
#content{
	background: #fff;
	font-size: 110%;
	font-family: "Times New Roman", Times, serif;
	padding: 10px;
	text-align: justify;
	width: 100%;
    height:560px;
}
#withinIframe ul{
	background-color:#FFF;
	margin-left: 2cm;

}
#withinIframe p{
	background-color:#FFF;
	margin: 10px;
	text-indent: 1cm;
}

#withinIframe a{
	text-decoration: none;
}
#withinIframe a:hover{
	text-decoration: underline;
	color: #f00;
}
#withinIframe table{
	background-color: #3d3e40; 
	color: #ffffff; 
	width: 100%; 
	border-width: 2px;
}
#withinIframe td {
	text-align: center;
	vertical-align: middle;
}

#splitter td{
	border-bottom:double;
	padding: 0.5cm;
	vertical-align: middle;
	text-align: justify;
}
#content ul {
	position: relative;
	padding-left: 25px;
	margin-left: 2.5cm;
}
#content li {
	list-style-type: disc;
	list-style-position: outside;
	font-style: italic;
	
}
#footer {
	padding: 5px;
	font-size:50%;
	height: 10%
}
div.quote{
	margin: 10px;
	padding: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	background-color: #FFFFFF;
	line-height:normal;
	width: 250px;
	z-index: 10;
}
div.quote p{
	text-indent: 0.5cm;
	text-align: left;
	font-size:80%;
	font-weight: 100;
	font-style: italic;
	font-family: sans-serif;
	word-wrap: break-word;
}
/*Меню*/
ul.menu {
	margin: 0;
	padding: 0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: inline-block;
	background-color: #040;
	width: 220px;
}

ul.menu li {
	list-style: none;
	position: relative;
}

ul.menu li a {
	padding: 10px 12px 12px;
	color: white;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
	text-decoration: none;
	display: block;
	border-top: 1px solid #c4c4c4;
}

ul.menu li a:hover {
	background-color: #fff;
	color: #B00;
	
}

ul.menu li:first-child a {
	border-top: none;
}

ul.menu li:first-child a:hover {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.menu li:last-child a:hover {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/*Выпадающее меню*/
ul.menu li ul {
	display: none;
}

ul.menu li:hover ul {
	display: block;
	position: absolute;
	left: 220px;
	top: 1px;
	background-color: #040;
	width: 150px;
	z-index: 1000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.menu li:hover ul li:first-child a:hover {
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

ul.menu li:hover ul li:last-child a:hover {
	border-radius: 5px ;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
}
