﻿/*general*/
* {
	margin:0;
	padding:0;
}
body,html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:#1e1e1e url('../images/bg.gif') no-repeat 0 0;
	font:12px/16px "Trebuchet MS", Verdana, "Arial Unicode MS";
	color:#5a5a5a;
}

#containter {
	width:100%;
	height:100%;
}
#layout {
	margin:0 auto;
	width:823px;
	height:100%;
}
#layout table {
	width:100%;
	height:100%;
	vertical-align:middle;
}

/*index*/
#mainpage {
	width:100%;
	height:568px;
	background-color:#fff;
	overflow:hidden;
}
#content {
	width:823px;
	height:534px;
	overflow:hidden;
}
/*LEFT*/
#content-left {
	float:left;
	width:343px;
	height:534px;
	overflow:hidden;
}

/*LEFT-header*/
#left-header {
	width:100%;
	height:74px;
	padding: 0px;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left-header img {
	margin:0 0 0 23px;
	border:0;
}

/*LEFT---navgation*/
#left-nav {
	width:100%;
	height:211px;
	overflow:hidden;
}
#left-nav p {
	margin:50px 0 0 0;
	line-height:25px;
	font-size:12px;
}
#left-nav p a {
	display:block;
	margin:0 0 0 23px;
	padding:0 0 0 19px;
	width:129px;
	height:25px;
	color:#5a5a5a;
	text-decoration:none;
	overflow:hidden;
}
#left-nav p a:hover {
	background:#fff url('../images/link_bg.gif') no-repeat 0 0;
}

/*LEFT---news*/
#left-news {
	margin:0 0 0 22px;
	width:272px;
	height:172px;
	background-color:#dadada;
	overflow:hidden;
}
#news-left {
	float:left;
	margin:15px 0 0 0;
	width:113px;
	height:100%;
}
#left-news p {
	margin:15px 0 0 18px;
	color:#5a5a5a;
	width:236px;
	font-size:12px;
}
#news-left img {
	margin:30px 0 0 18px;
	border:0;
}
#news-right {
	float:right;
	margin:15px 0 0 0;
	height:100%;
	width:159px;	
	font:12px/16px Verdana, "Arial Unicode MS", Helvetica, "Trebuchet MS";
}
#left-news h3 {
	margin:5px 0 0 18px;
	font-weight:bold;
	color:#5a5a5a;
	font-size:10px;
	width:140px;
}
#left-news a {
	display:block;
	width:50px;
	float:right;
	text-decoration:underline;
	color:#5a5a5a;
	background:#dadada url('../images/more_bg.gif') no-repeat 0 0;
	font-size:12px;
}

/*LEFT---footer*/
#left-footer {
	margin:0 50px 10px 23px;
	height:50px;
	text-align: right;
}
#left-footer p {
	margin:15px 0 0 0;
	font-size:12px;
}
#left-footer p a {
	color:#5a5a5a;
	text-decoration:none;
}
#left-footer p a:hover {
	text-decoration:underline;
}


/*RIGHT*/
#content-right {
	float:right;
	height:534px;
	width:480px;
	background-color:#000;
	overflow:hidden;
}
#content-right img {
	border:0;
	margin:0;
}

/*FOOTER*/
#footer {
	margin:0;
	width:823px;
	height:34px;
	background-color:#000;
	font-size:12px;
	clear:both;
}
#footer p {
	margin:5px 8px 0 8px;
	color:#464646;
}
#footer a {
	color:#464646;
	text-decoration:none;
}

#footer a:hover {
	color:#666;
}
#footer-left {
	float:left;
	width:400px;
}
#footer-right {
	float:right;
	width:400px;
	text-align:right;
}

#footer-right p b{
	font:bold 12px;
	color:#fff;
}


#squares{
margin:20px 0 0 22px;
}
