/* FlyingSnail CSS Document *//*  CONTENT  */html {   padding:0px;  margin:0px;}body {  background-image: url(images/snailsplash.jpg);  font-size: 12px;  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;  background-color:inherit;  color:#564b47;    padding:0px;  margin:0px;}a {   color: #ff66cc;  font-size: 11px;  background-color:inherit;  text-decoration: none; }a:link {	background-color:inherit;	color: red;	font-weight: bold;	text-decoration: none;}a:visited {	background-color:inherit;	color: #9900ff;	font-weight: bold;	text-decoration: none;}a:hover, a:active {	background-color:inherit;	color: #54bc00;	font-weight: bold;	text-decoration: none;}p, h2, pre {margin: 0px; padding: 5px 20px 5px 20px; }/*pre { background-color:inherit;color: #564b47;font-size: 11px;font-family: Courier, Monaco, Monospace;}.alignright {margin-top: 0; text-align: right;font-size: 10px;}*/h2 {font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;font-size:12px;padding-top:10px;text-transform:uppercase;color: #f7b50c;background-color: inherit;}h1 {font-size: 11px;text-transform:uppercase;/* text-align: center; */background-image: url(images/snailbowstrip.jpg);padding:5px 15px;margin:0px;}#img h1 { background: transparent url(flysnailsmall.jpg) repeat-x top; height: 52px;}strong { font-size: 13px;}/*  LEFT MENU  */#left {	position: absolute;	left: 0px;	width: 130px;	color: #564b47;	background-color:inherit;	margin: 0px;	padding: 0px;}#content {  position: static;  margin: 0px 190px 0px 130px;  border-left: 2px solid #564b47;  border-right: 2px solid #564b47;  padding: 0px;  /* text-align: justify; */  color:#564b47;  background-color: inherit;  background-image: url(images/mainbackground.jpg);}/* RIGHT MENU  */#right {	position: absolute;	right: 0px;	width: 190px;	color: #564b47;	background-color: inherit;	margin: 0px;	padding: 0px;}/* RIGHT BLANK BOX */#rightbox {	width: 184px;	padding: 0px;	border: 4px solid #cccccc;	background: #ffffff;}/* CENTER BLANK BOX */#centerbox {	width: 500px;	padding: 0px;	border: 4px solid #cccccc;	background: #ffffff;}/* LEFT BLANK BOX */#leftbox {	width: 122px;	padding: 0px;	border: 4px solid #cccccc;	background: #ffffff;}
