/*--Box model courtesy of Owen Briggs http://www.thenoodleincident.com/--*/
body {
     /*background: #DCDCDC url(/images/WebBack-lite.gif) top center no-repeat; */
     background: #DCDCDC url(/images/bg.gif) repeat;
     background-attachment:fixed;
     font-family:Arial, Helvetica, sans-serif;
     /* color:#232323; */
		 /* margin: 0; */
}
tr {
     background: #C7C4B9;
		 vertical-align: top;
}
img {
	margin: 0px 0px 0px 0px;
	border: 0px solid #9B9786;
	padding: 0px;
	vertical-align: top;
}

#header   
		{
		width: 800px;
		margin: 0px 0px 0px 0px;
		border: 1px none #9B9786;
		padding: 0px;
		/*--height: 90px;--*/
		text-align: right;
		vertical-align: bottom;
		}
/*--Menu Navigation Box--*/
#menu     
		{
		margin: 0px;
		padding: 0px;
		border: 1px solid #fff;
		width: 600px; 
		text-align: left;
		}
/*--Rotating Banner Images--*/
#banner     
		{
		position: relative;
		margin: 0px;
		padding: 0px;
		border: 1px none #fff;
		width: 800px;
		top: -10px;
		right: 10px; 
		height: 300px;
		background: #fff;
		text-align: left;
		z-index: 1;
		}
/*--Central Content Box--*/
#main     
		{
		background: #fff;
		position: relative;
		margin: 10px 0px 0px 0px;
		padding: 10px 200px 10px 10px;
		border: 1px solid #bbbbbb;
		width: 590px;
		height: 900px;
		text-align: left;
		font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		}
/*--Central Content Box - sub.box--*/
#main2    
		{
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border-style: none;
		word-spacing: 0px;
		background: #fff;		
		text-align: left;
		font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
		font-size: 12px;
		}
/*--Right link Box		filter: alpha (opacity=20, finishopacity=30, style=1, startx=0, starty=0, finishx=150, finishy=150);--*/
#links     
		{
		position: relative;
		top: -686px;
		left: 310px;
		margin: 0px;
		padding: 15px;
		border: 1px dotted #bbbbbb;
		background: #EEEEEE;
		width: 150px; 
		height: 650px;
		text-align: left;
		z-index: 2;
		font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, Sans-serif;
		font-size: 11px;
		}
/*--Footer - copyright Box--*/
#footer     
		{
		position: relative;
		width: 800px;
		bottom: 700px;
		right: 0px;
		margin: 0px 10px 10px 10px;
		padding: 0px;
		border: 1px dotted #bbbbbb;
		background: #EEEEEE;
		text-align: center;
		}
div.float {
  float: left;
  border: 0px dotted #066;
  padding: 6px;
  }
  
div.float p {
   text-align: center;
   }
.oops      
		{
		display: none;   /*--Support for upgrading to a modern browser--*/
		background: #bbbbcc;
		}
		
