html, body {
	margin: 0px;
	padding: 0px;	
	background-color: #000000;
	background-image: url(../images/bg-body.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;	
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #797B7A;
	font-weight: normal;
	text-decoration: none;

}
h1, h2, h3, h4, h5, h6, p, form {
	margin: 0px;
	padding: 0px;
}
#misha {
	width: 900px;
	margin: 0px auto;
	background-color: #111111;
}
#content {
	width: 878px;
	margin: 0px auto;
	background-image: url(../images/header.jpg);
	background-color: black;
	background-repeat: repeat-x;
	background-position: top;
}
#header {
	height: 96px;
}
#logo {
	width: 358px;
	float: left;
}
#logo h1{
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #d6d6d6;
	font-weight: normal;
	text-decoration: none;
	padding-left: 80px;
	padding-top: 30px;
}
#logo a{
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #d6d6d6;
	font-weight: normal;
	text-decoration: none;
}
#logo h4 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #808080;
	font-weight: normal;
	text-decoration: none;
	padding-left: 115px;
}
#menu ul {
	margin: 0px; 
	padding-top: 67px;
}
#menu li{
	float: left;
	list-style-type: none;
	width: 129px;
	height: 25px;
	text-align: center;
	background-color: #828282;
	border-left: 1px solid #000;
	margin-top: 4px;
}
#menu li a{
	padding-top: 3px;
	margin: 0px 0px 0px 0px;
	display: block;
	height: 22px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
#menu li a:hover{
	padding-top: 3px;
	margin: 0px 0px 0px 0px;
	display: block;
	height: 22px;
	background: #5d5d5d;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
#maingfx {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	height: 132px;
	text-align: right;
}
#maingfx h3 {
	font-family: "Trebuchet MS";
	font-size: 48px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 20px 40px 0px 0px;
}
#maingfx h4 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 40px 0px 0px;
}
#contentarea {
	clear: both;
	padding: 25px 0px;
}
#leftcol {
	float: left;
	width: 639px;
	border-right: 1px solid #BCBDBC;
}
#leftcol h2{
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #d6d6d6;
	font-weight: normal;
	text-decoration: none;
	padding-left: 40px;
	padding-bottom: 5px;
}
#leftcol p{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #797B7A;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 40px;
}
#leftcol a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #d6d6d6;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 40px;
}
#leftcol a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #d6d6d6;
	font-weight: bold;
	text-decoration: underline;
	padding: 0px 40px;
}
#rightcol {
	float: left;
	width: 237px;
}
#rightcol h2{
	font-family: "Trebuchet MS";
	font-size: 26px;
	color: #797B7A;
	font-weight: normal;
	text-decoration: none;
	padding-left: 25px;
	padding-bottom: 5px;
}
#rightcol p{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #797B7A;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 25px;
}
.greentext {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #d6d6d6;
	font-weight: bold;
	text-decoration: none;
}
#bottom {
	clear: both;
	height: 25px;
	padding-top: 25px;
}
#footer {
	width: 878px;
	background-color: #000;
	height: 20px;
	padding-top: 5px;
	background-image: url(../images/footer.jpg);
	background-color: black;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #797B7A;
	font-weight: normal;
	text-align: center;
}
#footer p{		
	padding-right: 20px;
}
#footer a{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #AAAAAA;
	font-weight: normal;
	text-decoration: none;
}
#footer a:hover{
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}