a img {
	border: 0px;
}

body {
	margin:0px 0px; 
	background: #333333;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	padding:0px; 		/* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; 	/* Hack for IE5/Win */
}


div#footer {
   width: 100%;
	background: #EEEEEE;	 
	text-align: center;
	clear: both;
}

hr#footer {
   height:2px;
	width: 90%;
   background:#999999;
   margin: 10px auto 10px;  
}

p {
	margin: 10px 20px 10px 20px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	font-size: 0.9em;
	color: #AAAAAA;
}

p a{
	color: #545454;
}

p a:hover{
	color: #CCCC66;
}

h3 {
	font-size: 1.2em;	
	color: #AA7F55;
	clear: both;
}

h4 {
	font-size: 1.1em;	
	color: #BB9875;
	clear: both;	
}

ul {
	font-size: 0.9em;
	color: #090909;
	text-align: left;
}

.img_right {
	float: right;
	margin:0px;
	padding:10px 10px 10px 10px;
	text-align: center;
	clear: both;
	width: auto;
}
	
.img_left {
	float: left;
	margin:0px;
	padding:10px 10px 10px 10px;
	text-align: center;
	clear: both;
	width: auto;	
}

.img_gallery {
	margin:0px;
	padding:10px 10px 10px 10px;
	text-align: center;
	clear: both;
	width: auto;	
}

#content {
	width: 716px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	background: #EEEEEE;
	text-align: center;
}

#copyright{
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	font-size: .7em;
	margin: 0px auto;
	text-align: center;
}

#page_content {
	width: 716px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	background: #EEEEEE;
	text-align: center;
}

#navbar {
	width: 650px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	padding: 5px 10px 5px 10px;	
	border: 1px solid Black;
}

#navbar a {
	color: #090909;
	text-decoration: none;
	margin: 10px 10px 10px 10px;
}

#navbar a:hover {
	color: #CCCC66;
}

#img_top {
	margin: 0px 0px 20px 0px;
}