/* Style Sheet for the Screen */

body {
     background: #eee url(../images/background.gif) -50px -10px;
     font-family: Verdana, arial, sans-serif;
     font-size: 80%;
     margin: 0px;
     padding: 0px;
     color: #000;
     text-align: center;
     }

a {color: #05006f; text-decoration: none;}
a:link {color: #05006f; text-decoration: none; }
a:visited {color: #05006f; text-decoration: none; }
a:hover {color: #fff; text-decoration: none; background: #05006f; }
a:active {color: #05006f; text-decoration: none; }

h1 {
   color: #05006f;
   font-size: 160%;
   font-weight: bold;
   text-align: center;
    letter-spacing: 2px;
   }

h2 {
   font-size: 110%;
   font-weight: bold;
   }

ul, li {list-style: none;
       margin: 0;
       padding: 0;}

.container { background: #fff  url(../images/content.gif) ;
           width: 694px;
           margin-left: auto;
           margin-right: auto;
           margin-bottom: 0px;
           border-right: solid 4px #05006f;
           border-left: solid 4px #05006f;
           text-align: center;
}

.header {
       background: #05006f url(../images/header.gif) no-repeat;
       color: #05006f;
       width: 694px;
       height: 264px;
       }





.nav {
            float: left;
            width: 150px;
            text-align: left;
            color: #05006f;
            font-size: 110%;
            font-weight: bold;
            margin: 10px 0 10px 2px;
}

.nav li {
margin: 10px;
padding-bottom: 5px;
}


.content {text-align: left;
         width: 510px;
         float: right;
         margin: 5px;
         }

.picture_list {
		float: left;
		width: 420px;
		padding: 0;
		}

.picture_list dl {
		float: left;
		width: 400px;
		margin: 0 0 20px;
		padding: 0;
		}


.picture_list dt {
                  	float: left;
			margin: 4px 10px 4px 4px;
			padding: 0;
		}

.picture_list dt.img img {
                          border-top: 2px solid #eee;
                          border-right: 2px solid #666;
                          border-bottom: 2px solid #666;
                          border-left: 2px solid #eee;
			}
.picture_list dt.img img a {color: #fff; text-decoration: none; background: transparent; }


.picture_list dd.title {
		float: left;
		width: 220px;
		margin: 0;
		padding: 2px 0 0 0;
		font-size: 100%;
		font-weight: bold;
		color: #000;
		}

.picture_list dd {
		margin: 0;
		padding: 0;
		font-size: 90%;
		color: #333;
		}

.imagebox {
          width: 200px;
          float: left;
          text-align: center;
          }
.imagebox img { margin: 0 0 15px 0;
           border-top: 2px solid #eee;
           border-right: 2px solid #666;
           border-bottom: 2px solid #666;
          border-left: 2px solid #eee;
          }
.imagebox a {color: #fff; text-decoration: none; background: transparent; }

.footer {
        background: #fcb002 url(../images/footer.gif) no-repeat;
        clear: both;
        color: #fff;
        font-size: 90%;
        letter-spacing: 5px;
        text-align: center;
        width: 694px;
        font-weight: bold;
        padding: 75px 0 25px 0;

}


