body {
	margin: 0px;
	padding: 0px;
	background: #f7f6f6 url(../images/top_header/home.jpg) no-repeat scroll left top;
	font: 13px, Arial, Helvetica, sans-serif;
	color: #000;
	height:50%;

	
}



/* Wrapper*/

#wrapper {
/*border:1px solid green;*/
background-color: #f7f6f6;
	height: auto;
	width:820px;
	margin: 0 auto;
	padding: 0;
}



/* Content */

#content {

/*border: 1px solid red;*/
	margin:0;
	padding: 0;
	width: 750px;
	/*background: url(../images/bg_effect.gif) no-repeat scroll 50% top;	*/
	font-family: Helvetica, Arial, sans-serif;
	position:relative;
	
}




#content .title {
/*background-color: yellow;*/
font-weight:normal;
font-size: 1.7em;
width: 20em;
/*border-bottom:1px dotted #E1E1E1;*/
text-align: left;
margin: 0 0 0 20px;
padding: 0 0 0 0;
}




/***********content bottom************************/
#content_bottom {
/*border:1px solid purple;*/
width:820px;
height:300px;

}

#content_bottom .box {
float:left;
width:260px;
/*height:270px;*/
height:auto;
/*border:1px solid pink;*/
}

#content_bottom .box a {
text-decoration:none;
color:#a5a598;

}

#content_bottom .box a:hover {
color:#000;
text-decoration:underline;
}


#content_bottom .box p{
margin:0;
padding:0 8px 0 0;
}
#content_bottom #left {
height:300px;
overflow-y:scroll;
overflow-x:hidden;
background: transparent url(../images/line_bottom.gif) repeat-y scroll right top;
margin:0 15px 0 0;
padding:0;

}


#content_bottom #left h3 {
width:85%;
padding:0 0 10px 0;
background: transparent url(../images/line_bottom_hori.gif) repeat-x scroll left bottom;

}

#content_bottom #left .news {
background: transparent url(../images/line_bottom_hori.gif) repeat-x scroll left bottom;
margin:0 0 20px 0;
padding:0 0 20px 0;
width:85%;

}





#content_bottom #left p {
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#42423d;
line-height:1.3em;
margin:10px 0 10px 0;
line-height:1.4em;
font-size:0.89em;
}


#content_bottom #left span.date {
color:#FF9933;

}
#content_bottom #left h4 {
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
margin:10px 20px 0 0;
padding:0;
color:#42423d;
}

#content_bottom #left h4 span.head {
color:#000;
}



#content_bottom #middle {
background:transparent url(../images/line_bottom.gif) repeat-y scroll right top;
margin:0 15px 0 0;
padding:0;
}

#content_bottom #right {
background:none;
margin:0;
padding:0;
}

#content_bottom h3 {
color:#27221f;
letter-spacing:-1px;
font-size:1.7em;
margin:0 0 15px 0;
padding:0;
}

#content_bottom #middle p {
margin:10px 0 20px 0;
font-family:Arial, Helvetica, sans-serif;
letter-spacing:-0.1px;
font-size:1em;
color:#42423d;
line-height:1.3em;

}



#content_bottom #right p {
background: transparent url(../images/line_bottom_hori.gif) repeat-x scroll left bottom;
margin:10px 20px 20px 0;
padding:0 0 20px 0;
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
color:#42423d;
line-height:1.3em;
}

#content_bottom #right p.details {
background:none;

}


/*back to top********************************/


p#btt a, p#btt a:link {
border-bottom:1px dotted #d47c0b;
text-decoration:none;

font-size:0.9em;
color:#d47c0b;

}

p#btt a:visited {
border-bottom:1px dotted #81590a;
color:#81590a;

}


p#btt a:hover {
border-bottom:none;


}




/*fix ie transparent PNG**********/



img, #logo h1 {
behavior: url(../../v2.2/images/ie_png/iepngfix.htc);

}


/*filter for Safari*/
body:first-of-type #logo p { 
padding:2px 0 0 0;
}

#announce .article, #announce .link {

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.88em;

}






/*top image slider***********************/
#slider_container {
/*border:1px solid yellow;*/
margin:0 0 0 50px;
padding:0;
float:left;
/*
position:absolute;
top:0;
left:0;
*/
}

#slider {
    margin:0;
    border:5px solid #f7f6f6;
    background-color:#f7f6f6;
    width: 720px; /* important to be same as image width */
    height: 290px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#sliderContent {
    width: 720px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}

/*
#index_p .sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 374px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
*/

#slider_container .clear {
	clear: both;
}
#slider_container .sliderImage span strong {
    font-size: 14px;
}
#slider_container .top {
	top: 0;
	/*left: 10px;*/
}
#slider_container .bottom {
	bottom: 0;
    /*left: 10px;*/
}
#slider_container ul { list-style-type: none;}


