﻿/* Saroyan2.css */
body {
	background-color: #fad9f6;
}
#container {
	width: 960px;
	margin: 0 auto 0 auto;
}
#masthead {
	height: 260px;
	width: 960px;
	margin: 0 auto 0 auto;
	background-image: url('../images/harp_strings.png');
	background-repeat: repeat;
}
#masthead p.mastlg {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 40pt;
	font-weight: bold;
	color: #690e5e; 
	text-align: center;
	padding-left: 20px;
	margin-top: -10px;
}
#masthead p.mastsm {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 25pt; 
	font-weight: bold;
	color: #690e5e;
	text-align: center;
	margin-top: -20px;
	padding-left: 20px;
}
#masthead img {
	float: right;
	margin: 10px 20px 19px 0;
	border: 1px #690e5e solid;
}
#top_nav ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
#top_nav li {
	display: inline;
}
#top_nav a {
	border: 1px #000 solid;
	border-bottom: none;
	padding: 5px 15px 5px 15px;
	background-color: #690e5e;
	text-decoration: none;
	color: #fff;
}
#top_nav a:hover {
	color: gray;  
}
#page_content {
	background-color: #fad9f6;
	width: 960px;
	margin: 10px auto 0 auto;
}
#page_content object.leftvideo {
	float: left;
	margin: 5px;
	border: 1px #690e5e solid;
}
#page_content object.rightvideo {
	float: right;
	margin: 5px;
	border: 1px #690e5e solid;
}
#page_content h1 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #690e5e;
	text-align: center;
}
#page_content h2 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #690e5e;
}
#page_content h3 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	color: #690e5e;
}
#page_content p {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 20pt;
	line-height: 120%;
	margin-left: 20px;
	margin-right: 5px;
	color: #690e5e;
}
#page_content p.testimonial {
	font-style: italic;
	color: #690e5e;
	font-size: 16pt;
	padding: 5px;
}
#page_content p.hometestimonial {
	font-style: italic;
	color: #690e5e;
	font-size: 14pt;
	padding: 5px;
}
#servicearea {
	clear: both;
}
#servicearea p {
	font-family:Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 8pt;
	color: #690e5e;
	padding-bottom: 5px;
}
#servicearea h4 {
	text-align: center;
	color: #690e5e;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 10pt;
	margin-bottom: -10px;
}
.name {
	font-style: normal;
	font-weight: normal;
	font-size: 12pt;
}
.city {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 8pt;

}
.imageleft {
	float: left;
	margin: 5px 5px 5px 5px;
	border: 1px #690e5e solid;
}
.imageright {
	float: right;
	margin: 5px 5px 5px 5px;
	border: 1px #690e5e solid;
}
#footer {
	background-color: #cbd2d4;
	height: 20px;
	margin-top: 5px;
}
#footer p {
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-size: 10pt;
	color: #000;
	text-align: center;
}