/* CSS Document */
html, body {
	height: 100%;
}
html * {
	margin: 0px;
	padding: 0px;
}
html {
	background-image: url(../images/html_bg.jpg);
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #4f4f4f;

}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 74%;
	color: #222;
	text-align: center;
	/*
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-y;
	background-position: center top;
	*/
}
#container {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #fff;
	border-left: 1px solid #111;
	border-right: 1px solid #111;
}
#topnav {
}
#page {
	background-position: top left;
	background-repeat: repeat-y;
}
#page_left {
	border-top: 2px solid #000;
	width: 700px;
	float: left;
}
#nav {
	width: 300px;
	float: left;
	background-color: #191919;
	overflow: hidden;
	border-bottom: 2px solid #000;
	height: 200px;
	overflow: hidden;
}
#banner {
	width: 400px;
	float: left;
	background-color: #191919;
	border-bottom: 2px solid #000;
	height: 200px;
	overflow: hidden;
}
#page_header {
	clear: both;
	padding: 20px 0px 0px 15px;
	height: 60px;
}
#page_content {
	padding: 20px 30px;
}
#page_right {
	border-top: 2px solid #000;
	width: 300px;
	float: left;
	height: 100%;
}
#quote {
	height: 180px;
	padding: 10px 0px 10px 2px;
	background-image: url(../images/page_right_bg.png);
	background-color: #1a1d1f;
	background-repeat: repeat-y;
	border-bottom: 2px solid #000;
	overflow: hidden;
	width: 298px;
}
#logo {
	margin-bottom: 1.5em;
}
#right_content {
	padding: 20px 10px;
}




/* BASIC STYLES */
h1 {
	color: #421010;
	font-size: 1.8em;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-transform: capitalize;
	font-weight: normal;
	height: 80px;
	padding: 10px 10px 10px 10px;
	background-image: url(../images/h1_bg.png);
	background-repeat: no-repeat;
}
h2 {
	font-size: 1.3em;
	border-bottom: 1px solid #421010;
	color: #421010;
	font-style: italic;
	margin-bottom: 1em;
}
h3 {
	margin-bottom: 1em;
}
p {
	margin-top: 1.5em;
}


