@charset "UTF-8";
img {
}

* {outline: none;
margin:0px;}

body  {
	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 */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333333;
}
.twoColFixLtHdr #container {
	width: 1510px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-color: #E7E4D1;
} 
.twoColFixLtHdr #header {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: normal;
	color: #FFFFFF;
	background-color: #52877F;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1510px;
	position: relative;
	height: 140px;
} 
.twoColFixLtHdr #container #header #date {
	font-size: 32px;
	width: 342px;
	text-align: center;
	padding-top: 0px;
}
.twoColFixLtHdr #container #header #name {
	font-size: 20px;
	width: 342px;
	float: none;
	height: 26px;
	text-align: center;
}
.twoColFixLtHdr #container #header #openStudios {
	width: 342px;
	font-size: 36px;
	text-align: center;
}
.twoColFixLtHdr #container #header #logo {
	width: 230px;
	position: absolute;
	left: 360px;
	top: 10px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1510px;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
.twoColFixLtHdr #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 */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
.twoColFixLtHdr #container #header #time {
	font-size: 16px;
	width: 380px;
	text-align: left;
}
.twoColFixLtHdr #container #header #url {
	width: 342px;
	text-align: center;
	padding-top: 10px;
}
a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 24px;
}
.twoColFixLtHdr #container #mainContent table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e7e4d1;
	text-align: left;
}
.twoColFixLtHdr #container #navbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #7D5446;
	text-align: left;
	padding-left: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-type: none;
}
.twoColFixLtHdr #container #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #936A5C;
}
.twoColFixLtHdr #container #mainContent td {
	padding-top: 10px;
	padding-left: 8px;
	float: left;
	width: 460px;
}
.twoColFixLtHdr #container #mainContent #image {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #mainContent #artistInfo {
	float: left;
	padding-right: 10px;
}
.twoColFixLtHdr #container #mainContent #number {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4F726B;
	text-align: center;
	height: 28px;
	width: 28px;
}
.twoColFixLtHdr #container #mainContent #artistInfo a:link, .twoColFixLtHdr #container #mainContent #artistInfo a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #4F726B;
}
.twoColFixLtHdr #container #header #maps {
	height: inherit;
	width: 390px;
	position: absolute;
	left: 620px;
	top: 20px;
}
.twoColFixLtHdr #container #mainContent #googlemap {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 48px;
}

