/* CSS Document */
body {
	margin: 0px;
	background-color: #C6BC89;
}
DIV#MainHolder {
	height: 100%;
	width: 100%;
}
DIV#LandingParent {
	height: 300px;
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	margin-top: -150px;
	top: 50%;
	background-image: url(pics/JoMacRobertLandingBG.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
DIV#JoMacRobertLogo {
	height: 125px;
	width: 350px;
	background-color: #4B5D6B;
	position: absolute;
	margin-left: -175px;
	left: 50%;
}
DIV#ComingSoon {
	margin-top: -30px;
	position: absolute;
	top: 50%;
	background-color: #FFFFFF;
	z-index: 100;
	margin-left: -150px;
	left: 50%;
	height: 40px;
	width: 300px;
	font-family: "Trebuchet MS", Arial;
	font-size: 22px;
	font-style: italic;
	color: #4B5D6B;
	text-align: center;
	letter-spacing: 1px;
}
DIV#DetailsLeft {
	background-color: transparent;
	height: 75px;
	width: 150px;
	margin-top: 10px;
	margin-left: -160px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #4B5D6B;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C6BC89;
	padding-top: 3px;
}
DIV#DetailsRight {
	background-color: transparent;
	height: 75px;
	width: 150px;
	margin-top: 10px;
	margin-left: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #4B5D6B;
	padding-top: 3px;
	padding-left: 15px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C6BC89;
}
DIV#spacer {
	height: 100px;
	width: 20px;
	margin-top: 20px;
	margin-left: -10px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(pics/JoMacRobertSpacer.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
DIV#valid {
	background-color: transparent;
	width: 300px;
	right: 0px;
	bottom: 0px;
	position: absolute;
	text-align: right;
	color: #DDD7B8;
	padding-right: 10px;
	padding-bottom: 10px;
}
.valid {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #DDD7B8;
}
a.valid:link {
	color: #DDD7B8;
	text-decoration: none;
}

a.valid:visited {
	color: #DDD7B8;
	text-decoration: none;
}

a.valid:hover {
	color: #FFFFFF;
	text-decoration: none;
}
