.about_text_column {
width: 350px;
float: left;
}

.info_module {
margin: 10px 0;
background-color: white;
background: white url("../images/home/grey.png") repeat-y 185px top;
padding: 10px 10px 30px 10px;
min-height: 400px;
}

.wide_text_column {
width: 600px;
float: left;
}

#logo_pic {
float:right;
padding-right:10px;
}

/* Link Panel */
.link_panel {
width: 196px;
float: left;
margin: 0 20px 0 -20px;
}
.link_panel ul {
list-style-type: none;
width: 171px;
float: right;
padding: 17px 0;
}

.link_panel ul li.active {
background: transparent url("../images/home/side_tab.png") no-repeat 0 0;
}

.link_panel ul li a {
display: block;
line-height: 34px;
font-size: 1.4em;
color: #7e7e7e;
text-decoration: none;
padding: 0 0 0 20px;
}
.link_panel ul li a:hover {
color: #FF8A00;
text-decoration: underline;
}
.link_panel ul li.active a {
color: #FF8A00;
font-weight: bold;
}
.link_panel ul li.active ul {
padding: 8px 0 17px 20px;
float: none;
width: auto;
}
.link_panel ul li.active ul li.active {
background: none;
}
.link_panel ul li.active ul li a {
padding: 0;
font-size: 12px;
line-height: 20px;
height: 20px;
color: #7e7e7e;
font-weight: normal;
}
.link_panel ul li.active ul li.active a {
font-weight: bold;
color: #6d6d6d;
}
.link_panel ul li.active ul li a:hover {
color: #4c9ed6;
text-decoration: underline;
}
.link_panel ul li.active ul li.active a:hover {
color: #4c9ed6;
text-decoration: underline;
}
