/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: .70em;
 line-height: 15px;
 background: url(graphics/bak-main.jpg);
 }
#wrapper { 
 margin: 0 auto;
 width: 772px;
}
#faux {
 background: url(graphics/bak-column.gif);
 margin-bottom: 0px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 772px;
 padding: 0px;
 height: 276px;
 margin: 30px 0px 0px 0px;
 background: #ABBEBE;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 8px;
 float: left;
}
#content { 
 float: left;
 color: #FFFFFF;
 margin: 0px;
 padding: 10px;
 width: 736px;
 height: 602px;  /* To adjust pg height of content area - also adjust "box-right" height */
 display: inline;
 position: relative;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 margin: 10px;
 padding: 0px;
 width: 8px;
 float: right;
}
#box-left {
	width: 350px;
	height: 370px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
	left: 20px;
	top: -10px;
}
#box-right {
	width: 340px;
	height: 600px; /* To adjust height of events section of page */
	border: 0px /* solid #ccc*/;
	padding: 0px;
	margin: 0px;
	position: absolute;
	right: 15px;
	top: -10px;
}
#footer { 
 width: 772px;
 height:6px;
 background: #000000;
 padding: 0px;
 margin: 0px;
}
#copyright { 
 width: 772px;
 height: 20px;
 text-align: center;
 color: #333;
 margin: 0px;
 padding: 10px 0px 0px 0px;
}
#send-inquiries { 
 color: #FFFFFF;
 margin: 0px;
 line-height: 8px;
 padding: 0px 0px 0px 0px;
}
p + p { margin-top: 0.65em; } 

img.img-center {
  display: block;
  margin-top: 5px;
  margin-left: 30px;
  margin-right: auto;  
  border: 0;
}
.spintta-link {
	color:#bb4422;
	text-decoration:none;
}
a:hover.spintta-link {
	color:#000000;
	text-decoration:none;
	font-weight: bold;
}
.clear { clear: both; background: none; }