body {
	background-color: transparent;
	background-image: url(http://www.placervilleofficespace.com/photos/background_image3.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#masthead {
		background: #fff url(/graphics/masthead.gif) no-repeat;
		border-bottom: 6px solid #000;
		height: 99px;
		border-top: 1px solid #ccc;
	}

#masthead h1 {
	display: none;
}

	
	#navigation {
		background-color: #62740e;
		color: #fff;
		text-align: center;
		height: 200px;
	}
	
	#navigation ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	#navigation ul li {
		height: 40px;
	}
	
	#navigation li a {
		display: block;
		padding-top: 7px;
		padding-bottom: 10px;
		color: #fff;
		text-decoration: none;
		font-family: georgia;
		font-size: 1.2em;
	}
	
	#navigation li a:hover {
		background-color: #738813;
	}
	
	#main_photo {
		margin-left: -10px;
	}
	
	#content_container {
		background-color: #fcfcdc;
		margin-top: -18px;
	}
	
	#content {
		background-color: #fcfcdc;
	}
	
	#content p {
		font-size: 1.1em;
	}

	#content .caption {
		font-size: 1em;
		color: #666;
		font-style: italic;
		margin-top: -10px;
		margin-left: 36px;
		margin-bottom: 18px;
	}
	
	#content p, #content h1, #content h2, #content h3, #content h4, #content h5 {
		padding-left: 36px;
		padding-right: 36px;
	}

	#content ul, #content ol {
		padding-left: 54px;
		padding-right: 54px;
	}

	#content li {
		/* margin-bottom: -14px; */
		padding-bottom: 0;
	}
	
	#content h1, #content h2, #content h3, #content h4, #content h5 {
		font-family: Georgia;
		padding-top: 1em;
		padding-bottom: 0;
	}
	
	#content h1 {
		font-size: 2em;
	}
	
	#content h1 a:link {color: #111; text-decoration: none;}
	#content h1 a:visited {color: #111; text-decoration: none;}
	#content h1 a:hover {color: #111; text-decoration: underline;}
	#content h1 a:active {color: #111; text-decoration: none;}
	
	#content h2 {
		font-size: 1.7em;
		margin-bottom: 0;
	}
	
	#content h3 {
		font-size: 1.4em;
	}

	#content iframe {
		margin-left: 0;
		padding: 5px;
		border: 1px solid #ccc;
	}

	#content img {
		padding: 5px;
/*		margin-left: 36px; */
		margin-bottom: 0;
		border: 1px solid #ccc;
	}
	
	#content img.article_image {
		float: right;
		padding: 5px;
		border: 1px solid #333;
	}

	#contact_form img {
		padding: 0;
		border: 0;
	}
	
	/* #content table tr, #content table td, #content table th {
		border: 0;
		padding: 0 10px 0 10px;
	}
	
	#content table table td, #content table table th {
		padding: 5px;
		border: 1px solid #ccc;
	}
	
	td.tenant_heading h2 {
		margin-left: -36px;
		margin-top: -36px;
	} */
	


	table#tenant_desc {
		margin: 0 0 0 36px;
		background-color: #fcfcdc;
		padding: 5px;
		}

	table#tenant_desc th {
		width: 75px;
		border-bottom: 1px solid #ccc;
	}
	


	
	#sidebar {
		/* background-color: #62740e;
		margin-top: -18px; */
		background-color: #fcfcdc;
	}
	
	#sidebar p {
		padding: 20px;
		color: #fff;
	}
	
	#sidebar ul {
		margin-top: 20px;
		list-style-type: none;
		text-align: center;
	}
	
	#footer {
		background-color: #000;
		color: #fff;
	}

	#footer p {
		padding: 15px;
		text-align: center;
	}

	#footer p a:link {color: #fff; text-decoration: none;}
	#footer p a:visited {color: #fff; text-decoration: none;}
	#footer p a:hover {color: #fff; text-decoration: underline;}
	#footer p a:active {color: #fff; text-decoration: none;}


/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label { font-weight: bold; }


/* Fieldsets */
fieldset    { padding:1.4em; margin: 30px 80px 0 0; border: 0; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

div.ngen-file-field-block {
	margin-left: 36px;
	margin-bottom: 30px;
	margin-top: -15px;
}

form#entry_form {
	padding-left: -20px;
}