/* CSS Document */
BODY {
font-family:tahoma;
color:#ffffff;
font-size:12px;
}

H3 {
font-size:12px;
}

a {
color:#ffffff;
border:none;
}

a:hover, a:focus, a:active {
  color:#C0C0C0;
  text-decoration : none;
}

a:focus, a:active {
  color : #fff;
}

#wrapper{
background-color : #fff; /* ADDED THIS */
}
  
#content {
  float : right; /* ADDED THIS */
  display : inline; /* ADDED THIS */
  margin : -2px 2px;
  background-color:#2B2F33;
  width:564px;
  height:538px;
}

#main_text {
margin-left:5px;
margin-right:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:15px;
}

#leftmenu {
  float : left; /* ADDED THIS */
  display : inline; /* ADDED THIS */
  width : 200px;
  height:538px;
  font-family:Arial, Helvetica, sans-serif;
  font-size:11px;
  background-color:#1F2123;
  margin-top:-2px;
  
}

#leftmenu a {
	COLOR: #ffffff; 
	LINE-HEIGHT: 20px; 
	TEXT-DECORATION: none;
}

#leftmenu a:hover {
	COLOR: #60c9ff; 
	TEXT-DECORATION: none;
}

#leftmenu li {
list-style:none;
}

.products {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}

#date{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#2B2F33;
float:left;
padding-top:10px;
font-weight:bold;
}

#temp{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#2B2F33;
float:right;
padding-top:10px;
font-weight:bold;
}

#footer {
background:url(images_files/bot.gif);
height:45px;
}

#footer li{
display:inline;
color:#222528;/* ADDED THIS */
font-size:10px;

}

#footer li a{
padding : 0 5px; /* ADDED THIS */
color:#222528;/* ADDED THIS */
text-decoration:none;
}

#footer li a:hover {
color:#000000;
}

#right {
float:right;
}

#left {
float:left;
}

#clear {
clear:both;
}

.right {
float:right;
}
