body 
{
    font-family: "Georgia", sans-serif, "Arial";
    font-size: 12px;
    color: #888;
    margin: 0px;
    padding: 0px;
    background-image: url('../images/sky.jpg');
    background-repeat: no-repeat; 
    background-position: bottom left;
}
img {
	border:0px;
}
td {
	font-size:12px;
}
div {
	font-size:12px;
}
a:hover, a:visited, a:link, a:active
{
	color:#F57F00;
	text-decoration:none;
}
h2 {
	font-size:15px;
}
ul {
	padding:0px;
	margin:0px;
}
.title:first-letter {
	color:#F57F00;
}
#main 
{
    left:0px;
	top:0px;
	width: 950px;
	height: 100%;
    padding: 0px;
}
#banners
{
	background-image:url('../images/top_line.jpg');
	background-repeat:repeat-x;	
	height:3px;
	width:100%;
}
#content
{
	width:100%;
    margin: 0px;
    padding: 0px;
	position: relative;
}
#logo {
	padding:5px;
	height:40px;
	width:250px;
	text-align:center;	
}
#center {
	width:100%;
}
#leftSide {
	width:250px;	
	/*height:440px;	*/
	min-height:440px;
	padding-bottom:0px;
	float:left;
	background:#EEE;
	-moz-opacity:.50;
	filter:alpha(opacity=50);
	color:#000;
	border:1px solid #000;
	overflow:auto;
}
#rightSide {
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	height:auto;
	width:650px;	
	margin-left:15px;
	float:left;
	background:#EEE;
	-moz-opacity:.50;
	filter:alpha(opacity=50);	
	color:#000;
	border:1px solid #000;
	/*overflow:auto;*/
}
#rightSide span, #leftSide div {
}
.menu {
	width:100%;
	padding:3px;
	border:1px solid #CCC;
}
.menu li {
	display:inline;
	cursor:pointer;
	padding:25px;
	padding-top:2px
	padding-bottom:2px
	font-size:11px;
	margin:2px;
	border:1px solid #CCC;
}
#content_tree {
	padding-top:5px;
}
#search_block {
	padding:5px;	
	display:none;
}
#search_results {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; 	
	font-size : 10px; 
}

