/* $Id: default.css 27 2005-11-28 02:44:33Z timw $ */
body {
	background-color:											#222222;
	background-image:                  	  url('bg_page.jpg');
	background-repeat:										no-repeat;
	background-attachment:						    fixed;
	background-position:                  bottom left;
	
	font:	                            		10x bold Verdana, Arial, Helvetica, sans-serif;
}	
a {
  display:                              block;
}
#maintable {
  height:                               600px;
  width:                                900px;
  
  background-color:                     #FFFFEE;
}
#content {
  background-color:                     #FFCC66;
	background-image:                  	  url('content_r2_c4.gif');
	background-repeat:										no-repeat;
	background-attachment:						    scroll;
}
#content img {
  border:                               solid 2px #FFCC66;
}
#content img.map {
  border:                               solid 0px #FFCC66;
}
#menu {
  background-color:                     #FFFFEE;
	background-image:                  	  url('content_r3_c2.gif');
	background-repeat:										no-repeat;
	background-attachment:						    scroll;
}
#menu DIV.menu {
  height:                               395px;
  overflow:                             auto;
  width:                                200px;
}
#scroll {
  height:                               528px;
  overflow:                             auto;
  width:                                624px;
}
#copyright {
 
  color:                                #FFFFFF;
  font:	                            		9px Verdana, Arial, Helvetica, sans-serif;
  text-align:                           center;
}
#copyright A {
  display:                              inline;
  
  color:                                #FFFF99;
  text-decoration:                      none;
}
#copyright A:hover {
  
  text-decoration:                      underline;
}