/* 
Ramco Stylesheet
copyright 2006. all rights reserved
------------------------------------------------------------------------*/
/*import advanced css
v4 browsers can't understand this command
so only displays a very basic site
--------------------*/
@import "adv.css";

/*body declarations
-------------------*/
body,html {
	font-family: arial,tahoma,verdana,sans-serif;
}

/*images
--------*/
img{
	border: 0px;
	display: block;
}

/*print styles - remove all navigation
add more styles to display for print
------------------------------------*/
@media print{
body {background: white;font-size: 12pt;}
#nav,#contact {display: none;}
#header{margin:0;padding:0;}
#header img{padding:0;background: #fff;border: 0;float:right;display:inline;}
#footer{clear:both;margin:0;padding:0;}
}
