
body	{
	backg/round: #d8e3e2;
	background-color: black;
	padding: 0px;
	margin: 0px;
}

#pageheader {
	width: 750px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/header002.png);
	background-repeat: no-repeat;
	border: 0px solid red;
}

#pagetitle {
	width: 228px;
	height: 30px;
	border: 0px solid red;
	position: absolute;
	top: 157px;
	left: 0px;
	text-align: right;
}

#tagline {
	width: 750px;
	height: 30px;
	border: 0px solid red;
	position: absolute;
	top: 187px;
}

#submenu {
	width: 190px;
	height: 300px;
	border: 0px solid red;
	position: absolute;
	left: 25px;
	top: 218px;
	text-align: right;
	z-index: 4;
}

#submenu a.on {
	co/lor: #819187;
	color: #a2171a;
	text-decoration: none;
	font-size: 0.80em;
	font-weight: bold;
	font-family: arial;
	z-index: 5;
}

#submenu a.off {
	co/lor: #819187;
	color: #CCCCCC;
	text-decoration: none;
	font-size: 0.80em;
	font-weight: bold;
	font-family: arial;
	z-index: 6;
}

#submenu a.off:hover {
	color: #a2171a;
}

#pagecontent {
	width: 559px;
	height: 500px;
	border: 0px solid red;
	position: absolute;
	top: 218px;
	left: 191px;
	z-index: 3;
}

a.email {
	color: #a2171a;
	text-decoration: none;
}

a.email:hover {
	text-decoration: underline;
}

p.title {
	position: absolute;
	left: 56px;
	width: 450px;
	text-align: left;
	font-size: 1.25em;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	co/lor: #819187;
	color: #cccccc;
	border: 0px solid purple;
	font-weight: bold;
}

p.content {
	position: absolute;
	top: 35px;
	left: 58px;
	width: 450px;
	text-align: justify;
	font-size: 1.0em;
	padding: 0px;
	margin: 0px;
	color: #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
}

p.content a {
	color: #a2171a;
}

table.contactus {
	text-align: justify;
	padding: 0px;
	margin: 0px;
	color: #CCCCCC;
}

table.prices {
	width: 450px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	b/order-spacing: 0px;
	border-collapse: collapse;
	color: #cccccc;
}

table.prices tr {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

table.prices tr.a {
	background: #4f0405;
}

table.prices tr.b {
	background: #000000;
}

table.prices td {
	font-size: 0.75em;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 5px;
}

table.prices td.service {
	width: 210px;
}

table.prices td.junior {
	width: 80px;
}

table.prices td.senior {
	width: 80px;
}

table.prices td.master {
	width: 80px;
}

#psource {
  position: absolute;
  left: 0px;
  top: 430px;
  font-family: arial, sans-serif;
  font-weight: bold;
  color: #0F64C5;
  font-size: 0.6em;
}

#psource a {
  text-decoration: none;
  color: #0F64C5;
}

#psource a:hover {
  color: #1B86FE;
}

