@charset "UTF-8";
/* CSS Document */

#content_index{
    font-family:arial,verdana;
    letter-spacing:0.5px;
	line-height:20px;	
	margin:auto;text-align:center
}
#inside_content{
    text-align:left;
	margin:auto;width:800px;
}
#exhibition_title{
    font-size:25px;
	color:#800000;
	text-transform:uppercase;   
}
#subheading{
    font-size:18px;
	color:#000000;
}
.grey{
    color:#808080;       
 }
 
.link_exhib{
    color:#808080;  
} 
.link_exhib:hover{
    color:#800000; 
	text-decoration:underline; 
} 
.link_img{
    text-decoration:none;
	border:0px solid #808080;
}
img{
    border:0px;
}
strong{
    color:#800000;
}
.text_exhib{
    margin:5px;
	text-align:justify;
}
.left{
    margin:15px;
    float:left;
}
.right{
    margin:15px; 
    float:right;
}
.img_exhib{
	width:300px;
}
.img_exhib_down{
	height:150px;
	margin:5px;
}
.both_1{
    clear:both;
	line-height:1px;
}
.size10{
    text-align:center; 
    width:230px; 
    font-size:12px;
	text-transform:capitalize;
}
.font{
    font-size:12px;
	text-transform:capitalize;
}
.alignCenter{
    text-align:center;
}
.width330{
    width:330px;
}

.noBorder{
    border:0px;
}


