* {
	outline:none;
	}
	
body {
	margin:0;
	padding:0;	
	background: #ccc;
	color: #444;
	font: 12px Arial, sans-serif;
	}
	
#logo {
	background: transparent url(img/logo.gif) no-repeat center left;
	}
	
a:link, a:visited {
	color:#222;
	text-decoration:none;
	}
	
a:hover {
	background-color:#eee;
	color:#333;
	}
	
.details a:link, .details a:visited, #text a:link, #text a:visited {
	color: #CC0066;
	text-decoration: none;
	}
	
.details a:hover, #text a:hover {
	background: none;
	color: #333;
	}
	
table#outside {
	background-color:#fff;
	border-left: 25px solid #fff;
	border-right: 25px solid #fff;
	margin-top: 35px;
	margin-bottom: 35px;
}
	
td.nav {
	text-align: right;
	height: 75px;
	vertical-align: bottom;
}

td.nav2 {
	text-align: right;
	height: 10px;
	vertical-align: top;
}

#hphoto, #vphoto {
	display:none;
	}
	
.photocell {
	background-color:#FFF;
	background-image:url(../images/loadingW.gif);
	background-repeat:no-repeat;
	background-position:center center;
}

.photo {
	display:none;
	}
	
.sidecol {
	width: 250px; 
	background-color:#eee;
	padding: 15px 10px 15px 15px;
	border-top: 30px solid #ccc;
	}
	
.notes { 
	background-color:#eee;
	padding: 15px;
	border-left: 30px solid #ccc;
	}
	
.details p {
	margin: 0 0 10px 0;
	padding: 0;
	color: #555;
	}
	
h2 {
	padding:0;
	font-size:115%;
	margin: 0 0 15px -4px;
	}
	
h3 {
	font-size:110%;
	
	}
		
.viewAll {
	display:none;
	}	
	
#footer {
	padding: 10px 0;
	background-color:#fff;
	text-align: left;
	vertical-align: middle;
	}
	
.viola {
	color: #CC0066;
	font-weight: bold;
	}

.details p.small {
	font-size: 10px;
	color: #666;
	margin-bottom: 0;
	}

/* ARCHIVE */

table td#thumbs {
	background-color:#dfdfdf;
	width: 440px;
	padding: 15px 0 15px 35px;
}

table td#thumbs a:link, table td#thumbs a:visited {
	border:2px solid #AAA;
	display:block;
	float:left;
	margin:12px;
}

table td#thumbs a:hover {
	border:2px solid #EEE;
}

table td#thumbs a img {
	border:none;
	}
	
td.sidecol ul {
	list-style:none;
	margin:0 0 0 10px;
	padding:0;
}

td.sidecol ul li {
	margin-bottom:4px;
}

#text {
	background-color:#dfdfdf;
	width:450px;
	padding: 15px 10px 15px 15px;
	}
	
#img_thumbs {
	background-color:#CCC;
}

#img_thumbs.vertical a:link, #img_thumbs.vertical a:visited {
	display:block;
	float:left;
	margin:0 5px 5px 0;
}

#img_thumbs a:link, #img_thumbs a:visited {
	display:block;
	float:left;
	margin:0 15px 5px 7px;
}

#img_thumbs a img {
	border:none;
	}