

@import url("http://www.geocities.com/climbin_ivy85/legacy.css");

*
{
	font-family:Verdana,Arial,Helvetica,sans-serif;
}


body {
	margin: 0px; padding:0px;
	text-align:center;
	background-color: white;
	color: black;
}

a img {
	border: 0px none; /* no borders on hyperlinked images */
}
	
div.page
{
	width:774px;
	margin:0px auto;
	text-align:left;
}


/* ============ Menu =============== */
div.banner 
{
	padding:2px;
	text-align:left;
	width:774px;
	height:24px;
	/* hide from mac ie5 \*/
	height: 20px;
	/* end hide from mac */
	font-size:12px;
	margin-bottom:2px;
	font-family:verdana,arial,Helvetica,sans-serif;
	clear:both;
}

div.banner div.logo
{
	float: left;
}
div.banner div.links
{
	float:right;
	position: relative;
	bottom: -3px;
	color: blue;
}
div.banner div.links a
{
	text-decoration: none;
}
div.banner div.links a:hover
{
	text-decoration: underline;
}
div.banner div.links a.grey:link,
div.banner div.links a.grey:visited
{
	font-weight: bold;
	color: pink;
}
div.banner div.links a.black
{
	font-weight: bold;
}
/* ============================================== */



/* ================ MISC ================== */

{
	font-weight: bold;
	color: pink;
}

table.links-table td
{
	padding: 0 50px;
}
table.links-table,
table.small-links-table
{
	margin: 0 auto;
}
table.links-table a:link,
table.links-table a:visited,
table.small-links-table a:link,
table.small-links-table a:visited,
table.noul-links-table a:link,
table.noul-links-table a:visited
{
	text-decoration: none;
}
table.links-table a:hover,
table.small-links-table a:hover,
table.noul-links-table a:hover
{
	text-decoration: underline;
}
table.small-links-table a
{
	font-size: 11px;
}
div.back-home-links 
{
	text-align: right;
	margin-bottom: 4px;
	padding-right: 5px;
}
div.back-home-links a:link,
div.back-home-links a:visited
{
	text-decoration: none;
}
div.back-home-links a:hover
{
	text-decoration: underline;
}
div.photo {
	background: white;
	padding: 5px;
	border: 1px solid pink;
	float: left;
	margin: 2px;
	width: 90px;
	clear: none;
}
div.photo div {
	background: #eee;
	margin-top: 3px;
}
div.photo small {
	font-family: sans-serif;
	font-size: 10px;
}
a.noul:link,
a.noul:visited 
{
	text-decoration: none;
}
a.noul:hover
{
	text-decoration: underline
}
/* ================================================= */

/* ============== BUTTON STYLES ==================== */
div.button {
	display: inline;
	float:left;
	height: 26px;
	background-image: url('image/button_left.gif');
	background-position: left top;
	background-repeat: no-repeat;
	margin-bottom: 2px; margin-left:auto; margin-right:auto; margin-top:0; padding-left:5px; padding-right:5px; padding-top:0px; padding-bottom:0
}
div.button a
{
	float:left;
	height: 26px;
  display:block;
	margin: 0;
	background: url('image/button_right.gif') no-repeat right top;
	text-align: center;
	font-weight: bold; padding-left:2px; padding-right:7px; padding-top:5px; padding-bottom:4px
}
div.button a:link, div.button a:visited
{
	text-decoration: none;
}
div.freeprintsbutton
{
	background-color: pink;
}
/* ================================================= */

/* ================ TABLE STYLES ===================== */
table.black
{
	border-collapse: collapse;
}
table.black td
{
	padding: 2px;
}
table.black td small
{
	font-size: 10px;
	font-weight: normal;
}
table.black th
{
	padding: 5px;
	color: white;
	background: black;
	border: 1px solid white;
	font-size: 12px;
}
/* ================================================== */

/* hide from IE/Mac */
a.background-banner
{
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 100%;
}
/* end hide */