body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

#wrap {
	min-width: 900px;
	margin: 0 auto;
	padding: 0 0 0 28px;
	text-align: left;
    background: #FFFFFF url(images/left-border.gif)  repeat-y left top;
}

#wrap-right {
	min-width: 900px;
	padding: 0 28px 0 0;
    background: #FFFFFF url(images/right-border.gif)  repeat-y right top;
}

/* Page */

#page {
	margin: 0 auto;
	border-top: 1px solid #F5BE16;
}

h1, h2, h3 {
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #006EA6;
}

h1 {
	letter-spacing: -1px;
	font-size: 30px;
}

h2 {
	font-size: 26px;
}

ul, ol {
	margin: 0 0 2em 0;
	line-height: 22px;
}

a:link {
	color: #F72C15;
}

a:hover, a:active {
	text-decoration: none;
	color: #FF6600;
}

a:visited {
	color: #FF6600;
}

/* Header */

#header {
	min-width: 900px;
	height: 140px;	
    background: #FFFFFF url(images/logo_fon.gif)  repeat-x left top;
	text-align: left;
}

#logotip{
    background: #FFFFFF url(images/logo_01.gif)  no-repeat left top;
	height: 140px;
	width: 300px;
	text-align: left;
}

#header h1 {
	padding: 10px 0 0 10px;
}

#header h2 {
	padding: 20px 0 0 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #3D3D3D;
}




/* Content */

#content {
	padding-left: 10px;
}

/* Post */

#content h1 {
	letter-spacing: -1px;
	font-size: 20px;
	color: #8BCB2F;
}
#content span{
float: right;
}

#content img{
padding: 2px;
}

#content td{
	border: 1px solid #F5BE16;
}
/*  */
#thumbs{
   float: left;
}

#thumb_content{
  width: 180px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: left;
}

/* Sidebar */

#sidebar {
	width: 250px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}

#sidebar li {
	border-bottom: 1px solid #F5BE16;
}

#sidebar li a {
	margin: 0 0 0 5px;
	padding-left: 10px;
	background: url(images/dot.gif) no-repeat left 50%;}
	

#sidebar h2 {
    height: 25px;
	color: #0094E0;
    background: url(images/line_02.gif) no-repeat top;
	padding: 40px 0 0 50px;
	font-size: 19px;
    font-weight: normal;
}

#sidebar p {
	color: #0094E0;
	border-bottom: 1px solid #F5BE16;
}

#sidebar strong, #sidebar b {
	color: #8BCB2F;
}

#sidebar a {
	text-decoration: none;
	font-size: 16px;
}

/* search form */
form.search {
	top: 15px; right: 5px;
	padding: 0; margin: 0;
	border: none;
	background-color: transparent;
}
form.search input.textbox {
	margin: 0;
	width: 290px;
	border: 1px solid #F5BE16;
	background: #FFF;
	color: #333;
	vertical-align: top;
}
form.search input.button {
	width: 60px;
	vertical-align: top;
}

/* Boxes */
#navigation{
    height: 25px;
	border-top: 1px solid #F5BE16;
	border-bottom: 1px solid #F5BE16;
	text-align: center;
	font-size: 17px;
}
/* Footer */

#footer {
	text-align: center;
	margin: 0 auto;
	padding: 10px 0 0 0;
	color: #353535;
}



