.main_img {
    float: left;
    margin: 5% 0 5% 0;
    max-width: 400px;
    vertical-align: middle;
}
.blog_img, .thumb_img {
    float: left;
    margin: 0 10px 0 10px;
}
h2 {
    font-size: 28px;
    color: #0A3B05;
}

h3 {
    font-size: 20px;
    color: #0A3B05;
    border-bottom: 1px solid #11570A;
    font-style: italic;
    width: 95%;
}

a {
    color: #1E6146;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #8EAD8B;
    text-decoration: underline;
}

a:visited {
    color: #5A8C60;
}
.news_headline {
    font-weight: bold;
    font-size: 18px;
    color: black;
}
.content_block {
    margin-bottom: 2px;
    padding-bottom: 16px;
    border-bottom: 1px solid #11570A;
}

.news_header {
    font-size: 23px;
    color: #0A3B05;
    border-bottom: 1px solid #11570A;
    padding: 1px 0 1px 0;
}

.bordered {
    border: 1px solid red;
}
.vert_cent {
    vertical-align: middle;
}

.vert_cent > img {
    vertical-align: middle;
}
.main_img {
    float: right;
    margin: 1% 0 1% 0;
    max-width: 300px;
    vertical-align: middle;
}
.left-side {
    position: relative;
    width: 250px;
    float: left;
    margin-left: 165px;
}
.right-side {
    position: relative;
    width: 300px;
    float: left;
    margin-left: 0px;
}
.page_content h2 {
    font-family: 'HARRINGT';
    text-align: center;
}

.page_content {
    width: 816px;
}

.houndhare {
    background: url('/media/img/houndhare_bg.png') center -35px no-repeat;
    height: 335px;
}
li {
    color: #cc9933;
}

li a:link { color: #cc9933; text-decoration: none; }
li a:hover { color: #cc9933; text-decoration: underline; }
li a:visited { color: #cc9933; text-decoration: none; }
li a:active { color: #cc9933; text-decoration: none; }

button {
    display:block;
    float:left;
    margin:0 7px 0 15px;
    background-color:#f5f5f5;
    border:1px solid #000;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:12px;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}

/* STANDARD */

button:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

/* NEGATIVE */

a.negative, button.whole{
    color:#d12f19;
}
a.whole:hover, button.whole:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
a.whole:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* REGULAR */

button.half, .buttons a.half{
    color:#336699;
}
a.half:hover, button.half:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
a.half:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

.left {
    margin-left: 55px;
}

.whole {
    font-size: 125%;
    margin: 35px 0 0 270px;
    border: 1px solid red;
}
.page_content h2 {
    font-family: 'HARRINGT';
    text-align: center;
}

.page_content {
    width: 816px;
}

.houndhare {
    background: url('/media/img/houndhare_bg_2_2.png') center -35px no-repeat;
    height: 355px;
}
body {
    font: 14px Georgia,"Trebuchet MS",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    background: url(/static/personal2/img/bg.jpg);
    line-height: 24px;
}