@charset "utf-8";
body {
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #6DA100;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {
	color: #666;
	text-decoration:none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
#container {
	width: 996px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #fff url(images/background.gif) repeat-y;
}
#head {
	margin: 10px 70px;
	background: url(images/playunits_slogan.png) right no-repeat;
	height: 50px;
}
.gray {
	height: 6px;
	background: url(images/grayline.gif) no-repeat;
}
* html .gray {
	margin: -3px 0;
}
.yellow {
	height: 6px;
	background: url(images/yellowline.gif) no-repeat;
}
* html .yellow {
	margin: -3px 0;
}
#menublock {
	margin: 10px 60px;
	background: url(images/playunits_bluegradient.gif) repeat-x;
	height: 250px;
}
* html #menublock {
	margin: 0px 60px 13px 60px;
}
#menu {
	padding: 17px 40px;
/*	font: 10pt bold "Book Antiqua";*/
	font-weight: 700;
	color: #fff; 
	margin: 0;
}

#menu a, #menu a:hover {
	color: #fff;
/*	text-transform: uppercase;*/
}
#menu li {
	padding: 6px 0 5px 10px;	
}
#myGallery {
	width: 350px; height: 250px;
	float: right;
	border-left: 10px solid #fff;
	}
#mainContent {
	font: 70% Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 5px 60px 10px 60px;
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}
* html #mainContent {
	margin: 2px 60px 12px 60px;
}
.lrmargin {
	margin: 5px 30px;
}
.lrmargin .withimgleft img {
	margin: 0 30px 0 0 !important;
}
#mainContent p {
	margin: 0 5px;	padding: 5px;
}
#mainContent h1, #mainContent h2, #mainContent h3 {
	margin: 0 5px;	padding: 5px;
	color: #060;
	text-align: center;
}
#mainContent h1 {
	font: bold 160% Geneva, Arial, Helvetica, sans-serif;
	margin: 5px !important;
}
#mainContent h2 {
	font: bold 140% Geneva, Arial, Helvetica, sans-serif;
}
#mainContent h3 {
	font: bold 120% Geneva, Arial, Helvetica, sans-serif;
}
#mainContent strong {
	color: #060;
}
.withimgleft {
	overflow: hidden;
	display:inline-block;
}
.withimgleft {
	display:block;
}
.withimgleft img {
	float:left;
	margin: 0 10px 0 0;
	border: none;
}
.gray_vertical {
	width: 21px;
	background: url(images/grayline_vertical.gif) repeat-y;
}
.gray_horizontal {
	height: 21px;
	background: url(images/grayline_horizontal.gif) repeat-x;
}
#footer {
	margin: 0px 50px 0 49px;
	background: #e0e0e0;
	padding: 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 10px;
	color: #999;
	text-align: center;
}
* html #footer {
	margin: -13px 50px 0 49px;
	background: #e0e0e0;
	padding: 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footer a, #footer a:hover {
	color: #999;
}
#footer p {
	padding: 5px; margin: 0;
	
}