<style type="text/css">

* {
    font-family: Verdana, Arial, sans-serif;
}

body{
	background-image: url('images/chainlink.gif'); /* Free bg image from http://allfreebackgrounds.com. Thanks guys! */
	background-color: #FFFFFF; color: #000000;
	background-repeat: repeat;
}

li, div, p, td {

    font-size: 14px;
    list-style-type: none;
}

div.block_list li {
    padding: 1px 5px 0 0;
    background: lightgrey;
}

div.blocks {
	padding: 5px 0 5px 10px;
    float: left;
}

div.block_list {
    clear: both;
}

div.inner_block {
    float: left;
}

img {
    border: none;
}
