/* CSS Document */



/*text*/



a:link {  }
a:visited { } 
a:hover { } 

.menu a:link { color: blue; }
.menu a:visited { color: light blue; }
.menu a:hover { color:dark blue; }
.main {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-style: normal;
color: black;
font-size: 1.6em;
}

h1a {
color: #6e005d;
font-size: 1.4em;
}

h1 {
font-size: 1.4em;
}

h2 { 
font-size: 1.2em;
}

h3 {
font-size: 1.0em;
}

 /*Structure*/

html, body{
height: 100%;
background-color: #E3E3E3;
margin-top: 0;
margin-bottom: 0;
border: none;
font-size: 62.5%;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
   
   
   
#container{
margin-left: 50px;
background-color: white;
width: 900px;
height: 100%;
}

#navcontainer{
width:850px;
height:40px;
padding-top:10px;
padding-left:25px;
padding-bottom:10px;
font-size:1.6em;
background-color:white;
}	
	
#nav{
text-align:left;
font-size: 1.05em;
width: 645px;
float:left;
line-height: 40px;
}

#contact{
height: 40px;
width: 500px;
text-align: right;
float:right;
line-height: 1.2em;
}

#logo{
width:180px;
float: left;
padding-right: 25px;
}


#main{
clear: both;
width:850px;
text-align:left;
padding-left: 25px;
padding-right: 25px;
background-color:white;
}

#leftblock{
width:600px;
float:left;
margin-bottom: 20px;
}

#rightblock{
width: 200px;
float: right;
margin-bottom: 10px;
}


table.sn {border-width: thin thin thin thin;
             border-spacing: 2px;
             border-color: gray gray gray gray;
             border-style: solid solid solid solid;
             border-collapse: collapse;
             text-align: center;
             empty-cells: show;
             background-color: white;
             margin-left: auto;
             margin-right: auto;
             width: 300px}

td.sn-title {font-family: sans-serif;
              border-width: thin thin thin thin;
              padding: 1px 1px 1px 1px;
              border-style: solid solid solid solid;
              border-color: gray gray gray gray;
              background-color: gray;
              color: black;
              font-size:14px;
              font-weight: bold}
td.sn-date {font-style: italic;
             font-family: sans-serif;
             border-width: thin thin thin thin;
             padding: 1px 1px 1px 1px;
             border-style: solid solid solid solid;
             border-color: gray gray gray gray;
             background-color: white;
             color: black;
             font-size:9px}
td.sn-post {font-family: monospace;
              border-width: thin thin thin thin;
              padding: 1px 1px 1px 1px;
              border-style: solid solid solid solid;
              border-color: gray gray gray gray;
              background-color: white;
              font-weight: bold;
              color: black;
              font-size:10px;}

#myGallery
{
width: 600px !important;
height: 400px !important;
}

															