﻿/* 
CSS Document 
Advocacy Centre of Human Rights (www.advocacy.kg)
Designed By IT specialists
advocacy.kg@gmail.com
*/
body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}

/*HEADER*/
#header{
	width: 800px;
	position:relative; 
	height: 162px;
	background-image:url(header.jpg);
	background-repeat:no-repeat;
}
/*COMPANY NAME IN HEADER*/
#companyname {
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	margin-top:auto;
	margin-left:40px;
	left: -20px;
	top: 8px;
	width: 761px;
	height: 115px;
}	
/*MENU IN HEADER*/
#menu{
	position:absolute;
	bottom: 1px;
	right: 30px;
	font-family: "Arial Black";
	font-size: 10px;
	font-weight: bold;
	width: 556px;
	font-variant: normal;
}
#menu a{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	text-decoration:none;
}
#menu a:hover{
	text-decoration:underline;
}

/*LEFT PANEL (News, Links, etc.)*/
#leftpanel{
	float:left;
	width:200px;
}

/*CONTENT*/
#content{
	width: 780px;
}
#contenttext{
	float:right;
	width: 600px;
}

/*FOOTER*/
.footer{
	width: 778px;
	height: 32px;
	background-image:url('file:///C:/Documents%20and%20Settings/1a/Рабочий%20стол/bg_footer.gif');
	background-repeat:no-repeat;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}
/*FOOTER LINKS*/
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
/*FOOTER*/
.footer{
	width: auto;
	height: 32px;
	background-repeat:no-repeat;
	clear:both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color:#FFFFFF;
}
/*TABLE*/
.table_top{
	width: 204px; 
	height: 27px;
	background-image:url('file:///C:/Documents%20and%20Settings/1a/Рабочий%20стол/table_top.jpg');
	background-repeat:no-repeat;
}
.table_content{
	width: 204px;
	background-image:url('file:///C:/Documents%20and%20Settings/1a/Рабочий%20стол/table_content.jpg');
	background-repeat:repeat-y;
}
.table_text{
	margin-left:15px;
	margin-right:15px;
	text-align:justify;
}
.table_bottom{
	width: 204px; height: 23px;
}

/*TEXT STYLES*/
.news_date {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0099CC;
}
.body_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news_more {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF9900;
	font-weight: bold;
}
.news_text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.subtitle_gray {	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	font-size: 14px;
	color: #CCCCCC;
}
.title_blue {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 26px; color: #7DA5E0; }
.title_panel {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

