body {
	font-family: serif;
	margin: 0;
	padding: 0;
}

h1, span.h1 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	display: block;
	font-size: 1.5em;
	color: rgb(170, 29, 19);
	font-weight: normal;
}

div.content span.h1 h1.keyword {
	color: rgb(170, 29, 19);
	font-weight: normal;
	font-size: 100%;
}




h1.header2, h2 {
	color: black;
	font-size: 16px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-weight: normal;
}
	
h1.keyword {
	font-size: 100%;
	margin: 0;
	padding: 0;
	display: inline;
}

div.p {
	display: block;
	margin-bottom: 1em;
}

strong {
	font-size: 20px;
	font-weight: normal;
}

/* --==:: Main ::==-- */
div.main {
	margin: 0 auto 0 auto;
	width: 746px;
	background: rgb(250, 251, 241) url("../imgs/nav-background.png") repeat-y top left;
}

/* --==:: Header ::==-- */
div.header {
	height: 88px;
	background-image: url("../imgs/header.png");
}

/* --==:: Sidebar ::==-- */
div.sidebar {
	width: 165px;
	float: left;
}

/* --==:: Navigation ::==-- */
div.navbar {
	background-color: rgb(234, 232, 209);
	padding-top: 1px;
}

div.navbar ul {
	list-style-type: none;
	margin: 0 4px 0 0;
	padding: 0;
}

div.navbar li {
	border-top: 1px solid rgb(221, 223, 199);
	border-bottom: 1px solid rgb(234, 232, 209);
}

div.navbar li a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center left;
	color: black;
	padding: 2px 0 2px 10px;
	border-left: 14px solid rgb(132, 130, 53);
}

div.navbar li.selected a {
	border-left-color: rgb(177, 29, 19);
}

/*div.navbar li.home a {
	background-image: url("./../imgs/home.gif");
}*/

/* --==:: Quote ::==-- */
div.quote {
	font-style: italic;
	line-height: 20px;
	font-size: 13px;
	letter-spacing: 0px;
	padding: 15px 10px 0 18px;
}

div.quote div.quoter {
	margin-top: 5px;
	text-align: right;
}

/* --==:: Quick Answer Bar ::==-- */
div.qa-bar {
	float: right;
	width: 169px;
	padding: 12px 15px 15px 15px;
	font-size: 13px;
	color: rgb(59, 59, 57);
}

/* --==:: Content ::==-- */
div.content {
	float: left;
	width: 540px;
	/*width: 341px;*/ /* Width when qa-bar is enabled */
	margin: 12px 15px 15px 15px;
}



div.content, div.content h1.keyword {
	font-size: 13px;
	color: rgb(59, 59, 57);
}


div.content a, div.qa-bar a, div.content a h1.keyword, div.qa-bar a h1.keyword {
	text-decoration: none;
	font-weight: bold;
	color: rgb(59, 59, 57);
}

div.content a:hover, div.qa-bar a:hover, div.content a:hover h1.keyword, div.qa-bar a:hover h1.keyword {
	text-decoration: underline;
}

div.content em {
	text-decoration: underline;
}

/* --==:: Footer ::==-- */
div.footer {
	margin-top: 17px;
	height: 54px;
	background-image: url("../imgs/footer.jpg");
	text-align: center;
	font-size: 10px;
	color: rgb(252, 254, 189);
}

div.footer span.line {
	display: block;
	height: 1px;
	line-height: 1px;
	background-color: rgb(132, 130, 55);
	border-top: 1px solid rgb(191, 189, 150);
	border-bottom: 1px solid rgb(191, 189, 150);
	position: relative;
	top: -7px;
}


