/* CSS Document */
body {
 background: url(images/body_bg.jpg);
 margin-top: 5px;
}
#header {
 width: 780px;
 background: #006;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: #fff;
 padding: 5px;
}
#photobox {
 width: 860px;
 height: 432px;
 background: #006;
}
#content {
 width: 780px;
 background: #006;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: #000;
 text-align: left;
}
#leftcol {
 width: 178px;
 background: #F5E2D4 url(images/leftcol_bg_bottom.jpg) bottom right no-repeat;
 text-align: center;
 vertical-align: top;
 padding: 4px;
}
#maincol {
 width: 574px;
 background: #89D4D9 url(images/content_bg_bottom-left.jpg) bottom left no-repeat;
 text-align: left;
 vertical-align: top;
 padding: 10px;
}
#footer {
 width: 860px;
 background: #F5E2D4;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: #000;
 text-align: left;
 padding: 10px;
}
a.topnav {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: #fff;
 padding: 3px;
 text-decoration: none;
 height: 25px;
}
a.topnav:link, a.topnav:visited {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: #fff;
 padding: 3px;
 text-decoration: none;
 height: 25px;
}
a.topnav:hover {
 background-color: #00c;
}
a.footernav {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #006;
 padding: 3px;
 text-decoration: none;
 height: 24px;
}
a.footernav:link, a.footernav:visited {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 14px;
 color: #006;
 padding: 3px;
 text-decoration: none;
 height: 24px;
}
a.footernav:hover {
 background-color: #89D4D9;
}
h1 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 18px;
 color: #006;
 font-weight: bold;
}
h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 15px;
 color: #006;
 font-weight: bold;
}
a {
 color: #006;
 text-decoration: underline;
}
a:link, a:visited {
 color: #006;
 text-decoration: underline;
}
a:hover {
 background-color: #69f;
 text-decoration: none;
}
div.article-photobox {
 margin: 2px;
 padding: 2px;
 border: 1px solid #69f;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 color: #333;
}
