@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 12px;
	color: #5C5B5B;
	background-color: #F3C6B0;
    background-position: 0px 29px;
	background-repeat:  repeat-x
	}
                               b{COLOR: #D47273;}
                               i{COLOR: #3EB5D5}
                               u{COLOR: #ABA7ED;}

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


#header {
	height: 475px;
	background-color: #F3C6B0;
}
#wrap {
	width: 800;
	background-color: #F3C6B0;
}



#content {
	float: left;
	width: 790px;
	background-color: F3C6B0;
	

}

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

                               
a:link {
	color: #E08E46;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E08E46;
}
a:hover {
	text-decoration: underline;
	color: #E6A061;
}
a:active {
	text-decoration: none;
	color: #E6A061;
}

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-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:96px;
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;

}



                               
                               
