body {
	background: #663300;
    font-family: "Helvetica Neue", "Lucida Grande", "Verdana", "Arial", sans-serif;
    line-height: 135%;
	font-size: 11pt;
	color: white;
	background-image: url(../images/Paper-BKGND-Med-Blend4.jpg);
    background-repeat: repeat-x, repeat-y;
	margin:0;
}

ul.navigation {
    position: relative;
	left: 0;
	top: 0;
	right: 0;
	z-index: 10;
	background: #222222;
	background-image: url(../images/gradient.png);
    background-repeat: repeat-y;
	margin-left: -15px;
    margin-top: 150px;
	padding: 0.4em;
	text-align: right;
}

ul.navigation li {
	list-style-type: none;
	display: inline;
	padding-right: 2em;
}

ul.navigation a:link {
	color: white;
}

ul.navigation a:visited {
	color: white;
}

div#container {
	position: relative;
	background: #330000;
	width: 770px;
	margin: 0 auto 2em auto;
	padding: 20px 15px 10px 15px;
	border: 1px solid #444444;
	border-top: none;
background-image: url(../images/gradient_content.png);
}

div#logo {
	color: #222222;
    height: 150px;
    width: 800px;
	font-weight: normal;
	text-align: center;
	position: absolute;
	background: #eeeeee;
	right: 0;
	left: 0;
	top: 0;
	font-family: "Georgia", serif;
	margin: 0;
}

h2 {
	font-weight: normal;
    color: white;

}

h3 {
    font-weight: normal;
    color: white;
}
h4 {
	color:white;
    text-align: center;

}

p {
	color:white;
}

p+p:first-letter, img+p:first-letter, ul+p:first-letter {
	padding-left: 2em;
}

a {
	text-decoration: none;
	color: #ff6600;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: green;
}

.left {
	float: left;
	margin: 0.75em 1.5em 0.75em 0;
}

.right {
	float: right;
	margin: 0.75em 0 0.75em 1.5em;
}

b.center {
    text-align: center;
}

div.blog {
    margin-top: 50px;
    margin-bottom: 75px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: -15px;
    padding-left: 20px;
    border: 1px solid white;
    
}

hr {
	clear: both;
	border: none;
	height: 1px;
	background: #dddddd;
}

p#footer {
	text-align: center;
	font-size: 75%;
	margin-bottom: 0.3em;
}