@charset "windows-1254";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#996633;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

.twoColElsLt #container { 
	width: 736px; 
	background: #FFFFFF;
	margin: 0 auto;
	border: 1px solid #000000;
} 

.twoColElsLt #head {
	width:736px;
	height:100px;
	text-align:center;
}
.twoColElsLt #navi {
	width:736px;
	height: 25px;
	background-color:#996633;
}
.twoColElsLt #navisol {
	width:120px;
	float: left;
}
.twoColElsLt #navisag {
	width:600px;
	float: right;
}
.twoColElsLt #navisag a {
text-decoration: none;
color: #FFFFF5;

}
.twoColElsLt #main {
	width:736px;
	padding:0px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
.twoColElsLt #sidebar {
	float: left; 
	width: 120px;
	height:200px;
	font-family:Tahoma;
	font-size: 9pt;
}
.twoColElsLt #sidebar a {
text-decoration: none;
color: #FFFFF5;

}

.twoColElsLt #mainContent {
	width:600px;
	height:550px;
	float: right;
	font-family:Tahoma; 
} 

.twoColElsLt #float {
	width:736px;
	height:32px;
	font-family:Tahoma;
	font-size:8pt;
	text-align:center;
	background-color:#996633;
}
.twoColElsLt #floatsol {
	float: left; 
	width: 120px;
}

.twoColElsLt #floatsag {
	height:32px;
	width:600px;
	float: right; 
} 

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}