/* 
Through the Eyes of Hope
Chienyi Hung @ CYH Photo & Design
Crated: November 2007
Updated: November 2009
inside pages 
*/
@import url("overall.css");

/* top nav */
#top {
background:url(/images/logo-bgd.gif) left no-repeat;
width:1000px;
height:44px;
}

#top ul {
margin:0;
padding:0;
}

#top ul li {
margin:0; padding:0 10px;
display:inline;
list-style:none;
}

#top ul li.nav img#about {
background:url(/images/nav-about.gif) no-repeat;
width:43px; height:44px;
}
#top ul li.nav a:hover img#about {
background:url(/images/nav-about-over.gif) no-repeat;
width:43px; height:44px;
}
#top ul li.nav img#photo {
background:url(/images/nav-photographs.gif) no-repeat;
width:88px; height:44px;
}
#top ul li.nav a:hover img#photo {
background:url(/images/nav-photographs-over.gif) no-repeat;
width:88px; height:44px;
}
#top ul li.nav img#news {
background:url(/images/nav-news.gif) no-repeat;
width:37px; height:44px;
}
#top ul li.nav a:hover img#news {
background:url(/images/nav-news-over.gif) no-repeat;
width:37px; height:44px;
}
#top ul li.nav img#blog {
background:url(/images/nav-blog.gif) no-repeat;
width:30px; height:44px;
}
#top ul li.nav a:hover img#blog {
background:url(/images/nav-blog-over.gif) no-repeat;
width:30px; height:44px;
}
#top ul li.nav img#contacts {
background:url(/images/nav-contacts.gif) no-repeat;
width:63px; height:44px;
}
#top ul li.nav a:hover img#contacts {
background:url(/images/nav-contacts-over.gif) no-repeat;
width:63px; height:44px;
}

/* center */
#center {
border:1px solid #0B718E;
border-top:none;
}
