/* CSS RESET */
html{color:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}

body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*general*/
body {background:transparent url(images/bg.jpg)  center; position:relative }
#wrapper {background:url(images/bg2e.png) repeat-y center top;  margin:0 auto; width:922px }
#container { margin:0 auto;  width:800px; position: relative; font-family:Georgia, "Times New Roman", Times, serif; }



/* ie png fix */
img, div, h2  { behavior: url(iefix/iepngfix.htc) }

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

  .clearfix {
    zoom: 1;   
    }  
	

.fl{ float:left}
.fr{ float:right}	





/* BASE */
h1 {
	font-size:138.5%;
}
h2 {
	font-size:123.1%;
}
h3 {
	font-size:108%;
}
h1, h2, h3 {
	margin:1em 0;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:700;
}
abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}
em {
	font-style:italic;
}
blockquote, ul, ol, dl {
	margin:1em;
}
ol, ul, dl {
	margin-left:2em;
}
ol li {
	list-style:decimal outside;
}
ul li {
	list-style:disc outside;
}
dl dd {
	margin-left:1em;
}
th, td {
	border:1px solid #000;
	padding:.5em;
}
th {
	font-weight:bold;
	text-align:center;
}
caption {
	margin-bottom:.5em;
	text-align:center;
}
p, fieldset, table, pre {
	margin-bottom:1em;
}
input[type=text], input[type=password], textarea {
	width:12.25em;
*width:11.9em;
}


/*header*/

#nav { height:80px; background:transparent url(images/top.jpg) no-repeat left bottom}
#nav ul  {   margin:0; height: 27px; position: absolute; right:10px; top:50px;   }
#nav ul li {list-style:none; float:left;    padding:0 20px  }

/*main*/
#content{  margin:0 auto;  }

#font-page .articles {float:left; margin-left:18px; display:inline}
#font-page .articles h2 {width:240px; background: transparent url(images/ct.png);  border:1px solid #000; padding:10px 0 ; text-align:center }
#font-page .post {width:240px; background:url(images/ct.png);  text-align:center; border:1px solid #000; padding:10px 0 ;  }
#font-page .post img { padding-bottom:10px;}


#other-page .articles {float:left; margin-left:18px; display:inline}
#other-page .articles h2 {width:750px; background:url(images/ct.png);  border:1px solid #000; padding:10px 0 10px 10px; text-align:left }
#other-page .post {width:760px; background:url(images/ct.png);  text-align:center; border:1px solid #000;  }
#other-page .post img { padding-bottom:10px}
#other-page .post p{padding:10px;text-align:left }

#flash { background:#141414; padding-bottom: 30px; width: 799px;margin:0 auto; margin-left: -2px; }


/*footer*/
#footer { background:url(images/bt2.png) no-repeat top; margin:0; height:80px; color:#333333 ;text-align:center;padding-bottom: 85px; width:922px; margin:0 auto;   }
#footer  div{ position: relative; top:50px ; text-align: left; width:800px; margin:0 auto  }
#ft_link   a { padding:0 20px}



/* links */
a { text-decoration:none;  font-weight:700; color:#fff ;}
a:hover	{ color:#6699FF}
/*menu*/
#nav ul li a		{ color:#fff ; font-size:14px}
#nav ul li a:hover	{ color:#6699FF}

/*footer*/
#ft_link 	{ color:#3b3939}
#ft_link a	{color:#3b3939}
#ft_link a:hover	{ color:#6699FF}

#other-page .post 	{font-size:16px;}


