/* CSS Document */

html {
font-family: Geneva, Arial, Helvetica, sans-serif;
}

body {
background-color: #4B5C29;
}

table {
border-style: none; border-width: 0px;
}

a:link {color: #29325B;}
a:visited {color: #1E1914;}
a:hover {color: #440C0C;}

/* BEGIN NAVBAR CSS */
#navbar {
float:left; 
width:136px;
}

#navbar table a {
display:block;
width:134px;
background:transparent url(navbar/navbar.png) no-repeat 0 0;
text-indent:-9009px;
}

#navbar table a {width:134px;}
#navbar table a#nav1 {height:93px; background-position: 0 0px;}
#navbar table a#nav2 {height:86px; background-position: 0 -93px;}
#navbar table a#nav3 {height:86px; background-position: 0 -179px;}
#navbar table a#nav4 {height:80px; background-position: 0 -265px;}
#navbar table a#nav5 {height:79px; background-position: 0 -345px;}
#navbar table a#nav6 {height:86px; background-position: 0 -424px;}
#navbar table a#nav7 {height:86px; background-position: 0 -510px;}
#navbar table a#nav8 {height:92px; background-position: 0 -596px;}

#navbar table a:hover#nav1 {background-position: -134px 0;}
#navbar table a:hover#nav2 {background-position: -134px -93px ;}
#navbar table a:hover#nav3 {background-position: -134px -179px;}
#navbar table a:hover#nav4 {background-position: -134px -265px;}
#navbar table a:hover#nav5 {background-position: -134px -345px;}
#navbar table a:hover#nav6 {background-position: -134px -424px;}
#navbar table a:hover#nav7 {background-position: -134px -510px;}
#navbar table a:hover#nav8 {background-position: -134px -596px;}
/* END NAVBAR CSS */

#imagebar {
float:right;
width:200px;
margin:10px;
}

#imagebar img {margin-bottom:30px;}

#content {
text-align:left;
margin-left:140px;
margin-right:10px;
}

/* FIN - ZY supports magnanimity! */