﻿

#main_div
{ 
	top:0;
	width:900px; /*background-color:Aqua;*/
}


.backGround
{
    clear:both; /*background-color:Blue;*/
}


.space
{
    float:left; /*background-color:Red;*/
}

#div_goHome
{
    margin-left:38px;
}
.box
{
    float:left; width:250px; height:300px; position:relative; background-color:white;
    background: url('../Images/blogerBox.jpg');
    background-repeat:no-repeat;
}

.blog_title
{
    position:absolute; width:230px; left:10px; top:15px; font-size:20px; font-weight:bold; color:#071A3C;
    text-align:center; direction:rtl; /*background-color:Fuchsia;*/
}

.picture
{
   position:absolute; width:100px; height:100px; left:140px; top:56px; /*background-color:Green;*/
   
}

.text1
{
   position:absolute; width:115px; height:100px; left:10px; top:56px;  text-align:right; direction:rtl; font-size:14px; line-height:18px; /*background-color:gray;*/
}

.text2
{
   position:absolute; width:230px; height:90px; left:10px; top:167px; text-align:right; direction:rtl; font-size:14px; line-height:18px; /*background-color:gray;*/
}

.text3
{
   position:absolute; width:230px; height:90px; left:10px; top:56px; text-align:right; direction:rtl; font-size:14px; line-height:18px; /*background-color:gray;*/
}

.goToBlog
{
   position:absolute; width:230px; height:30px; left:10px; top:265px; text-align:center; direction:rtl; font-size:18px;
   color:Blue; text-decoration:underline; /*background-color:Lime;*/
}

.goToBlog a:link
{
  color:Blue;
}

.goToBlog a:visited
{
  color:Blue;
}