*{ margin: 0; padding: 0; }*
body { font: .8em Arial, Sans-Serif; line-height: 1.8em; background: #888; color: #888; }
a {COLOR: #888; text-decoration: none;}
a:visited {COLOR: #888; text-decoration: none;}
a:hover {COLOR: #00bbbb; text-decoration: none;}
h2 { font-size:18px; margin: 0 0 9px; padding: 9px 0 3px; }
h3 { padding-left: 10px; color: #fff; background: #888 url(images/bg.jpg) repeat-x; font-size: 1em; height: 24px; line-height: 24px; }
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#header {
background: #888 url(images/bg3.jpg) repeat-x;
height: 150px;
}
#header h1 {
font-size: 40px;
font-weight: 100;
letter-spacing: -1px;
padding: 22px 0 5px 10px;
}
#header h1 a {
color: #fff;
text-decoration: none;
}
strong {
font-size:13px;
font-weight:bold;}
#header h1 a:hover {
color: #000;
text-decoration: none;
}
#header h2 {
color: #eee;
font-size: 17px;
font-weight: 100;
padding: 0 0 0 11px;
letter-spacing: -1px;
line-height: 12px;
}

#wrap { padding: 10px 10px 1px 10px; width: 760px; margin:10px auto; background: #fff;}
#left { float: left; width: 220px; background: #fff; margin-bottom: 10px; margin-top: 20px; border: 1px dotted #dddddd;}
#left ul { padding: 5px 10px 10px 10px; margin: 0; }
#right { margin-bottom: 10px; float: right; width: 510px; padding: 0 10px 10px 10px; margin-top: 10px;}
	
#footer { font-size: 11px; text-align: center; border-top: 1px solid #ccc; padding: 10px 5px; }
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	padding: 2px;
	background: #888;
	visibility: hidden;
	z-index: 10;
	cursor: pointer;
}
#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
	font-size:0,0em;
	font-weight:normal;
	FONT-STYLE: normal;
	font-family: Arial, Sans-Serif;
	letter-spacing: 0px;
	line-height: 0.9em;
	color: #fff;
	padding:  0;
	text-align: right;
}

#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
	background-color: 0000cc;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
	position: absolute;
	visibility: hidden;
	font-family: Arial, Sans-Serif;
	font-size:9px;
	border: 1px solid black;
	border-color: #000;
	background-color: #fff;
	padding: 5px;
	z-index: 5;
	color: #888;
}

