@import url('main-en.css');
/* UEDCO.net Powered By Webfocus.ir */
/* Flash Banner */
#flashBanner {
	width: 900px;
	height: 300px;
	margin:5px 0 0 0;
}

/* Page */
#page {
	width: 900px;
	margin: 5px 15px 0 15px;
	background: #F0EFEF;
	min-height:177px;
	height:auto !important;
	height:177px;
	
}

/* Cols */

 /* Side A */
#titleLeft_c_left{
    width:270px;
}

#titleLeft_c_middle{
    width:260px;
}
/* Side B */
#titleRight_c_left{
    margin:0 5px 0 0;
    width:625px;
}

#titleRight_c_middle{
    width:615px;
}

.contentBoxLeft    {
    float:left;
    background:url(images/content_corner_left.gif) top left no-repeat;
    height:142px; 
}
    
.contentBoxRight{
    background:url(images/content_corner_right.gif) top right no-repeat;
    height:142px; 
}

.contentBoxMiddle{
    margin:0 0 0 5px;
    background: url(images/content_middle.gif) top left repeat-x;
    height:142px;
    line-height:1.5em;
    /* Adjusts Content Text Position */
    padding-top:8px;
    color:#121212;
    font-size:13px;
}

.columneTitle{
	line-height:normal;
	/* Adjusts Title Text Position */
	margin-top:8px;
    margin-left: 5px;
	color:#595959;
	font-size:12px;
	font-weight:bold;
}

#columnA{
    background:url(images/titleLeft.gif);
    float:left;
    width:625px;
    height:30px;
    margin:0 5px 5px 0;
}

#columnB{
    background:url(images/titleRight.gif);
    width:270px;
    height:30px;
    float:right;
}

#content{
	padding-top:5px;
}

.newsTitle{
	padding:0 0 0 15px;
	font-weight:bold;
	color:#5561CA;
	background:url(images/arrow-en.gif) 0%  60% no-repeat;
    font-size: 11px;
}

.newsTitle a{
	color:#5561CA;
}

.newsTitle a:hover{
	color:#D80000;
}


