/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/
* {
	margin: 0;
	padding: 0;
}
html { 
	margin : 0;
	padding : 0;
} 

body {
	margin: 10px 0;
	background : #fff url(images/bg.gif) repeat-y top center;
	font : 73% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	color: #666666;
	padding : 0;
}

a:link, a:visited { 
	color : #2480ad;
	background : transparent;
	text-decoration : none;
} 
a:hover { 
	color : #036;
	background : #8fb8cc;
	text-decoration : none;
} 
a img { 
	border : none;
} 

/* Header */

#header {
	width: 750px;
	height: 170px;
	margin: 0 auto;
	padding : 0;
	line-height : 2em;
	text-align:center;
	letter-spacing : 5px;
}
/* Page */
#page {
	width: 750px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
	border-top: 10px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
/* Content */
#content {
	font : 120% "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	float: right; 
	width: 480px;
	padding-right : 20px;
	
	margin-left: 10px;
	border-bottom: 1px solid #FFFFFF;	
}
#content p {
	/* 	line-height: 152%;*/	
}
#content li { 
	margin-top : 2px;
	margin-left : 70px;
} 
#content ol, #content ul {
	/* 	line-height: 152%;*/	
}
#content table {
	position:relative; 
	margin : 0 1em 1em 1em;
	table-layout:fixed;
}
td {
	padding: 3px;
}
	/* Sidebar */
#sidebar {
	float: left;
/*	width: 200px;*/
	padding: 10px 20px 20px 20px;
}
#sidebar p { 
	margin : 0 0 1em 0;
}
	/* News */
#news {

 	padding-top: 10px;
	padding-bottom: 0;
	width: 160px;
	margin-left : 20px;
	
}
#news ul {
	list-style-type: square;
}
#news li {
	margin-bottom: 15px; /*  15px   я поправил*/
}
#news h3 {
	margin-bottom: 10px;
	font-size: 92%;
}
#news h3 a {
	display: block;
}
#news p {
	font-size: 85%;
}
/* Footer */
#footer {
	width: 750px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 5px solid #053FAB;
}
#footer p {
	text-align: center;
	font-size: 77%;
}
#bread {
	padding: 5px 10px 10px 10px;
	margin: 0;
}
			/*LEFT SIDEBAR*/ 
#leftnavmenu { 
	list-style : none;
	float : left;
	width : 178px;
	margin : 10px 0 0 0;
	/*font-size : 1.4em;*/
} 
#leftnavmenu ul { 
	list-style : none;
	margin : 0 0 20px 0;
	/*font-size : 0.8em;*/
	color : #fbfbfb;
}
#leftnavmenu li{ 
	/*margin-bottom : 2px;
	margin-left : 24px;*/
} 
#leftnavmenu li a { 
	font-weight : bold;
	height : 20px;
	text-decoration : none;
	color : #505050;
	background : #eaeaea url(images/up.gif) no-repeat left center;
	display : block;
	padding : 0px 0 0 30px;
	border-left : 0 solid #8fb8cc;
} 
#leftnavmenu li a:hover { 
	background : #8fb8cc url(images/right.gif) no-repeat left center;
	color : #fff;
	border-left : 0 solid #003366;
} 
h2 { 
	margin : 0.2em 1em 1em 0.5em;
	font-size : 130%;
	letter-spacing : 3px;
}
/* Global align classes */
.justifyleft {
	text-align: inherit;
}
.justifycenter {
	text-align: center;
}
.justifyright {
	text-align: right;
}
.full {
	text-align: justify;
}
.justifyfull {
	text-align: justify;
}
