/* CSS Document */

body {
	font: 100% "Gill Sans", sans-serif;
	margin: 0 0 0 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #87CEFA;
	background-color: #000000;
	padding: 20px 100px 0 100px;
}
.oneColFixCtrHdr #container {
	margin: 0 auto;
	background-color: #000000;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0 0 0 0;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Gill Sans;
	color: #87CEFA;
	font-size: 200%;
	font-style: normal;
	font-weight: lighter;
	text-transform: uppercase;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
	margin: 0 0 0 0;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: Gill Sans;
	color: #87CEFA;
	font-size: 200%;
	font-style: normal;
	font-weight: lighter;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Gill Sans;
	color: #87CEFA;
	font-size: 100%;
	font-weight: lighter;
	list-style-type: none;
}
#pricing {
	margin: 0 0 0 0;
	padding: 20px 30px 0 40px;
}

#packages  {
	font-family: Gill Sans;
	color: #87CEFA;
	font-size: 110%;
	font-weight: lighter;
	list-style-type: none;
	text-transform: none;
	line-height: 120%;
	padding-left: 50px;
	padding-right: 50px;
}
#portraits {
	font-family: Gill Sans;
	color: #87CEFA;
	font-size: 100%;
	font-weight: lighter;
}
#portraits li {
	font-family: Gill Sans;
	color: #87CEFA;
	font-size: 90%;
	font-weight: lighter;
	list-style-type: none;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Gill Sans;
	color: #87CEFA;
	font-size: 80%;
	font-weight: lighter;
}
#nav {
	font-family: Gill Sans;
	color: #87CEFA;
	font-size: 90%;
	font-weight: lighter;
	list-style-type: none;
	display: inline;
}
a {
	font-size: 100%;
	color: #87CEFA;
}
a:visited {
	color: #F0F0F0;
}
a:hover {
	color: #FFFFFF;
}
.style1 {font-family: "Bodoni Ornaments ITC TT"}
