/*
RoundedCorner website theme by Abdussamad Abdurrazzaq

http://abdussamad.com
http://websitetheme.com

 */
 body
{
padding:.5em 1em;

margin:0px;
font-family: Arial, sans-serif;
font-size:11pt;
background-color:#f5f5f5;
}

#content_right_only_position
{
position:relative;
float:center;
width:73%;

background-color:transparent;
}

#content_left_only_position
{
position:relative;
float:center;
width:73%;

}

#content_middle_position
{
position:relative;
float:center;
width:46%;

}

#content_tc{
background-image:url("./img/content_tc.gif");
background-position:top center;
background-repeat:repeat-x;position:relative;

}
#content_rc
{
background-image:url("./img/content_rc.gif");
background-position:right;
background-repeat:repeat-y;position:relative;
}


#content_lc
{
background-image:url("./img/content_lc.gif");
background-position:left;
background-repeat:repeat-y;
margin:0px;
background-color:white;
color:black;position:relative;

}

#content_bc
{
background-image:url("./img/content_bc.gif");
background-position:bottom center;
background-repeat:repeat-x;position:relative;
}
#content_tl
{
background-image:url("./img/content_tl.gif");
background-position:top left;
background-repeat:no-repeat;position:relative;
}
#content_tr
{
background-image:url("./img/content_tr.gif");
background-position:top right;
background-repeat:no-repeat;
position:relative;
}
#content_bl
{
background-image:url("./img/content_bl.gif");
background-position:bottom left;
background-repeat:no-repeat;position:relative;
}
#content_br
{
background-image:url("./img/content_br.gif");
background-position:bottom right;
background-repeat:no-repeat;position:relative;
}


#content_inside{
position:relative;
padding:25px;
}
#content_inside img{position:relative;}


{

float:center;
width:26%;

}


{
	clear:both;

}
