/* BEGIN DEMO STYLE */
body{font:80%/140% georgia,serif;}
a{color:#348;text-decoration:none;outline:none;}
a:hover{color:#67a;}
.caption{font-style:italic;color:#887;}
.demo{position:relative;margin-top:1em;}
.gallery_demo{width:702px;margin:0 auto;}
.gallery_demo li{width:75px;height:65px;border:3px double white;margin: 0 1px;background:silver;}
.gallery_demo li div{left:240px}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}
	
.galleria_container{margin:0 auto 10px auto;height:400px;width:600px;background:black;}
.galleria_container img{margin-bottom:10px;}
	
.nav{padding:0px;margin:0px 0px 10px 0px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}
	
div.prj-gallery
{
    min-width:800px;
    border: solid gray;
    border-width: 2px;
    margin: 0px 10px;
    padding: 0px;
}

div.top-area
{
    border: solid navy;
    border-width: 0px 0px 1px 0px;
    margin: 0px 0px;
    padding: 0px;
}


div.gallery-logo img
{
    border: solid red;
    border-width: 0px 0px 0px 0px;
}

div.gallery-logo
{

    background-image: url(../images/top-background.jpg);
    background-repeat: repeat-x;
    /* float: left; */
    /* width: 25%; */
    position: relative;
}

div.gallery-header
{
    background-image: url(../images/top-background.jpg);
    background-repeat: repeat-x;
    text-align:center;
    /* float: right;    */
    /* width: 75%; */
    /* height: 80px; */
    padding: 0px;
    margin: 0px;

    border: solid orange;
    border-width: 0px;
}

div.gallery-header h3
{
   color: gray;
   font-size: 1.1em;
   font-family:  Helvetica, Arial "sans serif", serif, Times;
   font-weight: normal;
   padding: 3px;
   margin: 0px;
   border: solid green;
   border-width: 0px;
}

div.gallery-content
{
    text-align:center;
    color: gray;
    font-size: 1.3em;
    font-family:  Helvetica, Arial "sans serif", serif, Times;
    font-weight: normal;

    border: solid pink;
    border-width: 0px;
    margin: 0px 0%;
    padding: 0px;
}

div.gallery-content h4
{
   color: gray;
   font-size: 1.1em;
   font-family:  Helvetica, Arial "sans serif", serif, Times;
   font-weight: normal;
   padding: 1em 0em 0em 0em;
   margin: 0px;
}

.galleria_container img
{
    height: 400px;	
    width: 600px;	
}

div.clear
{
	clear: both;
}

div.footer /* same as div.page as seen above */
{
  border: solid gray;
  border-width: 1px 0px 0px 0px;
  padding: 0px;
  margin: 2em 0px 0px 0px;
  font-size: 1.0em;
  color: navy;
  text-align: center;
}

div.footer p
{
  margin: 0px;
  padding: 0px;
}

