@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	margin: 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;
	background-attachment: fixed;
	background-color: #666666;
	background-image: url(images/tundra-symphony-background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#coffeeCan {
	height: 300px;
	width: 620px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/tundra%20symphony.jpg);
}
#VU {
	height: 296px;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.oneColFixCtrHdr #container {
	width: 760px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #CCCCCC;
	background-image: url(images/Darkroom_spotlight.jpg);
	background-position: center center;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 4px;
	margin-left: auto;
	padding-top: 10px;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #container #header h5 {
	margin-top: 0px;
}

.white {
	color: #FFFFFF;
	font-size: .8em;
	padding-right: 5px;
	padding-left: 5px;
}

.oneColFixCtrHdr #header h1 {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	color: #FFFFFF;
	line-height: 1.5em;
}
.oneColFixCtrHdr #footer {
	background:#DDDDDD;
	height: 30px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #000000;
}
.oneColFixCtrHdr #container #footer h5 {
	margin-top: 1px;
	padding-top: 3px;
}


a:link {
	color: #EEEEEE;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

a:hover {
	color: #935349;
	text-decoration: underline;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-style: italic;
	color: #CCCCCC;
	margin-top: -5px;
}

.floatleft {
	float: left;
	padding: 10px;
}
.floatright {
	padding: 10px;
	float: right;
}


/*
a:link {
	color: #935349;
}
a:hover {
	color: #FFFFFF;
}
a:visited {
	color: #935349;
}
*/
#mainContent  a:link {
	color: #33CCCC;
	font-weight: normal;
}
#mainContent a:visited {
	color: #CCCCCC;
	font-weight: normal;
}

#mainContent a:hover {
	color: #339999;
	font-weight: bold;
}
.updateBox {
	padding: 5px;
	width: 100%;
	border: thin double #999999;
	margin-left: -5px;
}

/*Cool DHTML Tooltip II*/

#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 150px;
	border: 1px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
