/* Sets Default Font Style and Background Color */
html,body{
    margin:0;
    padding:0;
    height:100%;
    border:none; 
	font-family: arial, verdana, sans-serif;
  	font-size: 12px;
   }
#border_lines_top {
background:url(images/lines_top.gif) top repeat-x;
}
#border_lines_bottom {
background:url(images/lines_bottom.gif) top repeat-x;
}
#border_lines_right {
background:url(images/lines_right.gif) top repeat-y;
}
#border_lines_left {
background:url(images/lines_left.gif) top repeat-y;
}
#content_area {
background:url(images/background_texture.gif) top repeat;

}



