@charset "utf-8";
/* CSS Document */


.bg
{
color:#FFF; 
margin:0 auto; 
text-align:center; 
background:url(/img/header.png) repeat-x top; 
}



.paginationstyle{ /*Style for demo pagination divs*/
width:250px;
text-align: center;
padding:2px 0;
margin:0;
}

.paginationstyle select{ /*Style for demo pagination divs' select menu*/
border: 1px solid navy;
margin: 0 15px;
}

.paginationstyle a{ /*Pagination links style*/
padding: 0 5px;
text-decoration: none;
border: 1px solid black;
color: navy;
background-color: white;
}

.paginationstyle a:hover, .paginationstyle a.selected{
color: #000;
background-color: #FEE496;
}

.paginationstyle a.disabled, .paginationstyle a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: white;
cursor: default;
color: #929292;
border-color: transparent;
}

.paginationstyle a.imglinks{ /*Pagination Image links style (class="imglinks") */
border: 0;
padding: 0;
}

.paginationstyle a.imglinks img{
vertical-align: bottom;
border: 0;
}

.paginationstyle a.imglinks a:hover{
background: none;
}

.paginationstyle .flatview a:hover, .paginationstyle .flatview a.selected{ /*Pagination div "flatview" links style*/
color: #000;
background-color: yellow;
}


.link16 a {
font:15px Trebuchet MS, Arial, sans-serif;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}


.link16 a:hover {
font:15px Trebuchet MS, Arial, sans-serif;
color:#fe8f01;
font-weight:bold;
text-decoration:underline;
}

.link24 a {
font:24px Trebuchet MS, Arial, sans-serif;
color:#06F;
font-weight:bold;
text-decoration:none;
font-style:italic;
}


.link24 a:hover {
font:24px Trebuchet MS, Arial, sans-serif;
color:#fe8f01;
font-weight:bold;
text-decoration:underline;
font-style:italic;
}

.content {float:left; width:760px;/* background-color:#FFF; */}

.thumb {border:1px solid #FFF;padding:4px;}

.menu
{
background-color:#4f4f4f;
border-left:5px solid #393939; 
border-right:1px solid #393939; 
border-bottom:#393939 1px solid; 
width:200px; 
height:30px; 
padding-left:6px;
padding-right:6px;
padding-top:9px;
font-weight:bold;
font-size:15px;
}

h5{text-align:center;font-size:20px;font-weight:bold;margin:0;color:#fe8f01; margin-top:10px;}

.gallery {width:700px;margin-top:20px; text-align:center;}

.enlarge {text-align:center; display:block; font-size:12px;}