.contentBox {  
	background: url("images/50_percent_white.gif");
/*	background: url("images/50_percent_white.png"); */
	text-align: left; 
	height: auto; 
	width: 480;
	/* right: 168px; */
	top: 32px;
	left: 32px;
	position: absolute;
	border: 1px #808080 solid;
	float: left; 
	}
.contentBox p {
	padding-right: 16px;
	padding-left: 16px;
	margin-bottom: 8px;
	}
	
.inlinePhotoLeft {
	font-size: 9px;
	text-align: left;
	line-height: 9px;
	display: inline;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	z-index: 9;
	float: left;
	}
		
.sidebar {  
	text-align: left; 
	height: auto; 
	width: 120px; 
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-left: 496px;
	margin-bottom: auto;
	/* right: 32px; */
	z-index: 2;
	/* float: left; */
	}
/* .sidebar {
	position: fixed; degrades to absolute if not supported
	} */
.sidebar p {  
	font-family: Helvetica, Geneva, Arial, sans-serif; 
	font-size: 10px; 
	line-height: 14px; 
	background-color: #CCCCCC; 
	border: 1px #808080 solid; 
	padding: 8px; 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	}
.sidebarTitle {  
	font-family: Helvetica, Geneva, Arial, sans-serif; 
	font-size: 10px; 
	color: #FFFFFF;
	background: #B3B3CC;
	font-weight: bold;
	padding-top: 3px; 
	padding-right: 8px; 
	padding-bottom: 2px; 
	padding-left: 8px; 
	position: relative; 
	border-top: 1px #808080 solid; 
	border-right: 1px #808080 solid;
	border-bottom: 0px;
	border-left: 1px #808080 solid; 
	margin: 0px; 
	height: auto; 
	width: auto;
	top: 1;
	}
.sidebarTitle, .sidebar p {
	border-style: dotted;
	}
body {  
	font-family:  Helvetica, Arial, Geneva, sans-serif; 
	font-size: 11px; 
	line-height: 16px; 
	background: #C0C0C0;
	background: #E6E6E6 url("images/spiky_bg_bits.gif");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
	color: #808080;
	margin: 32px;
	}

.scribbles {
	background: transparent url("images/scribbles.png");
	width: 100%;
	height: 100%;
	position: absolute;
	margin: -32px;
	z-index: 9;
	}	

body a:link {  
	text-decoration: none;
	background: transparent;
	border-bottom: 1px #6666CC dotted;
	color: #6666CC;
	}
body a:hover {  
	text-decoration: none;
	background: #CCCCFF;
	color: #6666CC;
	}
body a:active {  
	text-decoration: none;
	background: #CCCCFF;
	color: #9999FF;
	}
body a:visited {  
	text-decoration: none;
	color: #333399;
	}
body a {
	text-decoration: none;
	border-bottom: 1px #6666CC dotted;
	}
	
#gallery a:link {
	border: 0;
	}
	
img {
	border: 0;
	}
	
.titleBox {  
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 14px; 
	line-height: 14px; 
	font-weight: bold; 
	color: #FFFFFF; 
	background-color: #666666; 
	text-align: left; 
	margin-top: 32px; 
	margin-right: 32px; 
	margin-bottom: 0px; 
	margin-left: 32px; 
	padding-top: 8px; 
	padding-right: 8px; 
	padding-bottom: 8px; 
	padding-left: 8px; 
	position: absolute; 
	left: 32px; 
	top: 32px;
	height: auto; 
	width: auto
	}
.dateTag {  
	font-family: Geneva,Arial,sans-serif; 
	font-size: 9px; 
	line-height: 11px; 
	color: #FFFFFF; 
	background-color: #B2B2B2; 
	text-align: left; 
	padding-top: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px; 
	padding-left: 4px; 
	position: relative; 
	height: auto; 
	width: auto;
	margin-top: 0px;
	}
.miceType {
	font-family: Helvetica,Arial,Geneva,sans-serif;
	font-size: 9px;
	color: #999999;
	position: relative;
	white-space: nowrap;
	}
.floatingText {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #E6E6E6;
	position: absolute;
	top: 14px;
	left: 30px;
	z-index: 0;
	}
.floatingText {
	position: fixed;
	}
.sidebar img.icon {
	border: 0px;
	position: relative;
	margin-top: 2px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
	top: 2px;
	width: 16px;
	height: 16px;
	}
.sidebar hr {
	color: #CCCCCC;
	border-bottom: 1px #999999 dotted;
	padding: -16px;
	}
	
i {
	font-style: italic;
	}
	
p.hr {
	font-size: 1px;
	line-height: 1px;
	padding: 0px;
	border-bottom: 1px #808080 dotted;
	margin: 0px;
	}