* {
	margin: 0;
	padding: 0;
}
a {color: #2B2F53;}
a:hover {color: #838383;}
body {
	background:#92920d;
	color: #333;
	font: normal;
}
input {
	color: #555;
	font: normal 1.1em ;
}
p,cite,code,ul {
	font-size: 14px;
	padding-bottom: 1.2em;
}

ul {margin-left: 1.2em;}
li {
}
h1 {font-size: 18px;}
h2 {font-size:16px;}
.li-style {list-style-image: url(../images/li.gif);}
blockquote {
	background: #FFF;
	border: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 1em;
	line-height:1.5em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;
}
h1,h2,h3 {color: #654;
}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(../images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 900px;
}
.Picture{ 
   float:left; 
   margin:5px 10px 3px 0px ; 
   border:solid 1px #DBD7BD; 
   }
   
.PicGal{
   float:left;
   background:#E8ECD1;
   padding:15px;
   width:90px;
   height:135px;
   font-size:13px;
   text-align:center;
   border:#DBD7BD solid 1px;
   }

.video{ 
   float:left; 
   color: #990000;
   margin:10px 10px 30px 80px ; 
   border:solid 0px #DBD7BD; 
   }
/* top */
.top {
	background:url(../images/logo-header-yellow.jpg) no-repeat yellow;
	height: 120px;
	margin: 0 auto;
	width: 850px;
}

/* TOP MENU */

.TOPMENU {
	font: normal 20px;
	font-weight:bold;
	height: 35px;
	margin: 0 auto;
	width: 850px;
}
/*#TOPMENU ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}
#TOPMENU li{
	display: inline;
}

#TOPMENU a {
	display: block;
	float: left;
	padding: 12px 5px 0 5px;
	text-decoration: none;
}
#TOPMENU a:hover{
	text-decoration: underline;
}
*/
/* header */
.header {
    border:0;
	height: 180px;
	margin: 0 auto;
	width: 850px;
}

/* item */
.item {clear: both;}
.item .date {
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 28px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 664px;
}
.item h1 {
	background:#E0DD69;
	color:#C60000;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 179px;
	line-height:20px;
}
.navigation h1 {
	background:#E1E49C;
	color:#C60000;
	font-size: 18px;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #fff;
	list-style: none;
}
.navigation li a {
	background: #F6F7DB;	
	color: #2B2F53;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #F6F7DB;
	color: #838383;
}

/* footer */
.footer {
	background: #E0DD69;
	color: #2B2F53;
	font-family:"Trebuchet MS", "Tw Cen MT Condensed";
	font-size:12px;
	line-height: 40px;
	margin: 0 auto;
	width: 846px;
}
.footer a {color: #2B2F53;}
.footer a:hover {color: #838383;}
.footer .left, .footer .right {padding: 0 12px;}

/* floats */
.left {float: left;}
.right {float: right;}

/* SPACE */
.space{
padding:8px 5px;
}

/*-------- Next , Prev Buttons --------*/

#photonavlinks{
padding:22px;
}
.photonavlinks{ /*CSS for pagination DIV*/
font: bold "Trebuchet MS", "Tw Cen MT Condensed" 11px;
}

.photonavlinks a{ /*CSS for each navigational link*/
margin-bottom: 3px;
padding: 1px 5px;
border:1px solid gray;
text-decoration: none;
background-color: white;
}

.photonavlinks a:hover , .photonavlinks a:active{ /*CSS for currently selected navigational link*/
background-color: yellow;
}
