I've attempted various methods to align the links vertically in the left-most column, but without success.
Any suggestions or advice would be greatly appreciated!
http://jsfiddle.net/adRuz/112/
.box {
background: #E8E8E8;
border-radius: 8px;
padding: 10px;
-moz-box-shadow: 0 0 30px black;
-webkit-box-shadow: 0 0 30px black;
box-shadow: 0 0 30px black;
font-family: Georgia;
}
.col1 {
float:left;
width:25%;
height: 500px;
}
.col2 {
float:right;
width: 70%;
height:500px;
}
.orange-heading {
color: #0000FF;
font-size: 40px;
}
.title_link {
font-size:20px;
clear:left;
}