/* Start of CMSMS style sheet 'shehanestyle' */
html,
body { 
margin : 0; 
padding : 0;
background: #2E3474; 
 }

#container {
    width : 748px;
    margin : 0px auto 0px auto; 
}

#container-inner {
    background : #D6C89D url('http://ranchovegashorses.com/rancho-header.jpg') no-repeat top; 
    padding-top : 290px;
}

#header {
    width : 748px;
    margin : 0px auto 0px auto;
    padding: 0px;
}

#footer {
    width : 748px; 
    height : 55px;
    margin : 0px auto 0px auto; 
    padding: 0px; 
    background : url('http://ranchovegashorses.com/rancho-footer.jpg') no-repeat top;
}

#menu {    
    text-align : center;
    padding-left : 0px;
    margin: 0 auto;
    font-family: Verdana;
    font-size: 14px;
    color: #000000;
    line-height: 20%;
}

#content { 
    margin-top : 89px;
    width : 740px;
    border-left : 4px solid #612A38;
    border-right : 4px solid #612A38;
}

#content-inner {
    width : 645px;
    text-align : justify;
    padding : 0;
    margin : 0 auto;
    position : relative;
    top : -80px; /* change this to move the content up and down */
    overflow : hidden;
    font-family: Verdana;
    font-size: 12px;
    color: #000000;
    line-height: 130%;
}


table.one {
   border: 1px solid #000000;
   padding: 2px;  
}

a:link, a:visited {
    font-family: Verdana;
    font-size: 12px;
    color: #7A3A4B;
    font-weight: bold;
    line-height: 130%;
    text-decoration : none;
}

a:hover, a:active {
    color : #2E3474;
    border-bottom : #2E3474 dotted 1px;
}

a img {
    border : 1px solid #000000;
}

h1 {
font-family: Verdana;
text-align : center;
letter-spacing: .06em;
line-height: 130%;
font-size: 13px;
color: #2E3474;
}

p {
font-family: Verdana;
font-size: 12px;
color: #000000;
line-height: 130%;
}

td p {
font-family: Verdana;
font-size: 12px;
color: #000000;
line-height: 130%;
}

img1 {
border: 1px solid #ffffff;
}

img {
    border : 1px solid #000000;
/* End of 'shehanestyle' */

