/* Start of CMSMS style sheet 'wilhelmstyle' */
html,
body { 
margin : 0; 
padding : 0;
background: #232764; 
 }

#container {
    width : 811px;
    margin : 0px auto 20px auto; 
    padding : 0;
    background-color : #87224B;
    background-image : url('left_column.jpg');
    background-repeat : repeat-y;
}

#header {
    height : 132px;
    background : #ffffff url('header.jpg') no-repeat top;
    width : 811px;
}

#footer {
    clear : both;
    width : 811px; 
    height : 26px;
    margin : 0px auto 0px auto; 
    background : url('http://wilhelmperformancehorses.com/wilhelmfooter.jpg') no-repeat top;
    position : relative;
}

#menu {    
    text-align : right;
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    line-height: 20%;
    padding-top : 83px;
}

#left-column {
    float : left;
    width : 249px;
}

#content {
}

#content-inner {
    float : left;
    background : #87224B url('upper_right.jpg') no-repeat top right;
    border-top : 2px solid #ccc;
    border-right : 1px solid white;
    width : 521px;
    text-align : justify;
    margin : 0;
    padding-left : 6px;
    padding-right : 34px;
    padding-top : 27px;
    padding-bottom : 25px;
    overflow : hidden;
}


table.one {
   border: 1px solid #000000;
   padding: 2px;  
}

a:link, a:visited {
    font-family: Verdana;
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    line-height: 140%;
    text-decoration : none;
}

a:hover, a:active {
    color : #cccccc;
    border-bottom : #cccccc dotted 1px;
}

a:link, a:visited {
    font-family: Trebuchet MS;
    font-size: 1em;
    color: #ffffff;
    font-weight: bold;
    line-height: 140%;
    text-decoration : none;
}

a:hover, a:active {
    color : #bbbbbb;
    border-bottom : #bbbbbb dotted 1px;
}

a img {
    border : 1px solid #ffffff;
}

h1 {
font-family: Trebuchet MS;
text-align : left;
margin : 0px 0px;
letter-spacing: .03em;
font-size: 15px;
color: #ffffff;
}

p {
font-family: Trebuchet MS;
font-size: 13px;
color: #ffffff;
line-height: 150%;
text-align : justify;
}

td {
valign: top;
font-family: Trebuchet MS;
font-size: 13px;
color: #ffffff;
line-height: 150%;
text-align : justify;
}

img {
    border : 1px solid #cccccc;
}

#left-column img {
    border : 0;
}

 img.left { float : left; margin: 15px 22px 8px 0px; }
 img.right { float : right; margin : 15px 0px 8px 22px; }
/* End of 'wilhelmstyle' */

