body 
{ 	margin: 0px;
	height: 100%;
	font-family: "Trebuchet MS", "Georgia", "Times New Roman", serif;
	font-size: 12px;
	color: #1B1D1C;
	background: #656B73;
	line-height: 20px;
}

/* Container */

#container {width: 100%;
	    min-height: 100%;
	    height: 100%;
	    background: #878F87;
            margin-top: 0px;
	    position: relative;}


/* Header */

#header {margin: 0px 0 0 0;
	padding: 0px 0 0 0;
	width: 100%;
	height: 240px;
	background: #656B73 url(bg.jpg);
	background-position: center;
	border-bottom: 14px solid #656B73;
}

#header img {position: absolute;
			 margin: 0 auto 0 28%;}
			 
/* Nav */

#nav {width: 500px;
	  margin: 10px auto 0 auto;
	  font-weight: bold;
	  font-style: normal;
	  font-family: "Trebuchet MS";}

#nav ul {font-size: 14px;
	    margin: 0px auto 0 auto;
	    letter-spacing: 1px;}

#nav li {display: inline;
	    padding-left: 15px;
  	    padding-right: 0px;}

#nav a {
	color: #1B1D1C;
	text-decoration:none;
	text-transform: uppercase;
	}

#nav a:hover {
	text-decoration:none;
	color: #493C2F;
	text-transform: uppercase;
	}

/* Content */

#content {
	width:550px;
	margin: 0px auto 0px auto;
	padding: 2px 0px 50px 0px;}

em{color: #2E291C;}	

blockquote { color: #7A8583;
			    background: #1B1D1C;
				 border-left: 11px solid #656B73;
				 padding: 10px;
				 line-height: 15px;}

#content h3 {font-size: 14px;
	     color: #110E09;
	     text-transform: uppercase;
	     letter-spacing: 3px;
	     font-style: normal;
	     font-family: "Trebuchet MS";}

#content a, a:link, a:visited, a:active {
	color: #493C2F;
	text-decoration: none;
	font-weight: bold;
	}

#content a:hover {
	text-decoration:none;
	color: #676B74;
	font-weight: bold;
	}

b { color: #645745;}

#content ol, li {color: #110E09;}


/* Footer */

#footer {width:550px;
        bottom: 0;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	text-align: center;
	border-top: 10px solid #656B73;
	font-size: 12px;
	color: #110E09;
	clear: both;}

#footer a, a:link, a:visited, a:active {
	color: #1B1D1C;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:none;
	color: #493C2F;
	}