.twoColFixLtHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ededed;
	text-align: left;
	background-color: #FFFFFF;
	font-size: 13px;
} 
.twoColFixLtHdr #header {
	float: left; /* since this element is floated, a width must be given */
	width: 992px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 98px;
	padding: 0px 0px 0px 0px;
	background-image: url(bg_header1.jpg);
	margin: 0 6px 4px 4px;
}
.lang {
	width: 200px;
	margin-top: 0px;

}
.lang  a{
	text-decoration: none;
	color: #6766FF;
	font-weight:bold
}
.lang  a:hover{
	text-decoration: underline;
	font-weight:bold
}
.twoColFixLtHdr #header2 {
	float: left; /* since this element is floated, a width must be given */
	width: 992px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 150px;
	padding: 0px 0px 0px 0px;
	margin: 0 6px 4px 4px;
}
.twoColFixLtHdr #header logo {
	margin: 0;
	padding: 27px 0 0 100px;
}
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding: 27px 0 0 120px;
	color: #6766FF;
}
.twoColFixLtHdr #header h2 {
	margin: 0;
	padding: 27px 0 0 120px;
	color: #6766FF;
}
.twoColFixLtHdr #header h4 {
	margin: 0;
	padding: 0 0 0 120px; 
	color: #999999;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 212px;
	padding: 15px 10px 15px 20px;
	background-image: url(images/bg_kings_sidebar.jpg);
	margin: 0 0 0 4px;
}
.twoColFixLtHdr #sidebar1 a{
	font-family: Tahoma;
	font-size: 100%;
	color: #6766FF;
	text-decoration: none;
}
.twoColFixLtHdr #sidebar1 a:hover{
	font-family: Tahoma;
	font-size: 100%;
	color: #6766FF;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 248px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 


.twoColFixLtHdr #footer {

	background:#ededed;
	text-decoration: none;
} 
.twoColFixLtHdr  #footer  a{
	background:#ededed;
	text-decoration: none;
	color: #3366FF;
}
.twoColFixLtHdr  #footer  a:hover{
	background:#ededed;
	text-decoration: underline;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.sidebar1 {
	font-family: Tahoma;
	font-size: 100%;
	color: #3399FF;
	text-decoration: none;
}
.sidebar2 {
    float:right;
	font-family: Tahoma;
	font-size: 100%;
	color: #3399FF;
	text-decoration: none;
}
.sidebar h3{
	color: #000;
	text-decoration: none;
}
.thirds {
	float: left;
	width: 216px;
	padding: 0 10px 0 8px;
}
.thirds  a{
	text-decoration: none;
	color: #6766FF;
	font-weight:bold
}
.thirds  a:hover{
	text-decoration: underline;
	font-weight:bold
}
.c {
	float: left;
	width: 134px;
	padding: 0 8px 20px 8px;
}
.c  a{
	text-decoration: none;
	color: #6766FF;
	font-weight:bold
}
.c  a:hover{
	text-decoration: underline;
	font-weight:bold
}
.g {
	float: left;
	width: 300px;
	padding: 10px 20px 0 30px;
}
.g  a{
	text-decoration: none;
	color: #6766FF;
	font-weight:bold
}
.g  a:hover{
	text-decoration: underline;
	font-weight:bold
}


.a{
	text-decoration: none;
	color: #6766FF;
	font-weight:bold
}
.a:hover{
	text-decoration: underline;
	font-weight:bold

.image { float: left; margin: 0 9px 3px 0; }
