html , body {
margin:0px;
padding:0px;
height:100%;
font-family:tahoma;
font-size:11px;
width:100%;
	
}

.header {
background:url(images/headerbg.png);
height:12%;
border-bottom:4px solid #FC0;
}

.site {
background:url(images/body.png);	
height:88%;
}

.content {
margin-left:200px;
width:600px;
padding-top:10px;
color:black;
border:4px solid #E9E9E9;
float:left;
position:relative;

}

.content_right {
margin-left:20px;
float:left;
width:250px;
position:relative;
}

.headtxt {
color:#900;
font-size:12px;
font-weight:bold;
}

a {
color:red;	
}

a.link_R:link      {color: #fb3636; text-decoration: none;  font-size: 11px; font-family:tahoma;}
a.link_R:visited   {color: #fb3636; text-decoration: none;  font-size: 11px; font-family:tahoma;}
a.link_R:active    {color: #fb3636; text-decoration: none;  font-size: 11px; font-family:tahoma;}
a.link_R:hover     {color: #fb3636; text-decoration: underline;  font-size: 11px; font-family:tahoma;}

