/* CSS Document by Dieter Schneider for www.csstemplateheaven.com 2007*/

* {margin: 0; padding: 0;}

/*-------------------------------------- SITE STRUCTURE -------------------------------*/

body {
	background: #fff url(images/koan5-wide.jpg) no-repeat;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerwrapper {
	width: 505px;
	height: 35px;
	margin-top: 10px;
	margin-left: 260px;
}

#header_left {
	width: 285px;
	float: left;
		margin-top: 10px;
	margin-left: 260px;

}

#header_top {
	float: ;
	width: 500px;
	padding-top: 20px;
	padding-left: 100px;
	font-size: 2em;
}

#header_right {
	width: 650px;
	padding-top: 35px;
	padding-left: 230px;
	font-size: 1.3em;
	text-align: center;
	
}
#main_content {
	width: 640px;
	margin-top: 75px;
	clear: both;
	margin-left: 250px;
	font-size: 1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#footer {
	width: 580px;
	margin-top: 10px;
	clear: both;
	margin-left: 280px;
	text-align: center;
}

/*-------------------------------------- NAVIGATION -------------------------------*/

#navlist
{
border-bottom: 1px solid #CCCCCC;
width: 175px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #CCCCCC;
}

#navlist li a {
	text-decoration: none;
	color: #000000;
}

/*-------------------------------------- TEXT FORMATTING -------------------------------*/

p {
	margin: 20px;
	color: #1B2F36;

}

h1 {
	font-size: 2.5em;
	font-style: italic;
	color: #999;
	border-bottom: 1px dotted #CCC;
	padding-bottom: 8px;
}

h2 {
	margin-left: 20px;
	color: #3B4252;
	font-size: 1.4em;
	background: url(images/date.gif) no-repeat;
	padding-top: 1px;
	padding-left: 5px;
	height: 26px;
	text-align: left;
}

h3 {
	text-align: right;
}

h4 {
	text-align: left;
	font-size:26px;
}
.grey {
	color:#999;
	text-align: left;
	font-size:26px;
	
}
.heading_color {
	color: #033;
	font-style: normal;
}

blockquote {
	font-size: 1.6em;
	font-style: italic;
	color: #999999;
	background: url(images/quote.gif) no-repeat;
	padding-top: 5px;
	padding-left: 5px;
	margin-top: 10px;
}

.quote_author {
	text-align: right;
	font-size: 0.7em;
	font-style: italic;
	color: #666666;
	font-weight: bold;
	margin: 0px;
}

.date {
	font-size: .6em;
	color: #999;
	
}

a:link {color: #003333;
text-decoration:none;
font-weight:bold}     /* unvisited link */
a:visited {color: #336666;
text-decoration:none;
font-weight:bold}  /* visited link */
a:hover {color: #993300}   /* mouse over link */
a:active {
	color: #993300;
	text-align: center;
}   /* selected link */

.more {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	background-color: #506574;
	text-align: right;
	padding: 3px;
}
.more a {
	color: #fff;
	font-weight: bold;
}

.more a:hover {
	color:#FC3
}

