html, body {
    height: 100%;
}

body {
    background: #666666 none repeat scroll;
    margin: 0 112px;
    padding: 0;
    color: white;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align:left;
}

table {
    font-size:13px;
}

#body {
    background: url("/img/lsh_bg.png") repeat left top;
    width: 800px;
    margin: 0 auto;
    border: solid 2px #333333;
    min-height: 100%;
}

* html #body {
    height: 100%;
}

#header {
    background: url("/img/welcome.jpg") center no-repeat scroll;
    /*width: 800px! important;*/
    height: 572px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    border: solid 1px white;
}

#content {
    clear: both;
    padding: 20px 10px;
}

#footer {
    clear: both;
    padding: 10px;
    /*position: relative;*/
}

#imagenavbar {
    display:block;
    float:right;
}

#goBack {
    float: left;
    border:none;
    position:absolute;
}

#goBack div {
    position: absolute;
    top: 29px;
    left:27px;
    text-align: center;
    text-decoration:none;
}

#goBack a:link {
    text-decoration: none;
}

#goBack img {
    border: none;
}

#welcomeTitle {
    color: #333333;
    font-family: "Bradley Hand ITC", sans-serif;
    font-size: 60px;
    font-weight: bold;
    font-variant: small-caps;
    text-align: center;
    width: 780px;
    padding: 0 10px 10px;

}

#content div.container {
    height: 220px;
    clear: both;
    margin: 16px 0;
    padding: 16px 0;
}

.contactInfo {
    padding-bottom:10px;
    font-size:small;
}

.borderTop {
    border-top: dotted 2px gray;
    border-right: none;
    border-left: none;
    padding-bottom:10px;
    width: 220px;
}

.borderBottom {
    border-bottom: dotted 2px gray;
    border-right: none;
    border-left: none;
    padding-top:10px;
    width: 220px;
}

.navigationBar {
    margin-right:225px;
    padding-top:30px;
    padding-right:10px;
    padding-bottom:0;
    font-size: 11px;
}

.siteCounter {
    float: right;
    padding-left:10px;
    position:relative;
    bottom: 46px;
    text-align: right;
    width: 225px;
}

a:link {
    color: #fff;
    text-decoration: underline;
}

a:visited {
    color: gray;
}

a:active {
    color: #00E;
    text-decoration: none;
}

a:hover {
	color: #555;
	text-decoration: underline;
}

a img {
    border: solid 1px white;
}

a.external {
    background: transparent url("/img/external.png") no-repeat scroll right center;
    padding-right: 13px;
}

/* Size 6 font, bold.*/
.title {
    font-weight: bold;
    font-size: 32px;
}

/* Size 5 font. */
.horseName {
    font-size: 24px;
}

/* Size 4 font, bold. */
.sectionTitle {
    /*font-weight: bold;*/
    font-size: 18px;
}

/* Size 3 font. */
.horseDescriptionShort {
    font-size: 16px;
}

/* Size 2 font. */
.sectionText {
    font-size: 13px;
}

/* Size 1 font. */
.sectionSmaller {
    font-size: 10px;
}

.info {
    font-size: 11px;
}

.centerGroup {
    margin: 32px 0;
    clear: both;
    text-align: center;
}

.caption {
    font-size: 80%;
    font-family: Verdana, Arial, sans-serif;
    text-align: center;
}

span.sold {
    font-weight: normal;
    font-variant: small-caps;
    color: #ff0033;
    display: inline;
    position: relative;
    right: 5px;
    bottom: 10px;
}

/* Family Tree Level 1 */
span.ft1 {
    font-size: x-small;
    color: #FFFFFF;
}
/* Family Tree Level 2 */
span.ft2 {
    font-size: xx-small;
    color: #FFFFFF;
}

span.bold {
    font-weight: bold;
}

.standout {
    font-weight:bold;
    text-decoration: underline;
}

.dbg {
    border: solid 1px red;
}