/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

body {
  font-family: Georgia,Times,"Times New Roman",serif;
  font-size: .9em;
  width:1024px;
}

/* The pane holding the image */
.pane>*  {
  float:left;
}
.pane>table {
  margin:1em;
}
.pane>table td {
  text-align: right;
  padding-right: .5em;
}
pre.code {
  margin:0;
  background-color: #eee;
  border:1px dashed #ccc;
}
#social-profile-wrapper {
  float: right;
  margin-top: -24px;
}


.social-profile .facebook a .icon {
  background-position: 0 0;
}
.social-profile .icon {
  margin: 0 auto;
}
.icon.normal {
  width: 24px;
  height: 24px;
}

.icon {
  background-image: url(http://raigadtimes.co.in/images/icon.png);
  background-repeat: no-repeat;
  display: block;
}
/* Override some jrac css */
.jrac_viewport {
  width:1024px;height:1630px;}
.LeftImg
{
    float:left;
    width:150px;
}