body    {
    background: url(../images/bodybgindex.gif);
    background-repeat: repeat-x;
}

#index_left {
    width: 520px;
    float:left;
    padding: 0 5px 0 0;
}

#index_left h1 {
	margin: 3px 0 15px 0;	
}

#index_left .image {
    width: 120px;
    float:left;
    margin: 0 20px 20px 0;
}

#index_left img {
    padding: 10px;
	border: 1px #CCC solid;
	margin: 0 0 15px 0;
}

#index_left #itemlist {
	line-height: 120%;
}

#index_left #itemlist h1 {
    font-size: 16px;
    font-weight: bolder;
    letter-spacing: -0.05em;
    margin: 0 0 5px 0;
}


#index_left #itemlist h2{
    font-size: 12px;
    margin: 0 0 5px 0;
    color: #0066CC;
    font-family: arial, tahoma;
    font-weight: bold;
}

#index_left #itemlist span {
    color: #CC0000;
}

#index_left h2 a{
    color: #0066CC;
}


#index_left a{
    text-decoration: none;
}


#index_right {
    width: 265px;
    float:right;
    padding: 0 0 0 15px;
    border-left: 1px #CCC solid;
}


#index_right #tags{
	margin: 15px 0 0 0;
	line-height: 200%;    
	text-align: justify;
}

#index_right #tags a{
	color: #A66F00;
}


#index_right #more {
	text-align: right;

}

#index_right #more a{
	color: #333;
}

#index_right .ue{
	margin: 25px 0 0 0;
	line-height: 120%;
}

#index_right .ue img{
	margin: 5px 0 0 0;	
}



