﻿#leftcolumn{
float:left;
width:140px;
height: 201px;
/*border: 1px solid #CCC;*/
font-family:Arial;
font-size:12px;
font-weight:bold;
color:#444444;
}

#leftcolumn a{
padding: 1px 1px;
display: block;
width: 100%;
text-decoration: none;
font-weight: bold;
/*border-bottom: 1px solid gray;*/
}

#leftcolumn a:hover{
background-color: #CCC;
}

#rightcolumn{
float:left;
height:200px;
padding-left:5px;
width:495px;
min-height: 200px;
border: 1px solid #CCC;
margin-left: 6px; /*Make space between Right and Left Colume*/
padding: 2px;
padding-bottom: 8px;
}

* html #rightcolumn{ /*IE only style*/
height: 200px;
}
