/* CSS Document */
.body {
	background-color:#000000;
}

a:link { color: #624500;text-decoration:none;font-weight:bold;}

	a:visited { color: #624500;text-decoration:none;font-weight:bold;}

	a:active { color: #OOOOOO;text-decoration:none;font-weight:bold; }

	a:hover { color: #000000; text-decoration:none;font-weight:bold; }
	
.r {color:#434343;text-decoration:none;font-weight:bold;}
.r:link {color:#434343;text-decoration:none;font-weight:bold;}
.r:visited { color:#434343;text-decoration:none;font-weight:bold;}
.r:hover {color:#624500;text-decoration:none;font-weight:bold;}
	
	

/*BACKGROUNDS*/
.home-background {background-image:url(images/bg-home.jpg); background-repeat:no-repeat; background-color:#232323;}
.about-background {background-image:url(images/info_background.gif); background-repeat:no-repeat; background-color:#C0C0BF;}
.contact-background {background-image:url(images/bg-contact.jpg); background-repeat:no-repeat; background-color:#DFDFDF;}
/* END BACKGROUNDS*/


/*DROP SHADOWS*/



#img-shadow {
background: url(images/shadow.gif) no-repeat;
background-position:-6px 6px;
margin: 6px 6px;
padding:-10px;


  }

   /* END DROP SHADOWS*/
   
   
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #434343;
	line-height: 20px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #434343;
	line-height: 20px;
}
.bodybold{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #434343;
	line-height: 20px;
	}
	
.large{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #434343;
	line-height: 20px;
}



.graybodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #434343;
	line-height: 20px;
	}

/*IMAGES*/
.leftimg {
	float: left;
	margin-right: 3px;
	margin-top: 4px;
	
}

/*END IMAGES*/
