@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	background-color: #FEFEFE;
	background-image: url('/images/bg.png');
    background-position: 0px 29px;
	background-repeat:  repeat-x
	}
                               b{COLOR: #A7A6A6;}
                               i{COLOR: #979F0A}
                               u{COLOR: #DAC2C3;}

#full {
	width: 1100px;
	position:absolute;
	left: 32px;
	top: 14px;
}


#header {
	height: 510px;
	background-color: #FFFFFF;
}
#wrap {
	width: 1100;
	background-color: #FEFEFE;
}



#content {
	float: right;
	width: 681px;
	background-color: FEFEFE;
	

}

#sidebar {
	float: left;
	width: 311px;
	}

	
.sidebar-body{
width:311px;
background:url('/images/sb_content2.png') repeat-y;
}
.sidebar-text{
color: #FFFFFF;
padding: 16px;
padding-right:-16px;
margin-top: -6px;
img: border: none
}

	
#footer {
	clear: both;
	height: 10px;
}

                               
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #979F0A;
}
a:active {
	text-decoration: none;
	color: #979F0A;
}

a img {
border:1px solid #FFFFFF;
	padding:2px;
	-moz-border-radius:6px;
	background:#FFFFFF;
        filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity:0.85;
}

a:hover img {
-moz-border-radius:6px;
	border:1px solid #FFFFFF;
        filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;

}




h2
{
padding: 2px;
padding-top:50px;
padding-right:40px;
font-family: Trebuchet MS;
font-size: 12px;	

letter-spacing: 3px; 
text-transform: uppercase;
  
text-align: right;
color: #6E6E6E;   

background-color: transparent;
background-image:url('/images/newstitle.png');
height:46px;
background-repeat:repeat-x;

}



h3
{

font-family: Tahoma;
font-size: 9px;
color: #6E6E6E;
background: #F1F389;
padding: 1px;
text-transform: uppercase;
margin-top: 1px;
margin-bottom: 3px;
letter-spacing: 1px;
text-align: right;

}



blockquote {
	-webkit-border-radius: 3px; 
	border-radius: 3px;
	border: 1px solid #FFFFFF;
	-moz-border-radius:  6px;
	background-color: #F1F389;
	padding: 3px;
	margin-left: 15px;
	vertical-align: top;
	text-align: justify;

}



                               
                               