/****************************************
 * Studio SHah
 * Main CSS Rules
 ****************************************/
 
body {
 	margin: 0;
	padding: 0;
	font-family: georgia, "times new roman", times, serif;
  font-size: 27px;
  background: #121212 url(../images/layout/bg.gif) repeat-x top left;
  color: #999;
}

#content {
  margin: 210px auto 0 auto;
  width: 600px;
}

h1 {
  margin: 0 0 37px 0;
  color: #fff;
  width: 600px;
  height: 95px;
  background: url(../images/studioshah.gif) no-repeat top left;
}

h1 span {
  display: none;
}

p {
  margin: 0 0 230px 0;
  line-height: 42px;
  text-align: justify;
  text-shadow: #151515 0 0 0;
}

a {
  font-style: italic;
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #FF7919;
}

a:active {
  color: #fff;
  text-decoration: none;
}

#email img {
  vertical-align: -5px;
}