/* main layout */
body        	{ 
			  /*background-image:url(../images/Skin_CrumpledPaper.gif);*/
			  background-image:url(http://www.djeaux.com/images/aluminum.jpg);
			  background-color:#c0c0c0;
			  font-family:Arial,Helvetica,sans-serif;	
			  text-align: center;
	  		  min-width:800px;
			}
			
#body-div	{ 
			  background:#ffffff;
			  margin:0px auto;
			  width:800px;
			  padding:0px 18px 0px 18px; 
			  border-top:1px solid #000000;
			  border-right:1px solid #000000; 
			  border-left:1px solid #000000;
              border-bottom:1px solid #000000; 
			}

#head-div	{ 
			  background:#ffffff;
			  margin:0px;
			  padding:12px 0px 3px 0px;
			}

#foot-div     	{ 
			  margin:0px;
			  background:#ffffff;
			  width:764px;
			  clear:both;
			  text-align:left;
			  padding:0px 18px 12px 18px;
			  /*border-top:2px solid #404040;   */
			}
			
#col-left   	{
			  /* visibility:hidden; */
			  margin:0px;
			  background:#ffffff;
			  width:340px;
			  float:left;
			  padding-right:9px; 
			  text-align:justify;
			  font-size:10pt; 
			}

#col-right  	{
			  /* visibility:hidden; */
			  margin:0px;
			  background:#ffffff;
			  width:424px;
			  float:left;
			  padding-left:9px;
			  text-align:justify;
			  font-size:10pt; 
			}	  

a:link      	{
			  background:transparent;
			  color:#0066cc;
			  text-decoration:none;
			  font-weight:bold;
			}

a:hover      	{
			  background:transparent;
			  color:#ff0000;
			  text-decoration:none;
			  font-weight:bold;
			}

a:visited      	{
			  background:transparent;
			  color:#993399;
			  text-decoration:none;
			  font-weight:bold;
			}


.menu-btn		{
			  float:center;
			  width:95px;
			  padding:2px 4px 2px 4px;
			  margin:0px;
			  background-color:#f4f4f4;
			  color:#000000;
			  border-color:#c0c0c0;
			  font-size:8pt;
			  font-style:normal;
			  font-weight:normal;
			}

a.btn-menu:link	{
			  float:center;
			  width:95px;
			  padding:2px 4px 2px 4px;
			  margin:0px;
			  background-color:#f0f0f0;
			  border:2px outset #a0a0a0;
			  color:#000000;
			  font-size:8pt;
			  font-style:normal;
			  font-weight:normal;
			  text-decoration:none;
			}

a.btn-menu:hover	{
			  float:center;
			  width:95px;
			  padding:2px 4px 2px 4px;
			  background-color:#f0f0f0;
			  border:2px outset #a0a0a0;
			  color:#ff0000;
			  font-size:8pt;
			  font-style:normal;
			  font-weight:normal;
			  text-decoration:none;
			}

a.btn-menu:visited	{
			  float:center;
			  width:95px;
			  padding:2px 4px 2px 4px;
			  margin:0px;
			  background-color: #f0f0f0;
			  border:2px outset #a0a0a0;
			  color: #000000;
			  font-size:8pt;
			  font-style:normal;
			  font-weight:normal;
			  text-decoration:none;
			}

a.btn-menu:active	{
			  float:center;
			  width:95px;
			  padding:2px 4px 2px 4px;
			  margin:0px;
			  background-color: #f0f0f0;
			  border:2px inset #a0a0a0;
			  color: #000000;
			  font-size:8pt;
			  font-style:normal;
			  font-weight:normal;
			  text-decoration:none;
			}

p.header-menu	{
			  margin:0px 0px 6px 0px;
			  padding:3px;
			  font-weight:bold;
			  font-size:10pt;
			  background:#404040;
			  color:#ffffff;
			  border-bottom:3px double #ffffff;
			  border-top:3px double #ffffff;
			}

p.footer        {
			  font-family:'Times New Roman',Times,serif; 
              	  font-style:italic;
             	  font-size:8pt;
              	  padding-top:12px;
			}
              	  
.bold-head		{
			  font-size:10pt; 
			  font-weight:bold;
			  color:#404040; 
			}           	 
			
.small-head		{
			  font-family:'Times New Roman',Times,serif;
			  font-style:italic;
			  font-weight:bold;
			  font-size:14pt;
			  color:#404040;
			}

.return		{
			  font-family:'Times New Roman',Times,serif;
			  font-style:italic;
			  font-weight:bold;
			  font-size:8pt;
			  border-bottom:1px dashed #c0c0c0; 
			  text-align:right;
			  padding-bottom:3px;
			}

.rss-box		{
			  text-align:left;
			}

.rss-title		{ 
			  font-family:'Times New Roman',Times,serif;	  
			  font-style:italic;
			  font-weight:bold;
			  font-size:14pt;
			}

.rss-item		{
			  font-size:8pt;
			}
			
.rss-date		{
			  font-family:'Times New Roman',Times,serif;
			  font-style:italic;
			  /*color:#ff0000;*/
			  font-size:8pt;
			}

ul.rss-items	{
			  list-style-image:url(../images/arrow.gif);
			}

#videoBar-bar1	{
			  padding-top:6px;
			  margin:0px;
			  float:left;
			}

#slideShow 		{
  			  width:170px;
  			  height:170px;
  			  padding:4px;
  			  float:left;
			}		


