* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #000000;
	color: #fff;
	font-family: Tahoma, Verdana, Helvetica, Arial;
	text-align: center;
}
.clearfloat {
	clear: both;
}
#container {
	width: 960px;
	margin: 0 auto;
}

/*-----------------------------------Шапка-------------*/
#header {
	background: #000000 url(images/head.gif) no-repeat;
	height: 154px;
}
#header-FV {
	background: #000000 url(images/FV_head.gif) no-repeat;
	height: 154px;
	color: #000;
	border: 0px solid;
}
/*-----------------------------------Навигация-------------*/


#nav {
	width: 960px;
	margin: 20px 0 0 0;
	border: 0px solid;
	color: #fff;
}
#nav ul {
	list-style-type: none;
}
#nav li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#nav a, #nav a:visited {
	outline: none;
	text-decoration: none;
}
#nav a:hover {
	outline: none;
	text-decoration: none;
}
/*----------------------------------команда-навигация---------------------*/
#team {
	margin: 0 auto;
	text-align: center;
	width: 510px;
	border: 0 solid;
	font-family: Tahoma, Arial, sans-serif;
}
#team ul {
	border: 0 solid;
	list-style-type: none;
}
#team li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#team a, #team a:visited {
	outline: none;
	text-decoration: none;
}
#team a:hover {
	outline: none;
	text-decoration: none;
}
/*----------------------------------Контент---------------------*/
#content {
	margin: 0 auto;
	width: 510px;
	border: 0 solid;
	font-family: Tahoma, Arial, sans-serif;
	text-align: left;
	padding: 30px 0 0 0;
}
#content p {
	color: #fffde9;
	padding: 0 0 10pt 0;
	text-align: justify;
}
#content h2 {
	font-size: 25px;
	font-weight: bold;
	padding: 0 0 10pt 0;
	color: #ffb660;
}
#content ul {
	padding: 0 0 10pt 20px;
	color: #fffde9;
}
#content li {
	padding: 0 0 0 20px;
}
#content a, #content a:visited {
	outline: none;
	text-decoration: none;
	color: #ffb660;
	padding: 0 0 10pt 0;
}
#content a:hover {
	outline: none;
	text-decoration: underline;
	color: #ffb660;
}

/*--------------------------------Левый сайдбар---------------------*/
#l_sidebar {
float: left;
vertical-align:bottom;
height: 100%;
}

#r_sidebar {
float: right;
height: 100%;
}

#container-center {
width: 512px;
margin: 0 auto;	
}

/*--------------------------------Подвал---------------------------*/
#footer {
	font-size: 10px;
	margin: 0 auto;
	text-align: center;
	border: 0px solid;
}
#footer p {
	padding: 0;
}
#footer a, #footer a:visited {
	color: #ffb660;
	text-decoration: none;
}
#footer a:hover {
	color: #ffb660;
	text-decoration: underline;
}
#footer ul {
	list-style-type: none;
	font-size: 12px;
}
#footer li {
	list-style-type: none;
	display: inline;
	padding: 0 2px;
}



