html { text-align: center; background-color: #eee; color: #000; }

/* Fonts */
body {
	font: small "Lucida Grande", Verdana, Lucida, Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "New Century Schoolbook", Times, serif;
}
h1 {
	margin: 10px 0 0 66px; padding: 0;
	width: 410px; height: 49px; position: relative;
}
h1 a {
	background: transparent url(/images/ThePhotoEditor.gif) no-repeat;
	position: absolute; left: 0; width: 410px; height: 49px;
	border: 1px solid black;
	display: block;
}
body {
	margin: 0.75em; padding: 0;
	text-align: center;
}
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin: -237px 0 0 0;
	padding: 0;
	text-align: center;
	min-width: 770px;
}
#container {
	width: 770px; height: 475px; margin: 0 auto; padding: 0;
	color: #000;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	background: #fff url(/images/newfilm.gif) left top repeat-y;
	position: relative;
}
#contact {
	position: absolute; right: 10px; top: 10px;
	font-size: 85%;
}
#contact a {
	color: Maroon; background-color: White; text-decoration: none;
	padding: 0 0.5em 0.125em;
}
#contact a:hover {
	color: White; background-color: Maroon;
}
img#jane {
	padding: 6px;
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
}
#strip {
	position: absolute;
	top: 85px; left: 65px;
}
#strip img {
	margin-top: 0.5em;
	border: 11px solid black;
}
#strip p {
	font-size: 90%;
	margin: 0; padding: 0;
}
#content {
	float: right; margin-top: 15px; margin-right: 12px;
	width: 445px; height: 370px; overflow: auto;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}
#content h2, #content h3, #content p {
	margin: 0.5em; line-height: 1em;
}
#content ul {
	text-align: left; margin: 0 0 0.5em 1.5em; padding: 0;
}
#content ul ul {
	margin-left: 1em; margin-bottom: 0;
}
#content ul li {
	margin: 0; padding: 0;
}
#content ul h3 {
	margin-top: 0.5em; margin-bottom: 0.125em;
	margin-left: -1em;
	padding: 0; text-align: left;
}
#content ul h3.first {
	margin-top: 0.25em; padding-top: 0;
}
#content ul.sbs {
	float: left; width: 45%;
}
ul#nav {
	list-style: none; margin: 0; padding: 0;
	position: absolute; right: 12px; bottom: 6px;
	width: 445px; text-align: center;
}
ul#nav li {
	display: inline; margin: 0; padding: 0;
}
ul#nav li a {
	padding: 0 0.5em 0.125em; margin: 0 0.25em;
	color: Maroon; background-color: White;
	border: 1px solid White;
	text-decoration: none;
}
body.home ul#nav li a#home,
body.about ul#nav li a#about,
body.servc ul#nav li a#servc,
body.client ul#nav li a#client,
body.link ul#nav li a#link {
/*	color: White; background-color: Maroon;*/
	border-color: Maroon;
}
ul#nav li a:hover {
	color: White; background-color: Maroon;
	border-color: Maroon;
}

/* on the Home page */
img#jane {
	margin: 0.25em 0 0.5em;
}

/* on the About page */
img#por-jane {
	float: right; margin: 1em;
	padding: 3px;
	border: 1px solid black;
}