/***** 1. RESET ******/
@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

hr{
	width:100px; 
	text-align:center;
	margin:0 auto;
	/*color:#ececec;*/
}
/***** 2. GENERAL STYLES ******/

body {font : normal 12px/1.2em Tahoma, Arial, Helvetica, sans-serif;color : #000000;margin : 0;padding : 0;background:#FFFFFF;}
p { margin : 0;padding : 0;}
a:visited, a:link {color : #000000;text-decoration : underline;background:none;}
a:hover {color : #ab302b;text-decoration : none;background:none;}
h1 { color : #ab302b;margin: 0px 0px 10px 0px;padding-bottom : 5px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h2 {color : #ab302b;margin : 20px 0 10px;padding-bottom : 5px;font : normal 17px Georgia, serif;border-bottom : 1px solid #efece7;}
h3 {color : #9d9d9d;margin : 10px 0;padding-bottom : 5px;font : bold 14px Arial, Helvetica, sans-serif;border-bottom : 1px solid #efece7;}
h4 {color : #9d9d9d;margin : 10px 0;padding-bottom : 5px;font : bold 14px Arial, Helvetica, sans-serif;}
ul {padding:0;margin:0 0 0 17px;list-style: square url(../images/bullet.gif);}

ul.content li {width: 600px; padding: 15px 15px 15px 0px;  border-bottom : 1px solid #ab302b;}
ul.content p {padding-top: 5px;}

ul.linkcontent {padding:0;margin:0 0 0 17px;list-style: square url(../images/bullet.gif);border: 0px;}
ul.linkcontent li {width: 580px; margin: 15px 15px 15px 30px; }
ul.linkcontent p {padding-top: 5px;}

.box {background : #f7f7f7;border : 1px solid #f0e9eb;padding : 15px;}

br.Clearline, 
div.Clearline {
	font-size: 0px;
	line-height: 0px;
	display: block;
	clear: both;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 0px;
}
/*** Layout ****/
#wrapper {margin : 0 auto;width : 972px; background : url(../images/bg.gif) repeat-y}


#top_menu {margin : 0 1px; background: #ffffff ;}

#top_menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	width:970px;
	margin:0 auto;
	overflow:auto;
	padding:10px 0 0 10px;
}
#top_menu ul li {	
	float:left;
	padding:2px 5px 13px 5px;
}
#top_menu a {
	color:#000000;
	display:block;
	float:left;
	border-right: 1px solid #c9c9c9;
	text-align:center;
	text-decoration:none;
	padding:5px;
	padding-right: 10px;
}
#top_menu a:hover {
	text-decoration:underline;
	color : #ab302b;
	padding:5px;
	padding-right: 10px;	
}

#top_menu .current{
	padding:5px;
	color:#ab302b;!important
	padding-right: 10px;		
}

#top_menu .last{
	border-right: 0;		
}
/* end top menu */


#header {margin : 0;}

#logo {
	float: left;
	width: 250px;
	border-right: 1px solid #fff;
}
#chessflash {
	float: left;
	width: 500px;
	background: #000;
}

#logo_right {
	float: left;
	width:219px;
	border-left: 1px solid #fff;
	background: url(../images/logo_right.gif);
}


#main-content {margin : 0 auto;min-height:600px;height:600px;height:auto !important;}


#left-column {width : 200px;padding : 20px 20px 0 30px;float : left;}

#right-column {width : 700px;float : right; padding-top: 20px; padding-left: 20px;}
#right-column h1 {background:url(../images/bg_h1.gif) no-repeat; padding-left: 35px; height: 30px; padding-top: 10px; width : 620px;}
#right-column h2 {background:url(../images/bg_h2.gif) no-repeat; padding-left: 35px; height: 30px; padding-top: 10px; width : 620px;}
#right-column h3 {background:url(../images/bg_h3.gif) no-repeat; padding-left: 35px; height: 30px; padding-top: 10px; width : 620px;}

#footer_address {background : #c9c9c9;border-top : 1px solid #ffffff; padding : 5px;clear : both; text-align: center;}
#footer {background : #ffffff; padding : 10px;clear : both; text-align: right;}

.page-news p{ padding-left: 5px; }
.article_wrapper { padding-left: 5px; padding-right: 55px;}


.img6 { padding: 2px; border: 2px solid #666; margin: 4px; }