@charset "UTF-8";
body {
	background-color: #333365;
}
.container {
	width: 850px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.home {
	background-color: #FFFFFF;
	height: 440px;
	width: 850px;
	text-align: center;
	overflow: auto;
	position: relative;
	border: 1px solid #000000;
}
.quotes p {
	font-family: Optima, Arial;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 15px;
}
.services {
	height: 266px;
	width: 425px;
	overflow: auto;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.services  h1 {
	font-family: Optima, Arial;
	font-size: 14px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
}
.photos {
	background-color: #FFFFFF;
	height: 440px;
	width: 850px;
	overflow: auto;
	position: relative;
	background-image: url(Images/Photographer.gif);
	border: 1px solid #000000;
}
.photos p {
	font-family: Optima, Arial;
	font-size: 12px;
	color: #000000;
	margin-left: 310px;
	width: 520px;
	text-align: justify;
}
.quotes {
	background-color: #FFFFFF;
	height: 440px;
	width: 850px;
	text-align: center;
	overflow: auto;
	position: relative;
	border: 1px solid #000000;
	font-family: Optima, Arial;
	font-size: 14px;
	color: #000000;
}
.home p {
	font-family: Optima, Arial;
	font-size: 12px;
	color: #000000;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
.service {
	background-color: #FFFFFF;
	height: 440px;
	width: 850px;
	text-align: center;
	border: 1px solid #000000;
}
.images {
	height: 440px;
	width: 850px;
	text-align: center;
	overflow: auto;
	position: relative;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.images img {
	border-top-width: 6px;
	border-left-width: 6px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #333365;
	border-left-color: #333365;
}

