/* 
  -----------------------------------
  George Joseph's Worldwide Casino Consulting - Layout CSS
  by Zee Designs
  www.zeedesigns.com
  custom site style - wc integrated
  -----------------------------------
*/

#container {
	background: url(images/bkgd_george.jpg) no-repeat;
	position: relative; top: 50px;
	margin: 0 auto;
	padding: 0;
	width: 776px;
	height: 670px;
}

#navcontainer {
	position: absolute; left: 20px; top: 320px;
	width: 180px;
	height: auto;
	text-align: left;
}
#layout {
	background-color: #020E1E;
	position: relative;
	float: right;
	margin: 0;
	width: 555px;
	height: 670px;
}

#bkgd-bevel {
	background: url(images/bkgd_bevel.jpg) no-repeat;
	position: absolute; left: 0px;
	width: 95px;
	height: 670px;
}

#mh-wwcc-logo {
	background: url(images/mh_wwcc_logo.jpg) no-repeat;
	position: absolute;
	left: 257px;
	top: 12px;
	width: 298px;
	height: 200px;
}

/* BEGIN replace text with logo image, make logo art appear as if it is a hyperlink, move header text off screen */
#mh-wwcc-logo a {
	display: block;
	position: absolute; left: 0;
	margin: 0;
	padding: 0;
	width: 298px;
	height: 200px;
	text-indent: -9999px;
}
/* END replace text with logo image */

#mh-nametag {
	background: url(images/mh_nametag.gif) no-repeat;
	position: absolute;
	left: 28px;
	top: 52px;
	width: 227px;
	height: 38px;
}

#mh-bkcovers {
	background: url(images/mh_bkcovers.jpg) no-repeat;
	position: absolute;
	left: -20px;
	top: 102px;
	width: 298px;
	height: 94px;
}

/* BEGIN replace text with book covers image, make art appear as if it is a hyperlink, move header text off screen */
#mh-bkcovers a {
	display: block;
	position: absolute; left: 0;
	margin: 0;
	padding: 0;
	width: 298px;
	height: 94px;
	text-indent: -9999px;
}
/* END replace text with book covers image */

#gj-text {
	position: absolute;
	top: 205px;
	left: 150px;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #9CC5E9;
}

#wwcc-text {
	position: absolute;
	top: 225px;
	left: 185px;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #999;
}

#welcome-p1 {
	position: absolute;
	top: 280px;
	left: 40px;
	font-size: medium;
	font-weight: bold;
	color: #999;
}

#welcome-p2 {
	position: absolute;
	top: 280px;
	left: 128px;
	font-size: medium;
	font-weight: bold;
	color: #9CC5E9;
}

#body-text {
	position: absolute;
	top: 310px;
	left: 128px;
	text-align: left;
	border-top: thin dotted #9CC5E9;
	border-bottom: thin dotted #9CC5E9;
	width: 410px;
	height: 300px;
	padding: 20px 10px 20px 0;
	overflow: auto;
}

#search-container {
	position: absolute; top: 56px;
	margin-left: 550px;
	padding: 0;
	width: 200px;
	text-align: right;
	font: italic bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #9CC5E9;
}

/* BEGIN Footer */
#footer-container {
	background: url(images/bkgd_footer.jpg) no-repeat;
	position: relative;
	margin: 50px auto 0 auto;
	width: 776px;
	height: 101px;
	color: #FFFFFF;
	font-size: x-small;
}

#footer-text-right {
	position: absolute; bottom: 0px; right: 0px;
	float: right;
	margin: 0;
	padding: 0 20px 10px 0;
	width: 45%;
	text-align: right;
}

#footer-text-right p, signature-right p {
	margin: 0px;
}
/* END Footer */

#signature-container {
	position: relative;
	margin: 10px auto 0 auto;
	width: 776px;
	height: 35px;
	color: #FFFFFF;
	font-size: x-small;
}

#signature-left {
	position: absolute; top: 0px; left: 0px;
	float: left;
	margin: 0;
	padding: 0 10px 10px 30px;
	width: 40%;
	text-align: left;
}

/* BEGIN icons */

#ar-icon {
	background: url(images/icon_acroreader.gif) no-repeat;
	position: absolute; top: 0px; right: 75px;
	width: 25px;
	height: 25px;
}

#flash-icon {
	background: url(images/icon_flash.gif) no-repeat;
	position: absolute; top: 0px; right: 45px;
	width: 25px;
	height: 25px;
}

#zd-icon {
	background: url(images/icon_zd.gif) no-repeat;
	position: absolute; top: 0px; right: 15px;
	width: 25px;
	height: 25px;
}

#ar-icon a, #flash-icon a, #zd-icon a {
	display: block;
	position: absolute; right: 0;
	margin: 0;
	padding: 0;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
/* END icons */

