body{
   background-image: url("backgrou.jpg");
   margin-top: 15px;
   margin-bottom: 15px;
   margin-left: 0px;
   margin-right: 0px;
}
.logo_font a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #656565;
	text-shadow:  0 1px 0 #fff;
	text-decoration: none;
}
.logo_font a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 36px;
  	color: #3582e9;
        text-shadow:  0 1px 0 #fff;
	text-decoration:underline;
}
.slogan_font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #818181;
        text-shadow:  0 1px 0 #fff;
}
.menu_button a{
        display: block;
	background-image: url(button_menu.png);
	background-repeat:no-repeat;
        padding-top:9px;
        padding-bottom:11px;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	font-family: tahoma, arial, sans-serif;
	color:#646464;
     	text-shadow:  0 1px 0 #fff;
    	-moz-text-shadow: 0 1px 0 #fff;
}
.menu_button a:hover{
        display: block;
        background-image: url(button_menu_hover.png);
	background-repeat:no-repeat;
        font-size: 12px;
	font-weight:bold;
        font-family: tahoma, arial, sans-serif;
        color:#3582e9;
        text-shadow:  0 1px 0 #fff;
        -moz-text-shadow: 0 1px 0 #fff;
}
#container {
	width:920px;
}
#example {
	width:920px;
	height:300px;
	position:relative;
}
#slides {
	position:relative;
	top:15px;
	float:left;
}
.slides_container {
	width:920px;
}
.slides_container a {
	width:920px;
	height:300px;
	display:block;
}
#slides .next,#slides .prev {
	position:absolute;
	top:127px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
}

#slides .next {
	left:920px;
}


.category_font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color: #333;
        text-shadow:  0 1px 0 #fff;
}
.category_link a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
        text-shadow:  0 1px 0 #fff;
	text-decoration:none;
}
.category_link a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3582e9;
        text-shadow:  0 1px 0 #fff;
	text-decoration:underline;
}
.content_description {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #3582e9;
        text-shadow:  0 1px 0 #fff;
}
.content_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
        text-shadow:  0 1px 0 #fff;
}
.content_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
        text-shadow:  0 1px 0 #fff;
}