@charset "iso-8859-5";

/* CSS Document */

*{

margin:0;

padding:0

}

img {border:0px}

html{

width:100%;

height:100%;

background-color:#f5f5f5;

background-image:url(images/bkg.png);

background-repeat:repeat;

margin:0px;

padding:0px;

}

body{

width:766px;

height:100%;

background-color:#000000;

margin:auto;

text-align:center

}

#header{

width:766px;

height:348px;

background-image:url(images/title_slogan.jpg);

background-repeat:no-repeat;

background-position:0 57px;

text-align:left;

}

.menu{

background-image:url(images/menu_bg.jpg);

background-position:top left;

background-repeat:repeat-x;

display:block;

width:728px;

list-style-type:none;

padding:0 0 0 38px;

}

.menu li{

display:inline

}

.smalltitle{

font-family:Trebuchet MS;

font-size:24px;

color:#f5f5f5;

text-indent: 1cm;

padding:0px 0 10px 0

}

.arrow{

padding:0 0 0 10px;

width:500px;

background-image:url(images/arrow.gif);

background-position:0px 4px;

background-repeat:no-repeat

}

#content{

padding:10px 0 0 0px;

margin:20px 0 0px 0;

text-align:left;

font-family:Helvetica;

font-size:14px;

color:#f5f5f5;

height:260px;

}

.readmore{

text-align:right;

margin:16px 10px 0 0 

}

.readmore a{

font-family:Helvetica;

font-size:14px;

color:#f5f5f5;

font-weight:bold;

text-decoration:none;

}

.item {

background-color:#000000;

text-indent: 1cm;

}

.footer {

	padding: 5px;

	background: #F5F5F5;

	color: #666;

}

.footer .left, .footer .right {padding: 0 12px;}

.footer .right, .footer .right a {color: #AAA;}

.footer .right a:hover {color: #444;}



.left {float: left;}

.center {float: center;}

.right {float: right;}

.clearer {clear: both;}
