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

body {
	background-image: url(brown.gif);
	background-repeat: repeat;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 0.5px;
	font-size: 13px;
	margin-left: 0px;
	}

#container { 
		 margin-left: auto;
		 margin-right: auto;
		 height: auto;
		 width: 800px;
		 background: #FFFFFF;
		 border: 1px solid #000000; 
		 }
#container2 { 
		 margin-left: auto;
		 margin-right: auto;
		 height: auto;
		 width: 800px;
		 background: #000000;
		 border: 1px solid #000000; 
		 }	 
		 
#masthead {
	width: auto;
	}

#navigation {
	width: auto;
	}

#main {
	width: 800px;
}

#left {
	float: left; 
	width: 50%
	}
	
#right {
	float: right;
	width: 50%;
	
}
	
#footer {
	clear: both;
	background-color: #99cc00;
		}
		
h1 { 	
		font-size: 22px;
		display: block;
		margin-left: 20px;
		}
h2 {   font-size: 16px;
		margin-left: 20px;
		}

p { margin-left: 20px;
	margin-right: 20px;
	}
	
#simplegallery1{ //CSS for Simple Gallery Example 1
position: relative; /*keep this intact*/
visibility: hidden; /*keep this intact*/
text-align: center;
}

#simplegallery1 .gallerydesctext{ //CSS for description DIV of Example 1 (if defined)
text-align: center;
padding: 2px 5px;
}