@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 25px 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 */
	color: #000000;
}
p {
	margin-top: 0px;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, Verdana, Geneva, Georgia, Arial;
	margin-top: 0px;
	font-weight: 100;	
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #FFFFF;
	background-image:url(images/benko_header.jpg);
	width: 800px;
	height: 92px;
}
#joinmailing {
	padding: 20px 0 0 495px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#joinmailing form {
	padding: 0px;
	margin: 0px;
}
#joinmailing #joinmailingemailaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 212px;
	height: 15px;
	margin-right: 2px;
}
#joinmailing #joinmailingsubmit {
	background-color:#CC0000;
	border-width: 0px;
	margin-top: 2px;
	padding: 3px 4px 3px 3px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#sitemenu {
	margin: 12px 10px 0 0;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}
#sitemenu span {
	color: #999999 ;
}
#sitemenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#sitemenu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainBodyHome {
	padding: 20px 30px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/benko_background.jpg) no-repeat;
	background-color: #030303;
	width: 740px;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
}
#mainBody {
	padding: 40px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/benko_background.jpg) no-repeat;
	background-color: #030303;
	width: 740px;
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
}
#homeVideoPlayer {
	margin-left: 130px;
	padding: 7px 10px;
	width: 480px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	background-color:#333333;
}
#homeVideoPlayer h2 {
	margin: 0px 0px 10px;
}
#homeVideoPlayer p {
	margin: 5px 0px 0px ;
	font-size: 1em/1em;
}
#homeVideoPlayer a {
	color: #FFCC00;
	text-decoration: none;
}
#homeFeatures {
	padding: 10px;
	margin-right: 20px;
	width: 250px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	text-align: left;
	clear: left;
	float: left;
}
#homeFeatures a {
	color: #FFCC00;
	text-decoration: underline;
}
#homeFeatures a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#homeMusicPlayer {
	padding: 10px;
	width: 400px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	text-align: center;
	float: left;
}
#homeMusicPlayer a {
	color: #FFCC00;
	text-decoration: underline;
}
#homeMusicPlayer a:hover {
	color: #FFCC00;
	text-decoration: none;
}
#mainFrame {
	padding: 3px;
	width: 734px;
	background-color: #030303;
}
#mainPhoto {
	width: 246px;
	height: 428px;
	float: left;
}
#mainContent {
	margin-left: 246px;
	padding: 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#mainContent a {
	color: #FFFFFF;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer {
	padding: 7px 8px 8px 8px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	background-image:url(images/benko_footer.jpg);
	width: 784px;
	height: 9px;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.photothumbs {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF;
	margin-right: 5px;
	margin-bottom: 5px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}