body {
	background: #000;
	color: white;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outter {
	text-align: left;
	margin: 0px auto;
	padding: 5px;
	border: thin solid White;
	width: 910px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border: medium solid White;
	width: 900px;
	background: url(../_images/background_cols.jpg) repeat;
}

#header {
	width: 100%;
	height: 75px;
	margin: 0 0 0;
	background: #787878 url(../_images/header_mask.jpg) no-repeat;
	text-align: center;
	padding-top: 25px;
	font-size: 50px;
	color: white;
}

#side-a {
	float: left;
	width: 188px;
	text-align: center;
}

#side-a p{
	padding-left: 5px;
	padding-right: 5px;
}

#side-b {
	float: right;
	width: 186px;
	text-align: center;
}

#side-b h2 {
	text-decoration: underline;
}

#side-b p{
	padding-left: 5px;
	padding-right: 5px;
	text-align: justify;
	font-size: 11px;
}

#side-b ul, li {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	list-style: none;
}


#content {
	float: left;
	width: 57%;
	color: #000;
	line-height: 1.5em;
	text-align: center;
}

#content p{
	text-indent: 15px;
	padding-left: 15px;
	padding-right: 10px;
	text-align: justify;
}


#footer {
	width: 100%;
	clear: both;
	background: #54462B;
	height: 1px;
	text-align: center;
}

#contact {
	background-image: url(../_images/postcard.jpg);
	background-repeat: no-repeat;
	margin-left: 15px;
	text-align: center;
	height: 350px;
}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #6495ED;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: Gray;
}
a:hover, a:active {
	text-decoration: underline;
	color: Maroon;
}

.footer {
	text-align: center;
	font-size: smaller;
}

.letter {
	font-style: italic;
}

.textjustify {
	text-align: justify;
}

.myimages {
	border: medium solid White;
	text-align: center;
}

.leftimages {
	border: medium solid Black;
	text-align: center;
}

#nav {
	margin: 0;
	padding: 0;
	background: #D3D3D3;
	width: 100%;
	float: left;
	border: 1px solid Black;
	border-width: 1px 0;
	height: 27px;
	font-size: 1.2em;
	line-height: 1.4em;
}
#nav li {
	display: inline;
	padding: 0;
	margin: 0;
	text-align: center;
}
#nav a:link,
#nav a:visited {
	color: #000;
	background: #D3D3D3;
	padding: 5px 10px 2px 5px;
	float: left;
	width: auto;
	border-right: 1px solid #42432d;
	text-decoration: none;
	font-style: normal;
}
#nav a:hover,
#nav a:focus {
		color:#7A1600;
		background:#FFFFCC;
}

#nav li:first-child a {
		border-left:1px solid #42432d;
}

#home #nav-home a,
#about #nav-about a,
#books #nav-books a,
#essays #nav-essays a,
#blog #nav-blog a,
#contact #nav-contact a {
		background:#e35a00;
		color:#fff;
		text-shadow:none;
}

#home #nav-home a:hover,
#about #nav-about a:hover,
#books #nav-books a:hover,
#essays #nav-essays a:hover,
#blog #nav-blog a:hover,
#contact #nav-contact a:hover {
		background:#e35a00;
}

#nav a:active {
		background:#e35a00;
		color:#fff;
}
