/* css sheet 2, for index and maingallery template */
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:bold;
	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%);
}
h1 a{
	color:#333;
	text-decoration:none;
}
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:bold;
	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:15px;
    border:1px solid #333;
}
#imagein2{
    border:1px solid #333;
	margin-top:10px;
}
#linkline{
    color:#000;
}
#linkline a{
    color:#00F;
	text-decoration:underline;
}
#linkline a:hover{
    color:#999;
	text-decoration:underline;
}  
.style1{
    font-style:italic;
}
.style2{
    font-size:1.3em;
	font-weight:bold;
	color:#666!important;
	text-decoration:none;
}
#footer{
    font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:rgb(60%,60%,65%);
	margin-left:15em;
}
#footer a{
    color:rgb(60%,60%,65%);
	text-decoration:underline;
}
#footer a:hover{
    color:black;
	text-decoration:underline;
}
#floatright{
    float:right;
    border-left:6px solid white;
	border-bottom:6px solid white;
}







