/*    Reset    */
/* ================================================================== */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {margin: 0; padding: 0; border: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
table, td, th {vertical-align: middle;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/*    General */
/* ================================================================== */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	background: #CCC url('/images/main_bg.jpg');
	color: #ccc;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 100%; 
	color: #797979;
	font: normal 14px sans-serif;
	line-height: 1.5;
}


/* ================================================================== */
/* ================================================================== */

.bfont {
	font-size: 18px;  
	text-decoration: none;
}

.sfont {
	font-size: 10px;
	text-decoration: none;
}

.ffont {
	font-size: 14px;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #352929;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 1.5em;
}

ul, ol {
	margin-left: 3em;
}

a {
	color: #525252;
}

a:hover {
	color: #efefef;
text-decoration:none;
background:#666;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

#wrap {
	width: 860px;
	background: #f4f4f4 url('/images/wrap_bg.jpg');
	margin: 0px auto;
	padding: 0 20px;
	border-left:2px solid #F0f0f0;
	border-right:2px solid #F0f0f0;
	background: #F4f4f4 url(/images/image0.jpg) repeat-y 0 0;
/*	background: url(/images/image0.gif) repeat-y top center; */
}

#contaner {
	width: 840px;
	margin: 0 auto;
	padding:0;
}


#sidebar {
	float: left;
	width: 310px;
	padding-top: 25px;
	border:1px #eee solid;
}

#sidebar .tags a {
color:#311;
padding:2px 5px;
}

#sidebar .tags a:hover {
color:#efefef;
background:#666;
}


#contents {
	float: right;
	width: 510px;
	background: url(/images/image04.jpg) no-repeat top;
}

#contents p {
text-align: justify;
}

#contents p.article_img {float:left;}
#contents p.article_img img {margin: 7px 10px 0 0; padding:0; border:none; float:left;}

#site-logo {
	width: 330px;
	height: 40px;
	padding-top: 0;
	padding-left: 20px;
	color: #9D9D9D;
}

#site-logo h2 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#site-logo h2 a {
	text-decoration: none;
	color: #9D9D9D;
}

#navigation {
	width: 310px;
	margin: 0px;
	padding: 0px;
	background: url(/images/image05.gif) repeat-x left bottom;
}

#navigation ul {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	list-style: none;
}

#navigation li {
	padding: 10px 0px;
	background: url(/images/image05.gif) repeat-x left top;
}

#navigation li:hover {
	background: #ccc;
}

#navigation .first {
	background: none;
}

#navigation a {
	background: url(/images/image06.gif) no-repeat left 6px;
	margin-left: 20px;
	padding-left: 15px;
	text-decoration: none;
	color: #525252;
display:block;
}

#navigation a:hover {
	background: url(/images/image07.gif) no-repeat left 6px;
	color: #9F6840;
}

#navigation .active {
	background: url(/images/image07.gif) no-repeat left 6px;
	color: #9F6840;
}

#page-content {
	background: url(/images/image05.gif) repeat-x left top;
}

#latest-news {
	width: 280px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(/images/image05.gif) repeat-x left top;
}

#latest-news p {
	margin: 0px;
	padding: 0px;
}

#latest-news .date {
	width: 80px;
	margin: 20px 0px 4px 0px;
	padding: 2px 7px;
	background: #333333;
	font-weight: bold;
	color: #FFFFFF;
}

.content {
	line-height: 22px;
	padding: 20px 5px;
}

.content h2 {
	font-weight: normal;
}



input {
border: 1px solid #DEE4DA;
color: #323232;
font-size: 12px;
line-height: 16px;
padding: 4px;
}

input:focus { 
border: 1px solid #cc9900;
color: #000000;  
}

#footer {
	background: #EAEAEA url(/images/image02.jpg) repeat-x left top;
	color: #979797;
}

#footer p {
	margin: 0px;
	padding: 0px;
	padding: 30px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #727272;
text-decoration:none;
}

#footer a:hover {
	color: #efefef;
}
