/*
    Light Brown - #d4b58c
    Dark Brown - #6a5140
*/

body {
	 background-color:	#d4b58c;
	 padding:		    0;
	 margin:		    0;
     color:             #6a5140;
     font-size:         1em;
     font-family:       Garamond, "Adobe Garamond Pro", "Courier New", Courier, sans-serif;
}
td {
     font-size:         1em;
     font-family:       Garamond, "Adobe Garamond Pro", "Courier New", Courier, sans-serif;
     font-weight:       900;
}
#wrapper {
     position:          relative;
     top:               0;
     left:              0;
     width:             775px;
     height:            100%;
     border:            0;
}
#top {
     position:          relative;
     top:               0;
     left:              0;
     margin:            0;
     border:            0;
     width:             100%;
}
#main {
     position:          relative;
     top:               0;
     left:              0;
     width:             100%;
     border:            0;
}
#nav {
     position:          relative;
     top:               -5px;
     *top:              -9px;
     left:              0;
     margin:            0 0 15px 10px;
}
#nav img {
     position:          relative;
     top:               0;
     left:              0;
}
#nav-sub {
     position:          relative;
     top:               -12px;
     *top:              -16px;
     left:              0;
}
#side {
     position:          relative;
     top:               -19px;
     *top:              -27px;
     left:              0;
     float:             right;
}
#content {
     position:          relative;
     top:               0;
     left:              0;
     width:             450px;
     float:             left;
     margin:            0 25px 20px 25px;     
}
#content2 {
     position:          relative;
     top:               0;
     left:              0;
     width:             725px;
     float:             left;
     margin:            0 25px 20px 25px;
     color:             #6a5140;
}
#content ul {
     list-style:        none;
     margin:            0;
     padding:           0;
}
.border img {
     border:            1px solid black;
}
li.square {
     list-style:        square inside;
}
p {
     text-indent:       20px;
}
li.horse {
     list-style:        none;
     width:             510px;
     height:            140px;
     border-top:        7px solid #6a5140;
     border-right:      2px solid #6a5140;
     border-bottom:     7px solid #6a5140;
     border-left:       2px solid #6a5140;
     margin:            10px 0 10px 67px;
}
li.tools {
     list-style:        none;
     width:             510px;
     height:            140px;
     border-top:        7px solid #6a5140;
     border-right:      2px solid #6a5140;
     border-bottom:     7px solid #6a5140;
     border-left:       2px solid #6a5140;
     margin:            10px 0 10px 67px;
     font-size:         90%;
}
h5 {
     color:             #fff;
     display:           inline;
     font-size:         1em;
}
h1, h1 a:link, h1 a:visited, h1 a:active {
     color:             #fff;
}
h1 a:hover {
     color:             #6a5140;
}
img.aboutme {
     vertical-align:    middle;
}
.update {
     color:             white; 
     background-color:  #6a5140;
}
#footer {
     position:          relative;
     top:               0;
     left:              0;
     float:             left;
     padding-left:      45px;
}
.credit a:link, .credit a:visited, .credit a:active, .credit a:hover {
     font-size:         .8em;
     font-weight:       normal;
}
a:link, a:visited, a:active {
	 color:             #6a5140;
	 text-decoration:   underline;
}
a:hover {
	 color:             #fff;
	 text-decoration:   underline;
}
