@charset "utf-8";
/* CSS Document */
body.default {
	padding: 0;
	margin: 0;
	background-color:#230201;
	font-family:"Times New Roman", Times, serif;
}
div.main_container {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}

div.maincol {
	width: 974px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../img/FBG.jpg);
	background-repeat: no-repeat;
	height: 1000px;
}
div.head {
	margin-top: 0px;
	float:left;
}
div.logo {
	background-image:url(../img/Logo.png);
	background-repeat:no-repeat;
	width: 700px;
	height: 150px;
	margin-top: 70px;
	margin-left: 140px;
	float:left;
	clear: right;
}
div.name {
	background-image:url(../img/Name.png);
	background-repeat:no-repeat;
	width: 370px;
	height: 60px;
	float: left;
	margin-left: 285px;
	margin-top: 15px;
}
span.name {
	float:left;
	margin-left:65px;
	margin-top: -5px;
}
div.contacts {
	float: left;
	margin-left: 285px;
	width: 100%;
}
div.contacts #city {
	font-size:18px;
	font-weight:bold;
	margin-left: 27px;
}
div.contacts #street {
	font-size:18px;
	font-weight:bold;
	margin-left: 70px;
}
div.contacts #phone {
	font-size:18px;
	font-weight:bold;
	margin-left: 30px;
}
div.contacts #email {
	font-size:22px;
	font-weight:bold;
	margin-left: 15px;
/*	margin-left: -67px;
	margin-top: -2px;*/
}
div.body {
	margin-bottom: 20px;
}
div.text_container {
	margin-top: 140px;
	margin-left: 150px;
	width: 730px;
	height: 450px;
	clear:both;
	float: left;
	overflow:auto;
}
a, a:hover, a:link, a:visited {
	font-family:"Times New Roman", Times, serif;
	color: #660000;
}