* { padding: 0; margin: 0; }

.clear {
	clear: both;
}

#page-wrap {
	width: 728px;
	background: transparent;
	padding: 0px;
	margin: -52px 0px 0px 0px;
	
}

.button {
	float: left;
	margin: 0px 10px 0px 0px;
	
	
}

#home {
	display: block;
	padding: 0px;
	width: 1px;
	
	
}
#home-button {
	opacity: 1.0;
	border-bottom: 0px solid transparent;
	width: 1px:
	
}

#about {
	display: none;
	padding: 0px;
	width: 334px;
	height: 60px;
	margin: -30px 0px 0px 400px;
	
	background-repeat: repeat-x;
	border: 0px solid #ccc;
	
}

	
#about-button {
	opacity: 0.5;
	border-bottom: 0px solid #ccc;
	margin: 0px 0px 0px 0px;
	
	
}

#contact {
	display: none;
	padding: 0px;
	width: 334px;
	height: 120px;
	margin: -30px 0px 0px 362px;
	background-image:url(images/panel_b.png);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
}
#contact-button {
	opacity: 0.5;
	border-bottom: 0px solid black;
	

}


ul#navigation {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 308px;
    left: 0px;
    list-style: none;
    z-index:9999;
}
ul#navigation li {
    width: 100px;
}
ul#navigation li a {
    display: block;
    margin-left: -2px;
    width: 100px;
    height: 70px;   
    background-repeat:no-repeat;
    background-position:center center;
    border:0px solid #AFAFAF;
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
    /*-moz-box-shadow: 0px 4px 3px #000;
    -webkit-box-shadow: 0px 4px 3px #000;
    */
    opacity: 5.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
ul#navigation .home a{
   
    padding: 0px 0px 0px 0px;
}
ul#navigation .about a      {
    background-image: url(../images/id_card.png);
    margin: 30px 0px 0px 0px;
}
ul#navigation .search a      {
    background-image: url(../images/search.png);
}
ul#navigation .podcasts a      {
    background-image: url(../images/ipod.png);
}
ul#navigation .rssfeed a   {
    background-image: url(../images/rss.png);
}
ul#navigation .photos a     {
    background-image: url(../images/camera.png);
}
ul#navigation .contact a    {
    background-image: url(../images/mail.png);
}

