body {background:#8B4513 url('/images/bg.jpg') no-repeat top left;
	background-attachment: fixed;
	} 

//body

{
	background: #8B4513
	background-image:url('/images/bg.jpg');
	background: #8B4513
	background-repeat:no-repeat;
	background-position:top left;
} 

//body
	{
		background: #8B4513
	}
//body

	{
		background: #A0522D
	}
p
	{
		color: black;
		font-size: 12px;
		font-family: verdana;
		text-decoration: none;
	}

p.article
	{
		color: black;
		font-size: 10px;
		font-family: verdana;
		text-decoration: none;
	}


b
	{
		color: black;
		font-size: 14px;
		font-family: verdana;
		text-decoration: none;
	}

b.article
	{
		color: black;
		font-size: 12px;
		font-family: verdana;
		text-decoration: none;
	}

li
	{
		color: black;
		font-size: 12px;
		font-family: verdana;
		text-decoration: none;
	}
	
ul
	{
		list-style-type: circle
	}

p.copyright
	
	{
		color: white;
		font-size: 9px;
		font-family: verdana;
		text-decoration: none;
	}

p.quote
	{
		color: navy;
		font-size: 14px;
		font-style: italic;
		font-weight: bold;
		font-family: verdana;
		text-decoration: none;
	}

p.quote-credit
	{
		color: black;
		font-size: 10px;
		font-style: italic;
		font-weight: bold;
		font-family: verdana;
		text-decoration: none;
		text-align: right;
	}

img.fp
	{
		border-style: solid; 
		border-color: black; 
		border-width: thin; 
		background-color: white; 
		padding: 1px;
		float: right;
		width: 300px;
		margin: 0px 0px 0px 12px;	
	}
	
img.bp
	{
		background-color: white; 
		padding: 1px;
		float: right;
		width: 220px;
		margin: 0px 0px 0px 12px;	
	}	
	
a:link 
	{
		color: #8B4513; 
		font-family: verdana; 
		font-size: 12px; 
		text-decoration: none
	}     
		/* unvisited link */

a:visited 
	{
		color: #8B4513; 
		font-family: verdana; 
		font-size: 12px; 
		text-decoration: none
	}  
		/* visited link */
	
a:hover 
	{
		color: #8B4513; 
		font-family: verdana; 
		font-size: 12px; 
		text-decoration: none
	}   
		/* mouse over link */

a:active 
	{
		color: #8B4513; 
		font-family: verdana; 
		font-size: 12px; 
		text-decoration: none
	}   
		/* selected link */	
	
	
table.sienna 
	{
		border-style: solid; 
		border-color: black; 
		border-width: thin; 
		background-color: sienna; 
		padding: 5px;
	}
	
table.solid 
	{
		border-style: solid; 
		border-color: black; 
		border-width: thin; 
		background-color: white; 
		padding: 5px;
	}
	
table.search 
	{
		border-style: solid; 
		border-color: black; 
		border-width: thin; 
		background-color: white; 
	}
	
p.shade-steelblue 
	{
		border-style: solid; 
		border-width: thin; 
		background-color: LightSteelBlue; 
		padding: 4px;
	}
	
p.yellow 
	{
		border-style: solid; 
		border-width: thin; 
		background-color: yellow; 
		padding: 4px;
	}	
	
table.light-grey-l 
	{
		border-style: solid; 
		border-width: thin; 
		background-color: E8E8E8; 
		padding: 4px; 
		float: left; 
		width: 390px;
	}
	
table.light-grey-r 
	{
		border-style: solid; 
		border-width: thin; 
		background-color: E8E8E8; 
		padding: 4px; 
		float: right; 
		width: 390px;
	}
	
table.light-grey 
	{
		border-style: solid; 
		border-width: thin; 
		background-color: E8E8E8; 
		padding: 4px; 
	}
	
table.yellow 
	{
		border-style: solid; 
		border-width: thin; 
		background-color: FFFF00; 
		padding: 4px; 
	}	

table.powder 
	{
		border-style: solid; 
		border-width: thin; 
		background-color: B0E0E6; 
		padding: 4px; 
	}
	
table.lemon 
	{
		border-style: solid; 
		border-width: thin; 
		background-color: FFFACD; 
		padding: 4px; 
	}	
	
table.khaki 
	{
		border-style: solid; 
		border-width: thin; 
		background-color: BDB76B; 
		padding: 4px; 
	}	
	
table.peru 
	{
		border-style: solid; 
		border-width: thin; 
		background-color: CD853F; 
		padding: 4px; 
	}	
	
table.cornflower-blue 
	{
		border-style: solid; 
		border-width: thin; 
		background-color: 6495ED; 
		padding: 4px; 
	}	
	
table.grey.radius 
	{
		border-style: solid; 
		border-width: thin;
		border-top-right-radius: 2em; 
		background-color: E8E8E8; 
		padding: 4px; 
	}
	
//*******************menu*****************//





/* credits:www.freecssmenus.co.uk */
.mmenu{ width: auto;
}
.mmenu ul{ padding: 0;
margin: 0;
list-style-type: none;
}
.mmenu ul li{ display: inline;
float: left;
}

.mmenu ul li a{background: url(2metal_orange.gif) repeat-x top left;
float:left;
margin:1px;
background-color:#FFFFFF;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-style:normal;
font-weight:bold;
display: block;
color: #FFFFFF;
text-decoration: none;
border-left: 1px solid #999999;
border-right: 1px solid #773333;
padding-left:25px;
padding-right:25px;
padding-top:6px;
padding-bottom:6px;

}
.mmenu ul li a:hover{ color: #8B4513;
background: url(2metal_orange.gif) repeat-x bottom left;
background-color:#8B4513;
}
.mwrapper{padding:0px}
