* {
	margin: 0;
	padding: 0;
}
	
#bg {
	position: fixed;
	top: 0;
	left: 0;
}

.bgwidth { width: 100%; }

.bgheight { height: 100%; }
#splashContainer {
	width: 933px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 175px auto; /* this overrides the text-align: center on the body element. */
	height: 415px;
	position: relative;
}
#container {
	width: 333px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 40px 0 0 -1px; /* this overrides the text-align: center on the body element. */
	height: 796px;
	position: relative;
}
#panel {
}
#splashOut {
	width: 931px;
	border: 1px solid #BABBB7;
	height:413px;
}
#boardOut {
	width: 333px;
	border: 1px solid #BABBB7;
	height:797px;
}
#splashIn {
	margin-top: 18px;
	height: 377px;
	width: 893px;
	background-image: url(images/texture_tile_2.jpg);
	background-repeat: repeat;
	margin-left: 18px;
	position: absolute;
}
#boardIn {
	margin-top: 17px;
	height: 762px;
	width: 315px;
	background-image: url(images/texture_tile_2.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	position: absolute;
}
#splashLogo {
	margin-top: 151px;
	height: 66px;
	width: 155px;
	margin-left: 365px;
	background-image: url(images/logo_jmd_2b.png);
}
#boardLogo {
	margin-top: 37px;
	height: 49px;
	width: 101px;
	margin-left: 198px;
	background-image: url(images/logo_jmd_small_2b.png);
}
#splashSlogan {
	margin-top: 25px;
	height: 18px;
	width: 635px;
	margin-left: 130px;
	background-image: url(images/splashSlogan.jpg);
}
#boardSlogan {
	margin-top: 20px;
	height: 28px;
	width: 265px;
	margin-left: 32px;
	background-image: url(images/slogan_small.png);
}
#splashLink {
	position:absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#logoLink {
	position:absolute;
	top: 53px;
	left: 0px;
	overflow: hidden;
}
#nav {
	margin-top: 58px;
	float: left;
	height: 377px;
	width: 222px;
	text-align: right;
}
#boardNav {
	margin-top: 6px;
	float: right;
	height: auto;
	width: auto;
	text-align: right;
	white-space: nowrap;
	margin-right: 63px;
	direction: rtl;
	text-transform: uppercase;
}
#boardNav li {
	color: #FFF;
	letter-spacing: 0.3em;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#boardNav li a {
	margin-top: 1px;
	padding: 18px 0;
	color: #FFF;
	display: block;
}
#boardNav li a:hover {
	color: #E3EC7E;
}
#homeOut {
	width: 1063px;
	height:513px;
	margin-top: -4px;
	margin-left: 316px;
	position: absolute;
	background-color: #FFF;
}
#homeIn {
	margin-top: 2px;
	height: 509px;
	width: 1061px;
	background-image: url(images/bg_home_panel.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	position: absolute;
}
#contactIn {
	margin-top: 2px;
	height: 509px;
	width: 1061px;
	background-image: url(images/bg_contact_panel.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	position: absolute;
}
#homePinwheel {
	background-image: url(images/pinwheel.png);
	background-repeat: no-repeat;
	width: 63px;
	height: 63px;
	margin: 40px 0 0 90px;
	position: relative;
}
#contactPinwheel {
	background-image: url(images/pinwheel.png);
	background-repeat: no-repeat;
	width: 63px;
	height: 63px;
	margin: 40px 0 0 90px;
	position: relative;
}
#contactSub {
	background-image: url(images/spacer.gif);
	background-repeat: no-repeat;
	width: 63px;
	height: 63px;
	margin: -246px 0 0 528px;
	position: relative;
}
#homeCopy {
	width: auto;
	height: auto;
	margin: -42px 0 0 180px;
	line-height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
}
#galleryOut {
	width: 1383px;
	height:762px;
	margin-left: 316px;
	position: absolute;
	background-color: #FFF;
	margin-top: -134px;
}
#galleryImage {
	float: left;
	height: 648px;
	width: 793px;
	overflow: hidden;
	margin-top: 72px;
	margin-left: 30px;
	margin-right: 30px;
}
#split {
	margin-top: 58px;
	float: left;
	height: 377px;
	width: 28px;
	background-image: url(images/split.jpg);
	background-repeat: no-repeat;
}
#content {
	margin-top: 58px;
	float: left;
	height: 377px;
	width: 300px;
}
#copy {
	float: left;
	height: 377px;
	width: 295px;
	overflow: hidden;
}
#copy p {
	margin-top: 7px;
	margin-bottom: 0px;
}
#thumbs {
	margin-top: 67px;
	float: left;
	height: 377px;
	width: 394px;
}
#thumbRow {
	margin-bottom: 3px;
	height: 73px;
	width: 394px;
	clear: both;
}
#thumbRowBottom {
	height: 73px;
	width: 394px;
	clear: both;
}
#thumbBlock {
	margin-right: 3px;
	height: 73px;
	width: 85px;
	float: left;
}
#thumbBlockRight {
	height: 73px;
	width: 85px;
	float: left;
}
#thumbs2 {
	margin-top: 110px;
	float: left;
	height: 480px;
	width: 415px;
	margin-left: 20px;
}
#thumbRow2 {
	margin-bottom: 3px;
	height: 106px;
	width: 460px;
	clear: both;
}
#thumbRowBottom2 {
	height: 16px;
	width: 460px;
	clear: both;
}
#thumbBlock2 {
	margin-right: 25px;
	height: 73px;
	width: 96px;
	float: left;
}
#thumbBlockRight2 {
	height: 73px;
	width: 96px;
	float: left;
}
#pageNav {
	height: 43px;
	width: 745px;
	clear: both;
	text-align: right;
	padding-right: 210px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
#pageNav2 {
	height: 43px;
	width: 275px;
	clear: both;
	text-align: right;
	padding-right: 275px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-top: -35px;
	float: right;
}
#logo {
	height: 116px;
	width: 950px;
	clear: both;
	background-image: url(images/logo_jmdo.gif);
	background-repeat: no-repeat;
}
#copyright {
	height: 22px;
	width: 950px;
	clear: both;
	text-align: right;
	padding-right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	padding-top: 5px;
	color: #717272;
}
#form {
	background-color: #E1E3E2;
	height: 100%;
	width: 100%;
	padding-top: 12px;
	padding-left: 12px;
}
#form2 {
	height: 100%;
	width: 100%;
	padding-top: 0px;
	padding-left: 0px;
}

#nav ul
{
	list-style: none;
	margin-top: 40%;
	margin-right: 6pt;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	line-height: 15pt;
	text-decoration: none;
	color: #333;
	letter-spacing: 0.1em;
	font-weight: normal;
}


body {
	color: #000000;
	background-color: #FFF;
}
body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	line-height: 9pt;
	color: #111;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #E3EC7E;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #30F;
	text-decoration: none;
}
.h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #999999;
}
.copyright_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	text-decoration: none;
}

.form_input {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	margin-bottom: 10px;
	width: 263px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-bottom: 2px;
}
.form_input2 {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-bottom: 15px;
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: -4px;
	padding: 3px 3px 5px 3px;
}

#form2 textarea {
	max-width: 300px;
	max-height: 85px;
	min-width: 300px;
	min-height: 85px;
}
	
.form_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	padding-left: 1px;
}
.form_title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding-right: 8px;
}
#contact .buttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FF0405;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
.phone {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #111;
	text-decoration: none;
	line-height: 18px;
}
.response {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #111;
	line-height: 14pt;
}
#split_splash {
	margin-top: 58px;
	float: left;
	height: 377px;
	width: 28px;
}
#copy_splash {
	float: left;
	margin-top: 50%;
}
#logo_splash {
	height: 116px;
	width: 950px;
	clear: both;
	background-image: url(images/logo_jmdo_splash.gif);
	background-repeat: no-repeat;
}
