body{

	margin: 0px;
	background-color: #E0D8C3;
	font-family: Arial, "Trebuchet MS","Lucida Sans Unicode", "Verdana", "Arial";
	font-size: 14px;

}
img {border: 0}

a {color: #514C49}
a:hover {color: #BB592E} 

#logo{ margin-left: 10px; margin-top: 10px;}

#nav
{
	position: relative;
	top: 168px;
	text-align: center;
}
#global-nav {padding-top: 6px;}
#global-nav ul {list-style: none; display: inline;}
#global-nav ul li {display: inline; padding-right: 25px;}
#global-nav ul li a {text-decoration: none; color: #FFF; font-weight: bold; font-size: 21px;}
#global-nav ul li a:hover {text-decoration: underline; font-weight: bold;}

#header
{
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	width: 918px;
	height: 212px;
	margin: 0 auto;
}

#content-top
{
	background-image: url('images/content-top-bg.jpg');
	background-repeat: no-repeat;
	width: 918px;
	height: 17px;
	margin: 0 auto;
}	
#outter-container
{
	background-image: url('images/content-bg.jpg');
	background-repeat: repeat-y;
	width: 918px;
	margin: 0 auto;
}

#main-content
{
  min-height: 300px;
	float: left;
	width: 655px;
}

#left-content
{
	float: left;
	width: 190px;
	margin-left: 25px;
  margin-top: 10px;
}
#left-content ul {list-style: none; margin: 0; padding: 0}
#left-content ul li {font-weight: bold; padding-bottom: 5px;font-size: 18px}
#left-content ul li ul {padding: 2px; margin-left: 10px;} 
#left-content ul li ul li {font-size: 14px; font-weight: normal; font-weight: normal;}
#left-content ul li ul li ul li {font-size: 12px; font-weight: normal; font-weight: normal;}
#left-content a {text-decoration: none; color: #FFF}
#left-content a:hover {text-decoration: underline; color: #}


#footer
{

	background-image: url('images/footer-bg.jpg');
	background-repeat: no-repeat;
	width: 918px;
	height: 25px;
	margin: 0 auto;

}
#post-footer
{
  font-size: 12px;
  text-align: center;
  color: #9B7B52; 
	width: 890px;
	height: 25px;
	margin: 0 auto;
  margin-top: 8px;
  margin-bottom: 20px;
}
#post-footer ul {display: inline; list-style: none;}
#post-footer ul li {display: inline; list-style: none;}




/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */


.clear {clear: both}

