/* Page Layout */
body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	background: url(images/page_background.gif) #142E13 center top;
	background-attachment: fixed;
	text-align: center;
	margin: 0px;
}

#page {
	width: 700px;
	background: #000 url(images/footer.jpg) bottom no-repeat;
	margin: 0 auto;
	/* border: 2px solid #333; */
	position:relative;
}

#content {
	position:relative; /* fixes the problem where IE only displays H1 borders 50% of the time. */
	background: url(images/background.jpg) no-repeat;
	padding: 360px 20px 100px 20px;
}

#main {
	line-height: 1.5em;
	margin-left: 180px;
	padding-left: 20px;
}

#left {
	position:absolute;
	top:199px;
	left:0;
	width:180px;
	color:#000;
	background: #316A31 url(images/background-pale.jpg) 0 0 no-repeat scroll;
	border: 1px solid #666;
	border-left-width: 0px;
	padding:10px;
}

/* Main Menu */
p.navHeading {
	text-indent: 0em;
	font-weight: bold;
	font-size: 20px;
}

#navigation {
	display: block;
	border-top: 1px dotted #598562;
	margin: 0px;
	padding: 0px;
}

#navigation li {
	display: block;
	margin: 0px; 
	padding: 0px;
	line-height: 1px; /* to fix the Line height bug in IE */
}

#navigation a {
	display: block;
	font-weight: bold;
	font-size: 20px;
	text-align: left;
	padding: 11px 11px 10px 11px;
	line-height: 1.2em;
	text-decoration: none;
	color: #003300;
	border-bottom: 1px dotted #598562;
}

#navigation a:hover {
	color: #D4F5C6;
	padding: 10px;
	background: url(images/hav-hover.jpg) #70A970;
	border: 1px solid #333;
}

#navigation a#currentPage, #navigation a#currentPage:hover {
	font-weight: bold;
	text-align: left;
	display: block;
	font-size: 20px;
	padding: 10px;
	line-height: 1.2em;
	text-decoration: none;
	color: #003300;
	border: 1px dotted #598562;
	border-width: 0px 1px 1px 0px;
	background-color: #95BF95;
	background-image: none;
	color:#598562;
}

#onThisPage li {
	margin: 1px; 
	padding: 1px;
}

#onThisPage a {
	font-weight: bold;
	text-align: left;
	display: block;
	font-size: 16px;
	line-height: 1.5em;
	text-decoration: none;
	color: #003300;
	padding: 5px 5px 4px 5px;
	border-bottom: 1px dotted #333;
}

#onThisPage a:hover {
	color: #D4F5C6;
	background: url(images/hav-hover.jpg) #003300;
	padding: 4px;
	border: 1px solid #333;
}

ul#hobbies {
	padding-top: 0.5em;
	padding-bottom: 0em;
}

.quote {
	font-size: 10px;
	font-style:italic;
	padding: 15px 15px 0px 15px;
	margin: 0em;
}

.quote_source {
	font-size: 10px;
	font-style:italic;
	padding: 0px 15px 15px 15px;
	margin: 0em;
}

/* general tags */
p {
	text-align: justify;
	text-indent: 1.5em;
}

p.listIntro {
	text-indent: 0;
}

ul {
	text-align: justify;
}

#content li {
	margin-bottom: 1em;
}

.listPoint {
	color: #D4F5C6;
	font-weight: bold;
}

a:link, a:visited {
	color: #86B686;
}

#content a:hover {
	color: #D4F5C6;
}

h1 {
	background: url(images/h1-background.png) no-repeat bottom left;
	color: #D4F5C6;
	text-align:left;
	font-size: 22px;
	line-height: 27px;
	font-weight: normal;
}

h2 {
	text-align: left;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-weight: bolder;
	text-align: left;
	font-size: 17px;
	color:#477642;
}

br {
	clear: both;
}

img {
	border: 0;
}

abbr, acronym, .help {
	border-bottom: 1px dotted #333;
	cursor: help;
}

a.external {
	background: url(images/external.png) center right no-repeat;
	padding-right: 13px;
}

#content {
	
}

