@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	padding-bottom: 10;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	background-color: #000000;
	height: 100px;
	background-repeat: no-repeat;
	background-image: url(Jenamation.png);
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #container #header img {
	margin-top: 0px;
	padding-top: 0px;
	position: absolute;
	top: -1px;
	width: 462px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #000000;
	height: 550px;
	padding-right: 15px;
	font-family: "Century Gothic";
	color: #CCCCCC;
}
.twoColFixLtHdr #container #footer {
	background-color: #000000;
	clear: both;
	padding-top: 20px;
	text-align: right;
	padding-bottom: 40px;
}
.twoColFixLtHdr #container a.subnav {
	font-family: "Century Gothic";
	line-height: 20px;
	font-weight: lighter;
	color: #C8BAAB;
	text-decoration: none;
	background-position: center center;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
}
.twoColFixLtHdr #container #sidebar1 .subnav .ons {
	color: #FFEFDB;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 20px;
	font-family: "Century Gothic";
	font-weight: bolder;
	background-color: #000000;
	font-size: 14px;
}
.twoColFixLtHdr #container #sidebar1 .subnav:hover {
	font-family: "Century Gothic";
	font-weight: bolder;
	color: #FFEFDB;
	text-decoration: none;
	background-color: #000000;
	font-size: 14px;
	line-height: 20px;
}
.twoColFixLtHdr  #sidebar1 a {
	line-height: 30px;
	color: #FFEFDB;
	text-decoration: none;
	background-color: #000000;
	display: block;
	font-weight: normal;
	font-family: "Century Gothic";
	text-transform: none;
	background-position: center center;
	text-align: center;
	border: thin solid #6E0005;
}
.son {
	font-family: "Century Gothic";
	font-weight: bolder;
	color: #00CCFF;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent {
	padding-bottom: 20px;
	width: 550px;
	margin-right: 15px;
	float: right;
	background-color: #000000;
	padding-top: 20px;
	margin-top: 15px;
	color: #FFF2E2;
	text-decoration: none;
} 
.twoColFixLtHdr #mainContent p {
	color: #CFC6AB;
	font-family: "Century Gothic";
	text-decoration: none;
	padding-left: 35px;
	font-size: 16px;
	font-weight: lighter;
	text-transform: none;
	padding-top: 5px;
}
.twoColFixLtHdr #container #mainContent a {
	color: #6C0005;
	text-decoration: none;
}
.twoColFixLtHdr #container #mainContent a:hover {
	color: #CBBFAF;
	text-decoration: none;
}
.twoColFixLtHdr #container #sidebar1 a:hover {
	font-family: "Century Gothic";
	font-weight: bolder;
	color: #FFEFDB;
	text-decoration: none;
	background-color: #6C0005;
}
.twoColFixLtHdr #container #sidebar1 a:active {
	color: #FFEFDB;
	text-decoration: none;
	background-color: #6C0005;
}
.twoColFixLtHdr #container #sidebar1 .on {
	font-family: "Century Gothic";
	line-height: 30px;
	color: #FFEFDB;
	text-decoration: none;
	background-color: #6D0005;
}
.twoColFixLtHdr #container #mainContent #index {
	margin-right: auto;
	margin-left: auto;
}
.info {
	font-family: "Century Gothic";
	font-size: 10px;
	color: #6D0005;
	text-decoration: none;
}
.buttontext {
}
.style3 {
	font-size: 14px;
	font-family: "Century Gothic";
	text-transform: uppercase;
	color: #888270;
}
.twoColFixLtHdr #container #mainContent .margin {
	font-family: "Century Gothic";
	font-size: 18px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #CFC6AB;
	text-decoration: none;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabb {
	padding-left: 15px;
}
