html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	background:#fff; 
	font-size:80%;
    font-family: "trebuchet ms", "Lucida Grande", Verdana, Geneva,Tahoma,Arial,sans-serif;
	
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
	}

body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	}

#content {
	display:block; 
	height:100%; 
	width:720px;
	max-height:100%; 
	overflow:auto; 
	padding-left:15px; 
	position:relative; 
	z-index:3; 
	word-wrap:break-word;
    
	}

#album {
	display:block; 
	height:600px; 
	width:720px;
	max-height:600px; 
	overflow:hidden; 
	padding-left:15px; 
	position:relative; 
	z-index:3; 
	word-wrap:break-word;
    
	}	
#head {
	/* background:url(../images/wwocn7b.jpg); */
	background-repeat:no-repeat;
	position:absolute; 
	margin:0; top:0; 
	/*right:18px; */
	display:block; width:720px; 
	height:144px; 
	z-index:5; color:#0073F4; 
	}

#foot {
	position:absolute; 
	margin:0; bottom:0; 
	/*right:18px;*/ 
	display:block; 
	width:720px; 
	height:35px; 
	background:#00A7F4;
    /*background:#8BDE00;*/
    /*background:#CCCCCC;*/
	color:#FFFFFF; 
	text-align:center; 
	font-size:1em; 
	z-index:4; 
	border-top:2px solid #0073F4;
	}

#left {position:absolute; 
	left:0; 
	top:150; 
	align:left;
	height:100%; 
	width:140px; 
	color:#fff;
	z-index:7;
	}
* html #head, * html #foot,* html #left {position:absolute;}

a.nav, a.nav:visited {
	display: block;
	width: 170 px;
	text-align: center;
	text-decoration: none;
	font-family:arial,verdana;
	font-size:12px;
	color: #000000;
	background-color:#FFFFFF;
	BORDER: none;
	}

a.nav:hover {
	color: #FF5500;
	font-size:13px;
	border: solid 1px #FF5500;
	}

a.orangeLink, a.orangeLink:visited {
	display: block;
	font-family:arial,verdana;
	color:#FF5500; 
    font-weight:bolder;
	font-size:15px;
	background-color:#FFFFFF;
	BORDER: none;
	}

a.orangeLink:hover {
	color:#00A7F4;
	font-size:16px;
	}
    

a.orangeSmallLink, a.orangeSmallLink:visited {
	display: block;
	font-family:arial,verdana;
	color:#FF5500; 
    font-weight:bolder;
	font-size:12px;
	background-color:#FFFFFF;
	BORDER: none;
	}

a.orangeSmallLink:hover {
	color:#00A7F4;
	font-size:13px;
	}
    
    
.pad1 {
	display:block; 
	width:18px; 
	height:35px; 
	float:left;
	}

.pad2 {
	display:block; 
	height:144px;
	}
	
#content p {padding:5px;}

.red {
	color:#FF0000; 
	margin-left:5px;
	
	}

.green {
	color:#00FF00; 
	margin-left:5px; 
	
	}
.blue {
	color:#0000FF; 
	margin-left:5px; 
	
	}

.orangeBold {
	color:#FF5500; 
	margin-left:5px; 
	font-weight:bolder;
	font-size:1.2em;
    
	}

ul.circle {
    list-style-type: 
    circle
    }
    
div.img-dec {
	background: url('../images/shadow.gif') no-repeat bottom right;
	clear: right;
	float: right;
	margin: 0 0 15px 25px;
	padding: 0;
	position: relative;
}

div.img-dec img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	display: block;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
}



