/*
-----------------------------------------------
Styles for Gateway Acupuncture
date:     1/02/06 - MG -
----------------------------------------------- */

blockquote
{
	color: #600;
	font-family: sans-serif;
	font-size: 1.25em;
	font-style: italic;
}

hr
{
	border-bottom: #333;
	border-width: 0 0 .5 px 0;
}

h1
{
	color: #600;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: lighter;
	border-bottom: #600;
	border-width: 0 0 thin 0;
	border-style: none none solid none;
}
	
div.main
{
	height: 437px;
}
 
P.init:first-letter
{
	font-size: 250%;
	float: left;
	line-height: 80%;
	color: #600;
} 

.floatleft
{
	float: left;
	border-width: 1px;
	border-color: #600;
	border-style: solid;
	margin: 10px 10px 15px 10px;
	padding: 2px;
}

.floatright
{
	float: right;
	border-width: 1px;
	border-color: #600;
	border-style: solid;
	margin: 5px 5px 5px 10px;
	padding: 2px;
}

.floatnone
{
	float: none;
	border-width: 1px;
	border-color: #600;
	border-style: solid;
	margin: 5px 10px 5px 5px;
	padding: 2px;
}

a:link {
  color:#C00;
  text-decoration:none;
  }
a:visited {
  color:#C00;
  text-decoration:none;
  }
a:hover {
  color:#666;
  text-decoration:none;
  }
a img {
  border-width:0;
  }
