body {
	background-image: url(images/background.jpg);
}

#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.jpg);
	border:5px solid #000000;
}
#header {
	height: 262px;
	width: 850px;
	background-image: url(images/header.png);
}
#content {
	width: 500px;
	padding: 10px;
	margin-right: 160px;
	margin-left: 160px;
}
#leftnav {
	float: left;
	width: 140px;
	height: 960px;
	background-color: #3399ff;
	padding: 5px;
}
#leftnav ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#leftnav a
{
	display: block;
	width: 130px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-bottom-width: 1px;
}

#leftnav a:link, .navlist a:visited
{
color: #ffffff;
text-decoration: underline;
font-weight: bold;
}

#leftnav a:visited
{
   color: #ffffff;
   text-decoration: underline;
   font-weight: bold;
}

#leftnav a:hover
{
	text-decoration: none;
	color: #0000ff;
}

#sidebar {
	padding: 10px;
	float: right;
	width: 130px;
	background-color: #3399ff;
	height: 950px;
}

#footer {
	background-color: #2F77F1;
	padding: 10px;
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}


h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	color: #1A2373;
	line-height: 20px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #2F77F1;
	line-height: 20px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	line-height: 20px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FF0000;
	line-height: 24px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 11pt;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 9px;
}

a {
	color: #A21A1A;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #A21A1A;
	text-decoration: underline;
	font-weight : bold;
}
a:hover {
	color: #901BBE;
	text-decoration: none;
}


.box1 {
	background:#ffffff;
	color: #000;
	border:1px solid #00ffff;
	width: 400px;
	height: 165px;
	padding-top: 5;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
	line-height: 16px;
}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 3px 0;
    margin: 3px 0;
	line-height: 12pt
}

/* Photo-Caption PZ3 CSS (The Good Stuff) */

.PZ3-l { float:left; margin-right:10px; }
.PZ3-r { float:right; margin-left:10px; direction:rtl; }
  [class~=PZ3-r] { position:relative; }

.PZ3zoom { border:1px solid #369; }
.PZ3zoom a,.PZ3zoom a:visited { display:block;
  padding:0; overflow:hidden; text-decoration:none;
  height:100%; width:100%; }
  [class~=PZ3-r]>a { right:0; }
.PZ3zoom a:hover { position:absolute;
  z-index:999; padding:0; background:none; 
  cursor:default; height:auto; width:auto;
  overflow:visible; border:1px solid #369;
  margin:-1px 0 0 -1px; }
  [class~=PZ3-r]>a:hover { margin:-1px -1px 0 0; }

.PZ3zoom a img { border:0; height:100%; width:100%; }
.PZ3zoom a:hover img { height:auto; width:auto;
  border:0; }

a:hover .PZ3cap { display:block;
  padding:3px 5px; margin-top:-5px; 
  direction:ltr; background:#369; color:#fff;
  font:10pt verdana,sans-serif;
  text-align:left; /*position:relative;*/ }

.noCap a:hover .PZ3cap { display:none; }
.PZ3zoom.noBdr,.PZ3zoom.noBdr a:hover { 
  border:0; }
.Lnk a:hover { cursor:pointer; }


/* End Photo-Caption Zoom CSS */ 

div.gallery { 
display:table;
overflow:hidden;
height:100%;
padding:10px 20px;
background:#aaa;
width:70%;
margin:0 auto;
border:3px double;

}
.PZ3-l { padding:5px; 
border:none;}

.PZ3zoom a, 
.PZ3zoom a:hover,
.PZ3zoom a:hover img {
height:100%;
width:100%;
}

.PZ3zoom a:hover { 
margin:0;
position:static;
}
.PZ3zoom a { 

 border:2px solid #aaa;
}
.PZ3zoom a:hover {
 border:2px solid white;
}


.PZ3zoom a:hover img.big {
height:auto;
width:auto;
position:absolute;
left:50%;
margin:-490px 0 0 -275px;
border:2px solid #fff;
}


/* let's pretty up the page a tad 

 body { background-color:#ccc;
  color:#555; padding:20px; }
p {font-family:times,serif; }

* / 