@charset "UTF-8";
/* CSS Document */

	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}
		
	body {
	background= url(images/stone_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

a:link { color: #000000; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal;text-decoration: none }
a:visited { color: #000000; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal;text-decoration: none }
a:hover { color: #b20838; font-size: 11px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; font-weight: normal;text-decoration: none }

}
	
body#news a#nav-copywriting, 
body#gallery a#nav-photo, 
body#about a#nav-about, 
body#contact a#nav-contact 
{
  color: #b20838;
}

