@charset "utf-8";
body, html {
	font: "Georgia", Times, serif;
	background-color:#000;
	background-image:url(images/background_wood.jpg);
	background-repeat:repeat-x;
	background-position:top;
	position:absolute;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	width:100%;
	height:100%;
}
.oneColElsCtrHdr .container {
	width: 960px;
	height: auto;
	margin: 20px auto;
	text-align: left; 
}
.oneColElsCtrHdr #header {
	height:auto;
	width:960px;
}
.oneColElsCtrHdr #headgraphic {
	height:350px;
	width:1024px;
	margin:0 -32px;
	clear:both;
}
.oneColElsCtrHdr #mainContent {
	margin-top:35px;
	padding: 20px;
	background-image:url(images/white_back.png);
	clear:both;
}
.oneColElsCtrHdr #body {
	width:540px;
	min-height:800px;
	padding:20px;
	text-align:justify;
	border-left:1px #333 dotted;
	float:left;
}
.oneColElsCtrHdr #sidebar{
	width:300px;
	padding:-10px 10px;
	text-align:justify;
	float:left;
	height:100%;
	line-height:2.5em;
	display:inline-table;
	min-height:300px;
}
.oneColElsCtrHdr #footer {
	padding:0 10px;
	margin:10px;
	background-color:#300;
	color:#999;
	text-align:right;
	clear:both;
}
.oneColElsCtrHdr #footer p {
	margin:0;
	padding:10px 0;
	color:#FFF;
	font-size:.65em;
	text-align:right;
	font-style:italic;
	line-height:1.1em;
}
.oneColElsCtrHdr #navbar li {
	display:inline;
	font-variant:small-caps;
	font-size:1.1em;
	line-height:1.45em;
	font-weight:100;
	color: #CCC;
	border-right:#CCC 1px solid;
	padding:0 10px;
	text-shadow:#000 1px 1px 1px;
}
.oneColElsCtrHdr #navbar ol {
	margin-top:0;
	text-align:right;
}
.oneColElsCtrHdr #sidebar li {
	text-align:left;
	text-transform:uppercase;
	font-size:.9em;
	margin-top:25px;
	font-weight:bold;
	border-bottom:#333 1px dotted;
}
.oneColElsCtrHdr #sidebar ul {
	text-align:left;
	line-height:1.5em;
}
.oneColElsCtrHdr #footer a:link {
	color: #FFF;
	text-decoration: none;
}
.oneColElsCtrHdr #footer a:active {
	color: #FFF;
	text-decoration: none;
}
.oneColElsCtrHdr #footer a:visited {
	color: #FFF;
	text-decoration: none;
}
.oneColElsCtrHdr #footer a:hover {
	color:#FFF;
	text-decoration: none;
	border-bottom:#FFF 1px dotted;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color:#FFF;
	text-decoration: none;
	border-bottom:#FFF 1px dotted;
}
p a:link {
	color:#630;
	text-decoration: none;
	border-bottom:#630 1px dotted;
}
p a:active {
	color:#630;
	text-decoration: none;
	border-bottom:#630 1px dotted;
}
p a:visited {
	color:#630;
	text-decoration: none;
	border-bottom:#630 1px dotted;
}
p a:hover {
	color:#000;
	text-decoration: none;
	border-bottom:#630 0 dotted;
}
.oneColElsCtrHdr #sidebar a:link {
	color: #300;
	font-weight:400;
	text-decoration: none;
}
.oneColElsCtrHdr #sidebar a:active {
	color: #300;
	font-weight:400;
	text-decoration: none;
}
.oneColElsCtrHdr #sidebar a:visited {
	color: #300;
	font-weight:400;
	text-decoration: none;
}
.oneColElsCtrHdr #sidebar a:hover {
	color: #FFF;
	font-weight:400;
	text-decoration: none;
	border-bottom:#630 0 dotted;
}
h1, h2, h3, h4, h5, h6 {
	font-variant:small-caps;
	font-weight:200;
	border-bottom:#000 1px solid;
	text-align:left;
	text-shadow:#FFF 1px 1px 1px;
}
p {
	font-style:normal;
	text-align:justify;
	line-height:1.45em;
	font-size:.9em;
}

