/* CSS Document */
html {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	height: 100%;
	vertical-align: middle;
}
body {
	margin: 0px;
	padding: 0px;
	background:url('/images/UltimateLook_backing.png') top center repeat-x fixed;
	background-color: #FFFFFF;
	height: 100%;
}

.clear { clear: both; }

#home #content {
	display: block;
	position: relative;
	top: 100px;
	width: 400px;
	padding: 40px 40px 4px 40px;
	margin: 0px auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	color: #654321;
	background: #FFFFFF;
	border: 1px dotted #999966;
}
#home #content b { color: #999966; font-size: 22px; }

#home2 #content {
	width: 915px;
	height: 615px;
	margin: 0px auto;
}
#home2 #content div.mainContent {
	width: 375px;
	position: relative;
	top: 106px;
	left: 499px;
	z-index: 1000;
}
#home2 #content div.mainContent p {
	font-size: 24px;
	color: #660066;
	line-height: 1.2em;
}
#home2 #mainNav {
	margin: 0px auto;
	width: 915px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
}
#mainNav p { margin: 0px; padding: 6px; }
#mainNav ul {
	width: 100%;
	list-style: none;
}
#mainNav li {
	display: block;
	padding: 4px 8px;
	float: left;
	width: 200px;
}
a:link    { color: #300; text-decoration: underline; }
a:visited { color: #300; text-decoration: underline; }
a:hover   { color: #600; text-decoration: underline; }

.secondNav {
	width: 200px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	position: relative;
	top: -200px;
	left: 723px;
	z-index: 500;
}
.bigPic {
	width: 501px;
	height: 613px;
	position: relative;
	top: -260px;
	left: 90px;
	z-index: 1;
}

.footer {
	width: 915px;
	margin: 0px auto;
	clear: both;
}
.copyright { font-family: Verdana, Geneva, sans-serif; font-size: 10px; text-align: center; }
p.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	margin: 0px;
	padding: 0px;
}

#contentPage {
	background: url(/images/UltimateLook_backingPattern.png);
}
#contentPage #header {
	width: 920px;
	height: 110px;
	margin: 4px auto 0px auto;
	padding: 0px 20px;
	background: url(/images/UltimateLook_contentTop.png) bottom center no-repeat;
}
#header div.logo {
	width: 356px;
	height: 40px;
	padding: 10px 40px;
	float: left;
}
#contentPage #header #mainNav {
	padding: 10px;
	border-bottom: 1px solid #DDD;
	min-height: 40px;
	width: 900px;
	margin: 0px auto;
}
#contentPage #header div#secondNav {
	width: 200px;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	float: right;
	margin: 0px;
	padding: 0px;
}
#contentPage #content {
	width: 860px;
	min-height: 350px;
	padding: 10px 50px;
	margin: 0px auto;
	background: url(/images/UltimateLook_contentBack.png) top center repeat-y;
}
#contentPage #footer {
	width: 920px;
	margin: 0px auto;
	padding: 20px;
	background: url(/images/UltimateLook_contentBottom.png) top center no-repeat;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #606;
}
#content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 1.3em;
}
