/* css sheet 3, for maingallery2 template, re-design Dec 2008 */
html{
    margin:0;
	padding:0;
}
body{
    font: 80% Verdana, Arial, Helvetica, sans-serif;
    margin: 0; 
	padding: 0;
	color:black;
}
div{
	margin: 5px; 
}  
h1{
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	font-weight:900;
	letter-spacing:4px;
	color:#333; 
	margin:0;
	padding: 0.5em 0 0.33em 5%;
	background-color:rgb(100%,100%,100%);
	border-bottom:4px solid rgb(90%,90%,90%);
}
h2{
    font-size: 1.33em; 
	color:white; 
	margin: 0; 
	padding-left:10px;
	background-color:#999;
}
#navbar{
    float: left; 
	margin: 3em 0 0 1em;
	font-size:1.2em;
	font-weight:600;
	letter-spacing:1px; 
	width:9em;
}
#navbar ul{
    list-style-type:none;
	margin:0;
	padding:0;
}
#navbar li {
    color:#666;
    padding: 0.5em 0 0.25em; 
	border-bottom: 1px solid rgb(84%,84%,69%);
}
#navbar a{
	text-decoration:none;
	color:#06C;
}
#navbar a:hover{
    color:#999;
	text-decoration:none;
}
#content {
    font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color:#333;
	border:0px;
	margin: 2em 0em 1em 15em;
	padding:0;
/*	width:590px; */
	vertical-align:top;
	line-height:1.5;
}
#content a{
    color:#00F;
	text-decoration:none;
}
#content a:hover{
    color:#999;
	text-decoration:underline;
}
#imagein{
	margin-bottom:0;/*15px;*/
    border:1px solid #333;
}
#imagein2{
    border:1px solid #333;
	margin-top:10px;
}
#linkline{
    color:#000;
	margin-right:10em;
}
#linkline a{
    color:#00F;
	text-decoration:underline;
}
#linkline a:hover{
    color:#999;
	text-decoration:underline;
}  
.style1{
    font-style:italic;
	color:#333;    
}
.style2{
    font-size:1.3em;
	font-weight:bold;
	color:#666;
}
#footer{
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:rgb(60%,60%,65%);
	margin-left:20em;
}
#footer a{
    color:rgb(60%,60%,65%);
	text-decoration:none;
}
#footer a:hover{
    color:black;
	text-decoration:underline;
}
#floatright{
    float:right;
    border-left:6px solid white;
	border-bottom:6px solid white;
}






