/* ---------- Attribute Selectors ---------- */
a:link, a:active, a:visited {
	background: #fff;
	color: #003333;	
}
a:hover {
	background: #fff;
	color: #003333;
	text-decoration: none;	
}
/* Commented Backslash hack for IE5 Mac \*/ 
html, body { 
	height: 100%; 
	/* End hack */ 
} 
html, body {
	border: 0;
	margin: 0;
	padding: 0;
}
img { 
	border: 0;
}

/* ---------- ID Selectors ---------- */
#beginMessage {
	border-right: 3px double #003333;
	float: right;
	margin: 5px 0 10px 0;
	padding: 0 10px 0 0;
}
/* To prevent element dropping */
#container { 
	width: 984px;
	height: 100%;
	min-height: 100%;
}
#flashIndex {
	background: url(../media/flashBG.gif) repeat-y;
	float: left;
	height: 100%;
	min-height: 100%;
	width: 545px;
}
/* IE5 Mac hack\*/ 
* html #flashIndex{ height: 100% }
/* End hide */
#footer {
	bottom: 5px;
	position: absolute;
	left: 52px;
	text-align: left;
}
#galleryMessage {
	border-right: 3px double #003333;
	float: right;
	margin: 5px 0 0 0;
	padding: 0 10px 0 0;
}
#header {
	margin: 22px 0 0 12px;
}
#leftSide {
	background: url(../media/indent.gif) no-repeat;
	float: left;
	height: 100%;
	min-height: 100%;
	margin: 0 22px 0 28px;
	width: 389px;
}
/* IE5 Mac hide \*/
* html #leftSide{ 
	height: 100%;
	margin: 0 10px 0 14px;
} /* End hide*/
#slideshow {
	padding: 0 0 0 12px;
}
#versionNotice_main {
	background: #fff;
	color: #003333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 0 10px 10px;
	text-align: left;
}
/* ---------- Class Selectors ---------- */
.divClear {
	clear: both;
	height: 10px;
	overflow: hidden;
	margin-top: -10px; 
}
